Shades of Indigo #590369
Tints of Indigo #590369
RGB
CMYK
RGB Variations
Color information
#590369 (or 0x590369) is known color: Indigo. HEX triplet: 59, 03 and 69. RGB value is (89,3,105). Sum of RGB (Red+Green+Blue) = 89+3+105=197 (26% of max value = 765). Red value is 89 (35.16% from 255 or 45.18% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #590369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590369 is #A6FC96. Grayscale: #282828. Windows color (decimal): -10943639 or 6882137. OLE color: 6882137.
HSL color Cylindrical-coordinate representation of color #590369: hue angle of 290.59º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #590369 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 89 | 3 | 105 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.59 |
| HSL | 290.59º | 0.94% | 0.21% | - |
| HSV(B) | 290.59º | 0.97% | 0.41% | - |
| XYZ | 6.7 | 3.21 | 13.63 | - |
| YUV | 40.34 | 164.49 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 3 | 105 | 0.15 | 0.97 | 0 | 0.59 | 290.59 | 0.94 | 0.21 |
| Hex | 59 | 3 | 69 | F | 61 | 0 | 3B | 123 | 5E | 15 |
| Octal | 131 | 3 | 151 | 17 | 141 | 0 | 73 | 443 | 136 | 25 |
| Binary | 1011001 | 11 | 1101001 | 1111 | 1100001 | 0 | 111011 | 100100011 | 1011110 | 10101 |
Color Harmonies of #590369
Complementary color
Monochromatic Colors of #590369
Black with #590369
Text Example
Text Example
White with #590369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590369; }
p { color: rgb(89,3,105); }
H1.HeaderClassName
{
color: #590369;
}
.AnyTagClassName
{
color: #590369;
}
</style>
background-color css
<style>
a { background-color: #590369; }
a { background-color: rgb(89,3,105); }
div.DivClassName
{
background-color: #590369;
}
.BgClassName
{
background-color: #590369;
}
</style>
border-color css
<style>
span { border-color: #590369; }
span { border-color: rgb(89,3,105); }
td.TdClassName
{
border-color: #590369;
}
.TagClassName
{
border-color: #590369;
}
</style>