#420A89

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

Shades of Indigo #420A89

Tints of Indigo #420A89

Color information

#420A89 (or 0x420A89) is unknown color: approx Indigo. HEX triplet: 42, 0A and 89. RGB value is (66,10,137). Sum of RGB (Red+Green+Blue) = 66+10+137=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 10 (4.30% from 255 or 4.69% from 213); Blue value is 137 (53.91% from 255 or 64.32% from 213); Max value from RGB is 137 - color contains mainly: blue. Hex color #420A89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420A89 is #BDF576. Grayscale: #282828. Windows color (decimal): -12449143 or 8981058. OLE color: 8981058.

HSL color Cylindrical-coordinate representation of color #420A89: hue angle of 266.46º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #420A89 is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6610137-
CMYK0.520.9300.46
HSL266.46º86.39%28.82%-
HSV(B)266.46º92.7%53.73%-
XYZ6.873.1823.92-
YUV41.22182.05145.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.99%
GREEN value IS 10 (4.30% from 255) = 4.69%
BLUE value IS 137 (53.91% from 255) = 64.32%
R=30.99%
G=4.69%
B=64.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal66101370.520.9300.46266.4686.3928.82
Hex42A89345D02E10a561d
Octal102122116413505641212635
Binary100001010101000100111010010111010101110100001010101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420A89; }

 p { color: rgb(66,10,137); }

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

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

 a { background-color: rgb(66,10,137); }

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

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

 span { border-color: rgb(66,10,137); }

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