Shades of Indigo #590899
Tints of Indigo #590899
RGB
CMYK
RGB Variations
Color information
#590899 (or 0x590899) is known color: Indigo. HEX triplet: 59, 08 and 99. RGB value is (89,8,153). Sum of RGB (Red+Green+Blue) = 89+8+153=250 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.6% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #590899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590899 is #A6F766. Grayscale: #303030. Windows color (decimal): -10942311 or 10029145. OLE color: 10029145.
HSL color Cylindrical-coordinate representation of color #590899: hue angle of 273.52º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #590899 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 89 | 8 | 153 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.4 |
| HSL | 273.52º | 0.9% | 0.32% | - |
| HSV(B) | 273.52º | 0.95% | 0.6% | - |
| XYZ | 9.96 | 4.6 | 30.5 | - |
| YUV | 48.75 | 186.84 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 8 | 153 | 0.42 | 0.95 | 0 | 0.4 | 273.52 | 0.9 | 0.32 |
| Hex | 59 | 8 | 99 | 2A | 5F | 0 | 28 | 112 | 5A | 20 |
| Octal | 131 | 10 | 231 | 52 | 137 | 0 | 50 | 422 | 132 | 40 |
| Binary | 1011001 | 1000 | 10011001 | 101010 | 1011111 | 0 | 101000 | 100010010 | 1011010 | 100000 |
Color Harmonies of #590899
Complementary color
Monochromatic Colors of #590899
Black with #590899
Text Example
Text Example
White with #590899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590899; }
p { color: rgb(89,8,153); }
H1.HeaderClassName
{
color: #590899;
}
.AnyTagClassName
{
color: #590899;
}
</style>
background-color css
<style>
a { background-color: #590899; }
a { background-color: rgb(89,8,153); }
div.DivClassName
{
background-color: #590899;
}
.BgClassName
{
background-color: #590899;
}
</style>
border-color css
<style>
span { border-color: #590899; }
span { border-color: rgb(89,8,153); }
td.TdClassName
{
border-color: #590899;
}
.TagClassName
{
border-color: #590899;
}
</style>