Shades of Indigo #59057D
Tints of Indigo #59057D
RGB
CMYK
RGB Variations
Color information
#59057D (or 0x59057D) is known color: Indigo. HEX triplet: 59, 05 and 7D. RGB value is (89,5,125). Sum of RGB (Red+Green+Blue) = 89+5+125=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 125 (49.22% from 255 or 57.08% from 219); Max value from RGB is 125 - color contains mainly: blue. Hex color #59057D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59057D is #A6FA82. Grayscale: #2B2B2B. Windows color (decimal): -10943107 or 8193369. OLE color: 8193369.
HSL color Cylindrical-coordinate representation of color #59057D: hue angle of 282º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #59057D is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 5 | 125 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.51 |
| HSL | 282º | 0.92% | 0.25% | - |
| HSV(B) | 282º | 0.96% | 0.49% | - |
| XYZ | 7.88 | 3.71 | 19.7 | - |
| YUV | 43.8 | 173.83 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 5 | 125 | 0.29 | 0.96 | 0 | 0.51 | 282 | 0.92 | 0.25 |
| Hex | 59 | 5 | 7D | 1D | 60 | 0 | 33 | 11A | 5C | 19 |
| Octal | 131 | 5 | 175 | 35 | 140 | 0 | 63 | 432 | 134 | 31 |
| Binary | 1011001 | 101 | 1111101 | 11101 | 1100000 | 0 | 110011 | 100011010 | 1011100 | 11001 |
Color Harmonies of #59057D
Complementary color
Monochromatic Colors of #59057D
Black with #59057D
Text Example
Text Example
White with #59057D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59057D; }
p { color: rgb(89,5,125); }
H1.HeaderClassName
{
color: #59057D;
}
.AnyTagClassName
{
color: #59057D;
}
</style>
background-color css
<style>
a { background-color: #59057D; }
a { background-color: rgb(89,5,125); }
div.DivClassName
{
background-color: #59057D;
}
.BgClassName
{
background-color: #59057D;
}
</style>
border-color css
<style>
span { border-color: #59057D; }
span { border-color: rgb(89,5,125); }
td.TdClassName
{
border-color: #59057D;
}
.TagClassName
{
border-color: #59057D;
}
</style>