#420586

Color #420586 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #420586

Tints of Indigo #420586

Color information

#420586 (or 0x420586) is unknown color: approx Indigo. HEX triplet: 42, 05 and 86. RGB value is (66,5,134). Sum of RGB (Red+Green+Blue) = 66+5+134=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 134 (52.73% from 255 or 65.37% from 205); Max value from RGB is 134 - color contains mainly: blue. Hex color #420586 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420586 is #BDFA79. Grayscale: #252525. Windows color (decimal): -12450426 or 8783170. OLE color: 8783170.

HSL color Cylindrical-coordinate representation of color #420586: hue angle of 268.37º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #420586 is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB665134-
CMYK0.510.9600.47
HSL268.37º92.81%27.25%-
HSV(B)268.37º96.27%52.55%-
XYZ6.62.9922.78-
YUV37.94182.21148.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 32.20%
GREEN value IS 5 (2.34% from 255) = 2.44%
BLUE value IS 134 (52.73% from 255) = 65.37%
R=32.20%
G=2.44%
B=65.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6651340.510.9600.47268.3792.8127.25
Hex42586336002F10c5d1b
Octal10252066314005741413533
Binary10000101011000011011001111000000101111100001100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420586; }

 p { color: rgb(66,5,134); }

 H1.HeaderClassName
 {
   color: #420586;
 }
 .AnyTagClassName
 {
   color: #420586;
 }
</style>
background-color css

<style>
 a { background-color: #420586; }

 a { background-color: rgb(66,5,134); }

 div.DivClassName
 {
   background-color: #420586;
 }
 .BgClassName
 {
   background-color: #420586;
 }
</style>
border-color css

<style>
 span { border-color: #420586; }

 span { border-color: rgb(66,5,134); }

 td.TdClassName
 {
   border-color: #420586;
 }
 .TagClassName
 {
   border-color: #420586;
 }
</style>