Shades of Indigo #590888
Tints of Indigo #590888
RGB
CMYK
RGB Variations
Color information
#590888 (or 0x590888) is known color: Indigo. HEX triplet: 59, 08 and 88. RGB value is (89,8,136). Sum of RGB (Red+Green+Blue) = 89+8+136=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 136 (53.52% from 255 or 58.37% from 233); Max value from RGB is 136 - color contains mainly: blue. Hex color #590888 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590888 is #A6F777. Grayscale: #2E2E2E. Windows color (decimal): -10942328 or 8915033. OLE color: 8915033.
HSL color Cylindrical-coordinate representation of color #590888: hue angle of 277.97º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #590888 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 8 | 136 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.47 |
| HSL | 277.97º | 0.89% | 0.28% | - |
| HSV(B) | 277.97º | 0.94% | 0.53% | - |
| XYZ | 8.65 | 4.08 | 23.62 | - |
| YUV | 46.81 | 178.34 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 8 | 136 | 0.35 | 0.94 | 0 | 0.47 | 277.97 | 0.89 | 0.28 |
| Hex | 59 | 8 | 88 | 23 | 5E | 0 | 2F | 116 | 59 | 1C |
| Octal | 131 | 10 | 210 | 43 | 136 | 0 | 57 | 426 | 131 | 34 |
| Binary | 1011001 | 1000 | 10001000 | 100011 | 1011110 | 0 | 101111 | 100010110 | 1011001 | 11100 |
Color Harmonies of #590888
Complementary color
Monochromatic Colors of #590888
Black with #590888
Text Example
Text Example
White with #590888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590888; }
p { color: rgb(89,8,136); }
H1.HeaderClassName
{
color: #590888;
}
.AnyTagClassName
{
color: #590888;
}
</style>
background-color css
<style>
a { background-color: #590888; }
a { background-color: rgb(89,8,136); }
div.DivClassName
{
background-color: #590888;
}
.BgClassName
{
background-color: #590888;
}
</style>
border-color css
<style>
span { border-color: #590888; }
span { border-color: rgb(89,8,136); }
td.TdClassName
{
border-color: #590888;
}
.TagClassName
{
border-color: #590888;
}
</style>