Shades of Indigo #590998
Tints of Indigo #590998
RGB
CMYK
RGB Variations
Color information
#590998 (or 0x590998) is known color: Indigo. HEX triplet: 59, 09 and 98. RGB value is (89,9,152). Sum of RGB (Red+Green+Blue) = 89+9+152=250 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.6% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 152 (59.77% from 255 or 60.8% from 250); Max value from RGB is 152 - color contains mainly: blue. Hex color #590998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590998 is #A6F667. Grayscale: #303030. Windows color (decimal): -10942056 or 9963865. OLE color: 9963865.
HSL color Cylindrical-coordinate representation of color #590998: hue angle of 273.57º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #590998 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 89 | 9 | 152 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.40 |
| HSL | 273.57º | 0.89% | 0.32% | - |
| HSV(B) | 273.57º | 0.94% | 0.6% | - |
| XYZ | 9.89 | 4.59 | 30.07 | - |
| YUV | 49.22 | 186 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 9 | 152 | 0.41 | 0.94 | 0 | 0.40 | 273.57 | 0.89 | 0.32 |
| Hex | 59 | 9 | 98 | 29 | 5E | 0 | 28 | 112 | 59 | 20 |
| Octal | 131 | 11 | 230 | 51 | 136 | 0 | 50 | 422 | 131 | 40 |
| Binary | 1011001 | 1001 | 10011000 | 101001 | 1011110 | 0 | 101000 | 100010010 | 1011001 | 100000 |
Color Harmonies of #590998
Complementary color
Monochromatic Colors of #590998
Black with #590998
Text Example
Text Example
White with #590998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590998; }
p { color: rgb(89,9,152); }
H1.HeaderClassName
{
color: #590998;
}
.AnyTagClassName
{
color: #590998;
}
</style>
background-color css
<style>
a { background-color: #590998; }
a { background-color: rgb(89,9,152); }
div.DivClassName
{
background-color: #590998;
}
.BgClassName
{
background-color: #590998;
}
</style>
border-color css
<style>
span { border-color: #590998; }
span { border-color: rgb(89,9,152); }
td.TdClassName
{
border-color: #590998;
}
.TagClassName
{
border-color: #590998;
}
</style>