Shades of Indigo #590D68
Tints of Indigo #590D68
RGB
CMYK
RGB Variations
Color information
#590D68 (or 0x590D68) is known color: Indigo. HEX triplet: 59, 0D and 68. RGB value is (89,13,104). Sum of RGB (Red+Green+Blue) = 89+13+104=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #590D68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590D68 is #A6F297. Grayscale: #2D2D2D. Windows color (decimal): -10941080 or 6819161. OLE color: 6819161.
HSL color Cylindrical-coordinate representation of color #590D68: hue angle of 290.11º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #590D68 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 89 | 13 | 104 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.59 |
| HSL | 290.11º | 0.78% | 0.23% | - |
| HSV(B) | 290.11º | 0.88% | 0.41% | - |
| XYZ | 6.76 | 3.41 | 13.4 | - |
| YUV | 46.1 | 160.68 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 13 | 104 | 0.14 | 0.88 | 0 | 0.59 | 290.11 | 0.78 | 0.23 |
| Hex | 59 | D | 68 | E | 58 | 0 | 3B | 122 | 4E | 17 |
| Octal | 131 | 15 | 150 | 16 | 130 | 0 | 73 | 442 | 116 | 27 |
| Binary | 1011001 | 1101 | 1101000 | 1110 | 1011000 | 0 | 111011 | 100100010 | 1001110 | 10111 |
Color Harmonies of #590D68
Complementary color
Monochromatic Colors of #590D68
Black with #590D68
Text Example
Text Example
White with #590D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590D68; }
p { color: rgb(89,13,104); }
H1.HeaderClassName
{
color: #590D68;
}
.AnyTagClassName
{
color: #590D68;
}
</style>
background-color css
<style>
a { background-color: #590D68; }
a { background-color: rgb(89,13,104); }
div.DivClassName
{
background-color: #590D68;
}
.BgClassName
{
background-color: #590D68;
}
</style>
border-color css
<style>
span { border-color: #590D68; }
span { border-color: rgb(89,13,104); }
td.TdClassName
{
border-color: #590D68;
}
.TagClassName
{
border-color: #590D68;
}
</style>