Shades of Indigo #420589
Tints of Indigo #420589
RGB
CMYK
RGB Variations
Color information
#420589 (or 0x420589) is known color: Indigo. HEX triplet: 42, 05 and 89. RGB value is (66,5,137). Sum of RGB (Red+Green+Blue) = 66+5+137=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 137 (53.91% from 255 or 65.87% from 208); Max value from RGB is 137 - color contains mainly: blue. Hex color #420589 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420589 is #BDFA76. Grayscale: #252525. Windows color (decimal): -12450423 or 8979778. OLE color: 8979778.
HSL color Cylindrical-coordinate representation of color #420589: hue angle of 267.73º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #420589 is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 5 | 137 | - |
| CMYK | 0.52 | 0.96 | 0 | 0.46 |
| HSL | 267.73º | 0.93% | 0.28% | - |
| HSV(B) | 267.73º | 0.96% | 0.54% | - |
| XYZ | 6.82 | 3.07 | 23.9 | - |
| YUV | 38.29 | 183.71 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 5 | 137 | 0.52 | 0.96 | 0 | 0.46 | 267.73 | 0.93 | 0.28 |
| Hex | 42 | 5 | 89 | 34 | 60 | 0 | 2E | 10C | 5D | 1C |
| Octal | 102 | 5 | 211 | 64 | 140 | 0 | 56 | 414 | 135 | 34 |
| Binary | 1000010 | 101 | 10001001 | 110100 | 1100000 | 0 | 101110 | 100001100 | 1011101 | 11100 |
Color Harmonies of #420589
Complementary color
Monochromatic Colors of #420589
Black with #420589
Text Example
Text Example
White with #420589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420589; }
p { color: rgb(66,5,137); }
H1.HeaderClassName
{
color: #420589;
}
.AnyTagClassName
{
color: #420589;
}
</style>
background-color css
<style>
a { background-color: #420589; }
a { background-color: rgb(66,5,137); }
div.DivClassName
{
background-color: #420589;
}
.BgClassName
{
background-color: #420589;
}
</style>
border-color css
<style>
span { border-color: #420589; }
span { border-color: rgb(66,5,137); }
td.TdClassName
{
border-color: #420589;
}
.TagClassName
{
border-color: #420589;
}
</style>