Shades of Indigo #590785
Tints of Indigo #590785
RGB
CMYK
RGB Variations
Color information
#590785 (or 0x590785) is known color: Indigo. HEX triplet: 59, 07 and 85. RGB value is (89,7,133). Sum of RGB (Red+Green+Blue) = 89+7+133=229 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.86% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 133 (52.34% from 255 or 58.08% from 229); Max value from RGB is 133 - color contains mainly: blue. Hex color #590785 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590785 is #A6F87A. Grayscale: #2D2D2D. Windows color (decimal): -10942587 or 8718169. OLE color: 8718169.
HSL color Cylindrical-coordinate representation of color #590785: hue angle of 279.05º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #590785 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 89 | 7 | 133 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.48 |
| HSL | 279.05º | 0.9% | 0.27% | - |
| HSV(B) | 279.05º | 0.95% | 0.52% | - |
| XYZ | 8.43 | 3.97 | 22.51 | - |
| YUV | 45.88 | 177.17 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 7 | 133 | 0.33 | 0.95 | 0 | 0.48 | 279.05 | 0.9 | 0.27 |
| Hex | 59 | 7 | 85 | 21 | 5F | 0 | 30 | 117 | 5A | 1B |
| Octal | 131 | 7 | 205 | 41 | 137 | 0 | 60 | 427 | 132 | 33 |
| Binary | 1011001 | 111 | 10000101 | 100001 | 1011111 | 0 | 110000 | 100010111 | 1011010 | 11011 |
Color Harmonies of #590785
Complementary color
Monochromatic Colors of #590785
Black with #590785
Text Example
Text Example
White with #590785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590785; }
p { color: rgb(89,7,133); }
H1.HeaderClassName
{
color: #590785;
}
.AnyTagClassName
{
color: #590785;
}
</style>
background-color css
<style>
a { background-color: #590785; }
a { background-color: rgb(89,7,133); }
div.DivClassName
{
background-color: #590785;
}
.BgClassName
{
background-color: #590785;
}
</style>
border-color css
<style>
span { border-color: #590785; }
span { border-color: rgb(89,7,133); }
td.TdClassName
{
border-color: #590785;
}
.TagClassName
{
border-color: #590785;
}
</style>