Shades of Indigo #590865
Tints of Indigo #590865
RGB
CMYK
RGB Variations
Color information
#590865 (or 0x590865) is known color: Indigo. HEX triplet: 59, 08 and 65. RGB value is (89,8,101). Sum of RGB (Red+Green+Blue) = 89+8+101=198 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.95% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 101 (39.84% from 255 or 51.01% from 198); Max value from RGB is 101 - color contains mainly: blue. Hex color #590865 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590865 is #A6F79A. Grayscale: #2A2A2A. Windows color (decimal): -10942363 or 6621273. OLE color: 6621273.
HSL color Cylindrical-coordinate representation of color #590865: hue angle of 292.26º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #590865 is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 89 | 8 | 101 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.60 |
| HSL | 292.26º | 0.85% | 0.21% | - |
| HSV(B) | 292.26º | 0.92% | 0.4% | - |
| XYZ | 6.56 | 3.24 | 12.59 | - |
| YUV | 42.82 | 160.84 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 8 | 101 | 0.12 | 0.92 | 0 | 0.60 | 292.26 | 0.85 | 0.21 |
| Hex | 59 | 8 | 65 | C | 5C | 0 | 3C | 124 | 55 | 15 |
| Octal | 131 | 10 | 145 | 14 | 134 | 0 | 74 | 444 | 125 | 25 |
| Binary | 1011001 | 1000 | 1100101 | 1100 | 1011100 | 0 | 111100 | 100100100 | 1010101 | 10101 |
Color Harmonies of #590865
Complementary color
Monochromatic Colors of #590865
Black with #590865
Text Example
Text Example
White with #590865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590865; }
p { color: rgb(89,8,101); }
H1.HeaderClassName
{
color: #590865;
}
.AnyTagClassName
{
color: #590865;
}
</style>
background-color css
<style>
a { background-color: #590865; }
a { background-color: rgb(89,8,101); }
div.DivClassName
{
background-color: #590865;
}
.BgClassName
{
background-color: #590865;
}
</style>
border-color css
<style>
span { border-color: #590865; }
span { border-color: rgb(89,8,101); }
td.TdClassName
{
border-color: #590865;
}
.TagClassName
{
border-color: #590865;
}
</style>