Shades of Indigo #590163
Tints of Indigo #590163
RGB
CMYK
RGB Variations
Color information
#590163 (or 0x590163) is known color: Indigo. HEX triplet: 59, 01 and 63. RGB value is (89,1,99). Sum of RGB (Red+Green+Blue) = 89+1+99=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 99 (39.06% from 255 or 52.38% from 189); Max value from RGB is 99 - color contains mainly: blue. Hex color #590163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590163 is #A6FE9C. Grayscale: #262626. Windows color (decimal): -10944157 or 6488409. OLE color: 6488409.
HSL color Cylindrical-coordinate representation of color #590163: hue angle of 293.88º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #590163 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 89 | 1 | 99 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.61 |
| HSL | 293.88º | 0.98% | 0.2% | - |
| HSV(B) | 293.88º | 0.99% | 0.39% | - |
| XYZ | 6.38 | 3.05 | 12.06 | - |
| YUV | 38.48 | 162.15 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 1 | 99 | 0.10 | 0.99 | 0 | 0.61 | 293.88 | 0.98 | 0.2 |
| Hex | 59 | 1 | 63 | A | 63 | 0 | 3D | 126 | 62 | 14 |
| Octal | 131 | 1 | 143 | 12 | 143 | 0 | 75 | 446 | 142 | 24 |
| Binary | 1011001 | 1 | 1100011 | 1010 | 1100011 | 0 | 111101 | 100100110 | 1100010 | 10100 |
Color Harmonies of #590163
Complementary color
Monochromatic Colors of #590163
Black with #590163
Text Example
Text Example
White with #590163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590163; }
p { color: rgb(89,1,99); }
H1.HeaderClassName
{
color: #590163;
}
.AnyTagClassName
{
color: #590163;
}
</style>
background-color css
<style>
a { background-color: #590163; }
a { background-color: rgb(89,1,99); }
div.DivClassName
{
background-color: #590163;
}
.BgClassName
{
background-color: #590163;
}
</style>
border-color css
<style>
span { border-color: #590163; }
span { border-color: rgb(89,1,99); }
td.TdClassName
{
border-color: #590163;
}
.TagClassName
{
border-color: #590163;
}
</style>