Shades of Indigo #590B83
Tints of Indigo #590B83
RGB
CMYK
RGB Variations
Color information
#590B83 (or 0x590B83) is known color: Indigo. HEX triplet: 59, 0B and 83. RGB value is (89,11,131). Sum of RGB (Red+Green+Blue) = 89+11+131=231 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.53% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 131 (51.56% from 255 or 56.71% from 231); Max value from RGB is 131 - color contains mainly: blue. Hex color #590B83 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590B83 is #A6F47C. Grayscale: #2F2F2F. Windows color (decimal): -10941565 or 8588121. OLE color: 8588121.
HSL color Cylindrical-coordinate representation of color #590B83: hue angle of 279º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #590B83 is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 11 | 131 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.49 |
| HSL | 279º | 0.85% | 0.28% | - |
| HSV(B) | 279º | 0.92% | 0.51% | - |
| XYZ | 8.34 | 4 | 21.81 | - |
| YUV | 48 | 174.84 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 11 | 131 | 0.32 | 0.92 | 0 | 0.49 | 279 | 0.85 | 0.28 |
| Hex | 59 | B | 83 | 20 | 5C | 0 | 31 | 117 | 55 | 1C |
| Octal | 131 | 13 | 203 | 40 | 134 | 0 | 61 | 427 | 125 | 34 |
| Binary | 1011001 | 1011 | 10000011 | 100000 | 1011100 | 0 | 110001 | 100010111 | 1010101 | 11100 |
Color Harmonies of #590B83
Complementary color
Monochromatic Colors of #590B83
Black with #590B83
Text Example
Text Example
White with #590B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590B83; }
p { color: rgb(89,11,131); }
H1.HeaderClassName
{
color: #590B83;
}
.AnyTagClassName
{
color: #590B83;
}
</style>
background-color css
<style>
a { background-color: #590B83; }
a { background-color: rgb(89,11,131); }
div.DivClassName
{
background-color: #590B83;
}
.BgClassName
{
background-color: #590B83;
}
</style>
border-color css
<style>
span { border-color: #590B83; }
span { border-color: rgb(89,11,131); }
td.TdClassName
{
border-color: #590B83;
}
.TagClassName
{
border-color: #590B83;
}
</style>