Shades of Indigo #590992
Tints of Indigo #590992
RGB
CMYK
RGB Variations
Color information
#590992 (or 0x590992) is known color: Indigo. HEX triplet: 59, 09 and 92. RGB value is (89,9,146). Sum of RGB (Red+Green+Blue) = 89+9+146=244 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.48% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 146 (57.42% from 255 or 59.84% from 244); Max value from RGB is 146 - color contains mainly: blue. Hex color #590992 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590992 is #A6F66D. Grayscale: #303030. Windows color (decimal): -10942062 or 9570649. OLE color: 9570649.
HSL color Cylindrical-coordinate representation of color #590992: hue angle of 275.04º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #590992 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 9 | 146 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.43 |
| HSL | 275.04º | 0.88% | 0.3% | - |
| HSV(B) | 275.04º | 0.94% | 0.57% | - |
| XYZ | 9.41 | 4.39 | 27.55 | - |
| YUV | 48.54 | 183 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 9 | 146 | 0.39 | 0.94 | 0 | 0.43 | 275.04 | 0.88 | 0.3 |
| Hex | 59 | 9 | 92 | 27 | 5E | 0 | 2B | 113 | 58 | 1E |
| Octal | 131 | 11 | 222 | 47 | 136 | 0 | 53 | 423 | 130 | 36 |
| Binary | 1011001 | 1001 | 10010010 | 100111 | 1011110 | 0 | 101011 | 100010011 | 1011000 | 11110 |
Color Harmonies of #590992
Complementary color
Monochromatic Colors of #590992
Black with #590992
Text Example
Text Example
White with #590992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590992; }
p { color: rgb(89,9,146); }
H1.HeaderClassName
{
color: #590992;
}
.AnyTagClassName
{
color: #590992;
}
</style>
background-color css
<style>
a { background-color: #590992; }
a { background-color: rgb(89,9,146); }
div.DivClassName
{
background-color: #590992;
}
.BgClassName
{
background-color: #590992;
}
</style>
border-color css
<style>
span { border-color: #590992; }
span { border-color: rgb(89,9,146); }
td.TdClassName
{
border-color: #590992;
}
.TagClassName
{
border-color: #590992;
}
</style>