Shades of Indigo #420586
Tints of Indigo #420586
RGB
CMYK
RGB Variations
Color information
#420586 (or 0x420586) is known color: Indigo. HEX triplet: 42, 05 and 86. RGB value is (66,5,134). Sum of RGB (Red+Green+Blue) = 66+5+134=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 134 (52.73% from 255 or 65.37% from 205); Max value from RGB is 134 - color contains mainly: blue. Hex color #420586 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420586 is #BDFA79. Grayscale: #252525. Windows color (decimal): -12450426 or 8783170. OLE color: 8783170.
HSL color Cylindrical-coordinate representation of color #420586: hue angle of 268.37º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #420586 is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 5 | 134 | - |
| CMYK | 0.51 | 0.96 | 0 | 0.47 |
| HSL | 268.37º | 0.93% | 0.27% | - |
| HSV(B) | 268.37º | 0.96% | 0.53% | - |
| XYZ | 6.6 | 2.99 | 22.78 | - |
| YUV | 37.95 | 182.21 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 5 | 134 | 0.51 | 0.96 | 0 | 0.47 | 268.37 | 0.93 | 0.27 |
| Hex | 42 | 5 | 86 | 33 | 60 | 0 | 2F | 10C | 5D | 1B |
| Octal | 102 | 5 | 206 | 63 | 140 | 0 | 57 | 414 | 135 | 33 |
| Binary | 1000010 | 101 | 10000110 | 110011 | 1100000 | 0 | 101111 | 100001100 | 1011101 | 11011 |
Color Harmonies of #420586
Complementary color
Monochromatic Colors of #420586
Black with #420586
Text Example
Text Example
White with #420586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420586; }
p { color: rgb(66,5,134); }
H1.HeaderClassName
{
color: #420586;
}
.AnyTagClassName
{
color: #420586;
}
</style>
background-color css
<style>
a { background-color: #420586; }
a { background-color: rgb(66,5,134); }
div.DivClassName
{
background-color: #420586;
}
.BgClassName
{
background-color: #420586;
}
</style>
border-color css
<style>
span { border-color: #420586; }
span { border-color: rgb(66,5,134); }
td.TdClassName
{
border-color: #420586;
}
.TagClassName
{
border-color: #420586;
}
</style>