#420E95

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

Shades of Indigo #420E95

Tints of Indigo #420E95

Color information

#420E95 (or 0x420E95) is unknown color: approx Indigo. HEX triplet: 42, 0E and 95. RGB value is (66,14,149). Sum of RGB (Red+Green+Blue) = 66+14+149=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 14 (5.86% from 255 or 6.11% from 229); Blue value is 149 (58.59% from 255 or 65.07% from 229); Max value from RGB is 149 - color contains mainly: blue. Hex color #420E95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420E95 is #BDF16A. Grayscale: #2C2C2C. Windows color (decimal): -12448107 or 9768514. OLE color: 9768514.

HSL color Cylindrical-coordinate representation of color #420E95: hue angle of 263.11º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #420E95 is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6614149-
CMYK0.560.9100.42
HSL263.11º82.82%31.96%-
HSV(B)263.11º90.6%58.43%-
XYZ7.833.6428.72-
YUV44.94186.73143.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.82%
GREEN value IS 14 (5.86% from 255) = 6.11%
BLUE value IS 149 (58.59% from 255) = 65.07%
R=28.82%
G=6.11%
B=65.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66141490.560.9100.42263.1182.8231.96
Hex42E95385B02A1075320
Octal102162257013305240712340
Binary1000010111010010101111000101101101010101000001111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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