Shades of Indigo #420170
Tints of Indigo #420170
RGB
CMYK
RGB Variations
Color information
#420170 (or 0x420170) is known color: Indigo. HEX triplet: 42, 01 and 70. RGB value is (66,1,112). Sum of RGB (Red+Green+Blue) = 66+1+112=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 112 (44.14% from 255 or 62.57% from 179); Max value from RGB is 112 - color contains mainly: blue. Hex color #420170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420170 is #BDFE8F. Grayscale: #202020. Windows color (decimal): -12451472 or 7340354. OLE color: 7340354.
HSL color Cylindrical-coordinate representation of color #420170: hue angle of 275.14º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #420170 is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 1 | 112 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.56 |
| HSL | 275.14º | 0.98% | 0.22% | - |
| HSV(B) | 275.14º | 0.99% | 0.44% | - |
| XYZ | 5.18 | 2.35 | 15.51 | - |
| YUV | 33.09 | 172.53 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 1 | 112 | 0.41 | 0.99 | 0 | 0.56 | 275.14 | 0.98 | 0.22 |
| Hex | 42 | 1 | 70 | 29 | 63 | 0 | 38 | 113 | 62 | 16 |
| Octal | 102 | 1 | 160 | 51 | 143 | 0 | 70 | 423 | 142 | 26 |
| Binary | 1000010 | 1 | 1110000 | 101001 | 1100011 | 0 | 111000 | 100010011 | 1100010 | 10110 |
Color Harmonies of #420170
Complementary color
Monochromatic Colors of #420170
Black with #420170
Text Example
Text Example
White with #420170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420170; }
p { color: rgb(66,1,112); }
H1.HeaderClassName
{
color: #420170;
}
.AnyTagClassName
{
color: #420170;
}
</style>
background-color css
<style>
a { background-color: #420170; }
a { background-color: rgb(66,1,112); }
div.DivClassName
{
background-color: #420170;
}
.BgClassName
{
background-color: #420170;
}
</style>
border-color css
<style>
span { border-color: #420170; }
span { border-color: rgb(66,1,112); }
td.TdClassName
{
border-color: #420170;
}
.TagClassName
{
border-color: #420170;
}
</style>