#420E9F

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

Shades of Indigo #420E9F

Tints of Indigo #420E9F

Color information

#420E9F (or 0x420E9F) is unknown color: approx Indigo. HEX triplet: 42, 0E and 9F. RGB value is (66,14,159). Sum of RGB (Red+Green+Blue) = 66+14+159=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 159 (62.5% from 255 or 66.53% from 239); Max value from RGB is 159 - color contains mainly: blue. Hex color #420E9F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420E9F is #BDF160. Grayscale: #2D2D2D. Windows color (decimal): -12448097 or 10423874. OLE color: 10423874.

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

Color convert

RGB6614159-
CMYK0.580.9100.38
HSL261.52º83.82%33.92%-
HSV(B)261.52º91.19%62.35%-
XYZ8.663.9833.11-
YUV46.08191.73142.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.62%
GREEN value IS 14 (5.86% from 255) = 5.86%
BLUE value IS 159 (62.5% from 255) = 66.53%
R=27.62%
G=5.86%
B=66.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66141590.580.9100.38261.5283.8233.92
Hex42E9F3A5B0261065422
Octal102162377213304640612442
Binary1000010111010011111111010101101101001101000001101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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