Shades of Indigo #420E74
Tints of Indigo #420E74
RGB
CMYK
RGB Variations
Color information
#420E74 (or 0x420E74) is known color: Indigo. HEX triplet: 42, 0E and 74. RGB value is (66,14,116). Sum of RGB (Red+Green+Blue) = 66+14+116=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 14 (5.86% from 255 or 7.14% from 196); Blue value is 116 (45.70% from 255 or 59.18% from 196); Max value from RGB is 116 - color contains mainly: blue. Hex color #420E74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420E74 is #BDF18B. Grayscale: #282828. Windows color (decimal): -12448140 or 7605826. OLE color: 7605826.
HSL color Cylindrical-coordinate representation of color #420E74: hue angle of 270.59º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #420E74 is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 14 | 116 | - |
| CMYK | 0.43 | 0.88 | 0 | 0.55 |
| HSL | 270.59º | 0.78% | 0.25% | - |
| HSV(B) | 270.59º | 0.88% | 0.45% | - |
| XYZ | 5.56 | 2.73 | 16.76 | - |
| YUV | 41.18 | 170.23 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 14 | 116 | 0.43 | 0.88 | 0 | 0.55 | 270.59 | 0.78 | 0.25 |
| Hex | 42 | E | 74 | 2B | 58 | 0 | 37 | 10F | 4E | 19 |
| Octal | 102 | 16 | 164 | 53 | 130 | 0 | 67 | 417 | 116 | 31 |
| Binary | 1000010 | 1110 | 1110100 | 101011 | 1011000 | 0 | 110111 | 100001111 | 1001110 | 11001 |
Color Harmonies of #420E74
Complementary color
Monochromatic Colors of #420E74
Black with #420E74
Text Example
Text Example
White with #420E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420E74; }
p { color: rgb(66,14,116); }
H1.HeaderClassName
{
color: #420E74;
}
.AnyTagClassName
{
color: #420E74;
}
</style>
background-color css
<style>
a { background-color: #420E74; }
a { background-color: rgb(66,14,116); }
div.DivClassName
{
background-color: #420E74;
}
.BgClassName
{
background-color: #420E74;
}
</style>
border-color css
<style>
span { border-color: #420E74; }
span { border-color: rgb(66,14,116); }
td.TdClassName
{
border-color: #420E74;
}
.TagClassName
{
border-color: #420E74;
}
</style>