Shades of Indigo #420F70
Tints of Indigo #420F70
RGB
CMYK
RGB Variations
Color information
#420F70 (or 0x420F70) is known color: Indigo. HEX triplet: 42, 0F and 70. RGB value is (66,15,112). Sum of RGB (Red+Green+Blue) = 66+15+112=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #420F70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420F70 is #BDF08F. Grayscale: #282828. Windows color (decimal): -12447888 or 7343938. OLE color: 7343938.
HSL color Cylindrical-coordinate representation of color #420F70: hue angle of 271.55º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #420F70 is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 15 | 112 | - |
| CMYK | 0.41 | 0.87 | 0 | 0.56 |
| HSL | 271.55º | 0.76% | 0.25% | - |
| HSV(B) | 271.55º | 0.87% | 0.44% | - |
| XYZ | 5.34 | 2.67 | 15.56 | - |
| YUV | 41.31 | 167.9 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 15 | 112 | 0.41 | 0.87 | 0 | 0.56 | 271.55 | 0.76 | 0.25 |
| Hex | 42 | F | 70 | 29 | 57 | 0 | 38 | 110 | 4C | 19 |
| Octal | 102 | 17 | 160 | 51 | 127 | 0 | 70 | 420 | 114 | 31 |
| Binary | 1000010 | 1111 | 1110000 | 101001 | 1010111 | 0 | 111000 | 100010000 | 1001100 | 11001 |
Color Harmonies of #420F70
Complementary color
Monochromatic Colors of #420F70
Black with #420F70
Text Example
Text Example
White with #420F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420F70; }
p { color: rgb(66,15,112); }
H1.HeaderClassName
{
color: #420F70;
}
.AnyTagClassName
{
color: #420F70;
}
</style>
background-color css
<style>
a { background-color: #420F70; }
a { background-color: rgb(66,15,112); }
div.DivClassName
{
background-color: #420F70;
}
.BgClassName
{
background-color: #420F70;
}
</style>
border-color css
<style>
span { border-color: #420F70; }
span { border-color: rgb(66,15,112); }
td.TdClassName
{
border-color: #420F70;
}
.TagClassName
{
border-color: #420F70;
}
</style>