#420A9F

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

Shades of Indigo #420A9F

Tints of Indigo #420A9F

Color information

#420A9F (or 0x420A9F) is unknown color: approx Indigo. HEX triplet: 42, 0A and 9F. RGB value is (66,10,159). Sum of RGB (Red+Green+Blue) = 66+10+159=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 159 (62.5% from 255 or 67.66% from 235); Max value from RGB is 159 - color contains mainly: blue. Hex color #420A9F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420A9F is #BDF560. Grayscale: #2B2B2B. Windows color (decimal): -12449121 or 10422850. OLE color: 10422850.

HSL color Cylindrical-coordinate representation of color #420A9F: hue angle of 262.55º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420A9F is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6610159-
CMYK0.580.9400.38
HSL262.55º88.17%33.14%-
HSV(B)262.55º93.71%62.35%-
XYZ8.613.8833.1-
YUV43.73193.05143.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.09%
GREEN value IS 10 (4.30% from 255) = 4.26%
BLUE value IS 159 (62.5% from 255) = 67.66%
R=28.09%
G=4.26%
B=67.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66101590.580.9400.38262.5588.1733.14
Hex42A9F3A5E0261075821
Octal102122377213604640713041
Binary1000010101010011111111010101111001001101000001111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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