Shades of Indigo #420EAB
Tints of Indigo #420EAB
RGB
CMYK
RGB Variations
Color information
#420EAB (or 0x420EAB) is known color: Indigo. HEX triplet: 42, 0E and AB. RGB value is (66,14,171). Sum of RGB (Red+Green+Blue) = 66+14+171=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 171 (67.19% from 255 or 68.13% from 251); Max value from RGB is 171 - color contains mainly: blue. Hex color #420EAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420EAB is #BDF154. Grayscale: #2E2E2E. Windows color (decimal): -12448085 or 11210306. OLE color: 11210306.
HSL color Cylindrical-coordinate representation of color #420EAB: hue angle of 259.87º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #420EAB is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 14 | 171 | - |
| CMYK | 0.61 | 0.92 | 0 | 0.33 |
| HSL | 259.87º | 0.85% | 0.36% | - |
| HSV(B) | 259.87º | 0.92% | 0.67% | - |
| XYZ | 9.75 | 4.41 | 38.87 | - |
| YUV | 47.45 | 197.73 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 14 | 171 | 0.61 | 0.92 | 0 | 0.33 | 259.87 | 0.85 | 0.36 |
| Hex | 42 | E | AB | 3D | 5C | 0 | 21 | 104 | 55 | 24 |
| Octal | 102 | 16 | 253 | 75 | 134 | 0 | 41 | 404 | 125 | 44 |
| Binary | 1000010 | 1110 | 10101011 | 111101 | 1011100 | 0 | 100001 | 100000100 | 1010101 | 100100 |
Color Harmonies of #420EAB
Complementary color
Monochromatic Colors of #420EAB
Black with #420EAB
Text Example
Text Example
White with #420EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420EAB; }
p { color: rgb(66,14,171); }
H1.HeaderClassName
{
color: #420EAB;
}
.AnyTagClassName
{
color: #420EAB;
}
</style>
background-color css
<style>
a { background-color: #420EAB; }
a { background-color: rgb(66,14,171); }
div.DivClassName
{
background-color: #420EAB;
}
.BgClassName
{
background-color: #420EAB;
}
</style>
border-color css
<style>
span { border-color: #420EAB; }
span { border-color: rgb(66,14,171); }
td.TdClassName
{
border-color: #420EAB;
}
.TagClassName
{
border-color: #420EAB;
}
</style>