Shades of Indigo #420970
Tints of Indigo #420970
RGB
CMYK
RGB Variations
Color information
#420970 (or 0x420970) is known color: Indigo. HEX triplet: 42, 09 and 70. RGB value is (66,9,112). Sum of RGB (Red+Green+Blue) = 66+9+112=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 112 (44.14% from 255 or 59.89% from 187); Max value from RGB is 112 - color contains mainly: blue. Hex color #420970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420970 is #BDF68F. Grayscale: #252525. Windows color (decimal): -12449424 or 7342402. OLE color: 7342402.
HSL color Cylindrical-coordinate representation of color #420970: hue angle of 273.2º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #420970 is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 9 | 112 | - |
| CMYK | 0.41 | 0.92 | 0 | 0.56 |
| HSL | 273.2º | 0.85% | 0.24% | - |
| HSV(B) | 273.2º | 0.92% | 0.44% | - |
| XYZ | 5.27 | 2.52 | 15.54 | - |
| YUV | 37.79 | 169.88 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 9 | 112 | 0.41 | 0.92 | 0 | 0.56 | 273.2 | 0.85 | 0.24 |
| Hex | 42 | 9 | 70 | 29 | 5C | 0 | 38 | 111 | 55 | 18 |
| Octal | 102 | 11 | 160 | 51 | 134 | 0 | 70 | 421 | 125 | 30 |
| Binary | 1000010 | 1001 | 1110000 | 101001 | 1011100 | 0 | 111000 | 100010001 | 1010101 | 11000 |
Color Harmonies of #420970
Complementary color
Monochromatic Colors of #420970
Black with #420970
Text Example
Text Example
White with #420970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420970; }
p { color: rgb(66,9,112); }
H1.HeaderClassName
{
color: #420970;
}
.AnyTagClassName
{
color: #420970;
}
</style>
background-color css
<style>
a { background-color: #420970; }
a { background-color: rgb(66,9,112); }
div.DivClassName
{
background-color: #420970;
}
.BgClassName
{
background-color: #420970;
}
</style>
border-color css
<style>
span { border-color: #420970; }
span { border-color: rgb(66,9,112); }
td.TdClassName
{
border-color: #420970;
}
.TagClassName
{
border-color: #420970;
}
</style>