Shades of Indigo #590188
Tints of Indigo #590188
RGB
CMYK
RGB Variations
Color information
#590188 (or 0x590188) is known color: Indigo. HEX triplet: 59, 01 and 88. RGB value is (89,1,136). Sum of RGB (Red+Green+Blue) = 89+1+136=226 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.38% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 136 (53.52% from 255 or 60.18% from 226); Max value from RGB is 136 - color contains mainly: blue. Hex color #590188 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590188 is #A6FE77. Grayscale: #2A2A2A. Windows color (decimal): -10944120 or 8913241. OLE color: 8913241.
HSL color Cylindrical-coordinate representation of color #590188: hue angle of 279.11º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #590188 is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 1 | 136 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.47 |
| HSL | 279.11º | 0.99% | 0.27% | - |
| HSV(B) | 279.11º | 0.99% | 0.53% | - |
| XYZ | 8.57 | 3.92 | 23.6 | - |
| YUV | 42.7 | 180.65 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 1 | 136 | 0.35 | 0.99 | 0 | 0.47 | 279.11 | 0.99 | 0.27 |
| Hex | 59 | 1 | 88 | 23 | 63 | 0 | 2F | 117 | 63 | 1B |
| Octal | 131 | 1 | 210 | 43 | 143 | 0 | 57 | 427 | 143 | 33 |
| Binary | 1011001 | 1 | 10001000 | 100011 | 1100011 | 0 | 101111 | 100010111 | 1100011 | 11011 |
Color Harmonies of #590188
Complementary color
Monochromatic Colors of #590188
Black with #590188
Text Example
Text Example
White with #590188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590188; }
p { color: rgb(89,1,136); }
H1.HeaderClassName
{
color: #590188;
}
.AnyTagClassName
{
color: #590188;
}
</style>
background-color css
<style>
a { background-color: #590188; }
a { background-color: rgb(89,1,136); }
div.DivClassName
{
background-color: #590188;
}
.BgClassName
{
background-color: #590188;
}
</style>
border-color css
<style>
span { border-color: #590188; }
span { border-color: rgb(89,1,136); }
td.TdClassName
{
border-color: #590188;
}
.TagClassName
{
border-color: #590188;
}
</style>