Shades of Indigo #590799
Tints of Indigo #590799
RGB
CMYK
RGB Variations
Color information
#590799 (or 0x590799) is known color: Indigo. HEX triplet: 59, 07 and 99. RGB value is (89,7,153). Sum of RGB (Red+Green+Blue) = 89+7+153=249 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.74% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 153 (60.16% from 255 or 61.45% from 249); Max value from RGB is 153 - color contains mainly: blue. Hex color #590799 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590799 is #A6F866. Grayscale: #2F2F2F. Windows color (decimal): -10942567 or 10028889. OLE color: 10028889.
HSL color Cylindrical-coordinate representation of color #590799: hue angle of 273.7º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #590799 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 89 | 7 | 153 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.4 |
| HSL | 273.7º | 0.91% | 0.31% | - |
| HSV(B) | 273.7º | 0.95% | 0.6% | - |
| XYZ | 9.95 | 4.58 | 30.5 | - |
| YUV | 48.16 | 187.17 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 7 | 153 | 0.42 | 0.95 | 0 | 0.4 | 273.7 | 0.91 | 0.31 |
| Hex | 59 | 7 | 99 | 2A | 5F | 0 | 28 | 112 | 5B | 1F |
| Octal | 131 | 7 | 231 | 52 | 137 | 0 | 50 | 422 | 133 | 37 |
| Binary | 1011001 | 111 | 10011001 | 101010 | 1011111 | 0 | 101000 | 100010010 | 1011011 | 11111 |
Color Harmonies of #590799
Complementary color
Monochromatic Colors of #590799
Black with #590799
Text Example
Text Example
White with #590799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590799; }
p { color: rgb(89,7,153); }
H1.HeaderClassName
{
color: #590799;
}
.AnyTagClassName
{
color: #590799;
}
</style>
background-color css
<style>
a { background-color: #590799; }
a { background-color: rgb(89,7,153); }
div.DivClassName
{
background-color: #590799;
}
.BgClassName
{
background-color: #590799;
}
</style>
border-color css
<style>
span { border-color: #590799; }
span { border-color: rgb(89,7,153); }
td.TdClassName
{
border-color: #590799;
}
.TagClassName
{
border-color: #590799;
}
</style>