#420564

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

Shades of Indigo #420564

Tints of Indigo #420564

Color information

#420564 (or 0x420564) is unknown color: approx Indigo. HEX triplet: 42, 05 and 64. RGB value is (66,5,100). Sum of RGB (Red+Green+Blue) = 66+5+100=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 100 (39.45% from 255 or 58.48% from 171); Max value from RGB is 100 - color contains mainly: blue. Hex color #420564 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420564 is #BDFA9B. Grayscale: #212121. Windows color (decimal): -12450460 or 6554946. OLE color: 6554946.

HSL color Cylindrical-coordinate representation of color #420564: hue angle of 278.53º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420564 is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB665100-
CMYK0.340.9500.61
HSL278.53º90.48%20.59%-
HSV(B)278.53º95%39.22%-
XYZ4.62.1912.24-
YUV34.07165.21150.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.60%
GREEN value IS 5 (2.34% from 255) = 2.92%
BLUE value IS 100 (39.45% from 255) = 58.48%
R=38.60%
G=2.92%
B=58.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6651000.340.9500.61278.5390.4820.59
Hex42564225F03D1175a15
Octal10251444213707542713225
Binary1000010101110010010001010111110111101100010111101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420564; }

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

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

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

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

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

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

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

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