Shades of Indigo #590268
Tints of Indigo #590268
RGB
CMYK
RGB Variations
Color information
#590268 (or 0x590268) is known color: Indigo. HEX triplet: 59, 02 and 68. RGB value is (89,2,104). Sum of RGB (Red+Green+Blue) = 89+2+104=195 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.64% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 104 (41.02% from 255 or 53.33% from 195); Max value from RGB is 104 - color contains mainly: blue. Hex color #590268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590268 is #A6FD97. Grayscale: #272727. Windows color (decimal): -10943896 or 6816345. OLE color: 6816345.
HSL color Cylindrical-coordinate representation of color #590268: hue angle of 291.18º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #590268 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 89 | 2 | 104 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.59 |
| HSL | 291.18º | 0.96% | 0.21% | - |
| HSV(B) | 291.18º | 0.98% | 0.41% | - |
| XYZ | 6.64 | 3.17 | 13.36 | - |
| YUV | 39.64 | 164.32 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 2 | 104 | 0.14 | 0.98 | 0 | 0.59 | 291.18 | 0.96 | 0.21 |
| Hex | 59 | 2 | 68 | E | 62 | 0 | 3B | 123 | 60 | 15 |
| Octal | 131 | 2 | 150 | 16 | 142 | 0 | 73 | 443 | 140 | 25 |
| Binary | 1011001 | 10 | 1101000 | 1110 | 1100010 | 0 | 111011 | 100100011 | 1100000 | 10101 |
Color Harmonies of #590268
Complementary color
Monochromatic Colors of #590268
Black with #590268
Text Example
Text Example
White with #590268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590268; }
p { color: rgb(89,2,104); }
H1.HeaderClassName
{
color: #590268;
}
.AnyTagClassName
{
color: #590268;
}
</style>
background-color css
<style>
a { background-color: #590268; }
a { background-color: rgb(89,2,104); }
div.DivClassName
{
background-color: #590268;
}
.BgClassName
{
background-color: #590268;
}
</style>
border-color css
<style>
span { border-color: #590268; }
span { border-color: rgb(89,2,104); }
td.TdClassName
{
border-color: #590268;
}
.TagClassName
{
border-color: #590268;
}
</style>