Shades of Indigo #590C86
Tints of Indigo #590C86
RGB
CMYK
RGB Variations
Color information
#590C86 (or 0x590C86) is known color: Indigo. HEX triplet: 59, 0C and 86. RGB value is (89,12,134). Sum of RGB (Red+Green+Blue) = 89+12+134=235 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.87% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 134 (52.73% from 255 or 57.02% from 235); Max value from RGB is 134 - color contains mainly: blue. Hex color #590C86 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590C86 is #A6F379. Grayscale: #303030. Windows color (decimal): -10941306 or 8784985. OLE color: 8784985.
HSL color Cylindrical-coordinate representation of color #590C86: hue angle of 277.87º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #590C86 is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 12 | 134 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.47 |
| HSL | 277.87º | 0.84% | 0.29% | - |
| HSV(B) | 277.87º | 0.91% | 0.53% | - |
| XYZ | 8.55 | 4.11 | 22.9 | - |
| YUV | 48.93 | 176.01 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 12 | 134 | 0.34 | 0.91 | 0 | 0.47 | 277.87 | 0.84 | 0.29 |
| Hex | 59 | C | 86 | 22 | 5B | 0 | 2F | 116 | 54 | 1D |
| Octal | 131 | 14 | 206 | 42 | 133 | 0 | 57 | 426 | 124 | 35 |
| Binary | 1011001 | 1100 | 10000110 | 100010 | 1011011 | 0 | 101111 | 100010110 | 1010100 | 11101 |
Color Harmonies of #590C86
Complementary color
Monochromatic Colors of #590C86
Black with #590C86
Text Example
Text Example
White with #590C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590C86; }
p { color: rgb(89,12,134); }
H1.HeaderClassName
{
color: #590C86;
}
.AnyTagClassName
{
color: #590C86;
}
</style>
background-color css
<style>
a { background-color: #590C86; }
a { background-color: rgb(89,12,134); }
div.DivClassName
{
background-color: #590C86;
}
.BgClassName
{
background-color: #590C86;
}
</style>
border-color css
<style>
span { border-color: #590C86; }
span { border-color: rgb(89,12,134); }
td.TdClassName
{
border-color: #590C86;
}
.TagClassName
{
border-color: #590C86;
}
</style>