RGB{{ color_rgb_array['R'] }}
, {{ color_rgb_array['G'] }} , {{ color_rgb_array['B'] }}
HEX
{{ color_uppercase }}
HSL
{{Math.round(color_hsl_array['h'] * 360)}} , {{ Math.trunc(color_hsl_array['s'] * 100)}}
{{ ((color_hsl_array['s'] * 100) % 1).toFixed(1).replace("0.", ".") }}%
, {{ Math.trunc(color_hsl_array['l'] * 100)}}
{{ ((color_hsl_array['l'] * 100) %
1).toFixed(1).replace("0.", ".") }}%
Gray
{{ vhex2gray(color) }}