Shades of Indigo #59057F
Tints of Indigo #59057F
RGB
CMYK
RGB Variations
Color information
#59057F (or 0x59057F) is known color: Indigo. HEX triplet: 59, 05 and 7F. RGB value is (89,5,127). Sum of RGB (Red+Green+Blue) = 89+5+127=221 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.27% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 127 (50% from 255 or 57.47% from 221); Max value from RGB is 127 - color contains mainly: blue. Hex color #59057F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59057F is #A6FA80. Grayscale: #2B2B2B. Windows color (decimal): -10943105 or 8324441. OLE color: 8324441.
HSL color Cylindrical-coordinate representation of color #59057F: hue angle of 281.31º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #59057F is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 5 | 127 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.50 |
| HSL | 281.31º | 0.92% | 0.26% | - |
| HSV(B) | 281.31º | 0.96% | 0.5% | - |
| XYZ | 8 | 3.76 | 20.38 | - |
| YUV | 44.02 | 174.83 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 5 | 127 | 0.30 | 0.96 | 0 | 0.50 | 281.31 | 0.92 | 0.26 |
| Hex | 59 | 5 | 7F | 1E | 60 | 0 | 32 | 119 | 5C | 1A |
| Octal | 131 | 5 | 177 | 36 | 140 | 0 | 62 | 431 | 134 | 32 |
| Binary | 1011001 | 101 | 1111111 | 11110 | 1100000 | 0 | 110010 | 100011001 | 1011100 | 11010 |
Color Harmonies of #59057F
Complementary color
Monochromatic Colors of #59057F
Black with #59057F
Text Example
Text Example
White with #59057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59057F; }
p { color: rgb(89,5,127); }
H1.HeaderClassName
{
color: #59057F;
}
.AnyTagClassName
{
color: #59057F;
}
</style>
background-color css
<style>
a { background-color: #59057F; }
a { background-color: rgb(89,5,127); }
div.DivClassName
{
background-color: #59057F;
}
.BgClassName
{
background-color: #59057F;
}
</style>
border-color css
<style>
span { border-color: #59057F; }
span { border-color: rgb(89,5,127); }
td.TdClassName
{
border-color: #59057F;
}
.TagClassName
{
border-color: #59057F;
}
</style>