Shades of Indigo #580C71
Tints of Indigo #580C71
RGB
CMYK
RGB Variations
Color information
#580C71 (or 0x580C71) is known color: Indigo. HEX triplet: 58, 0C and 71. RGB value is (88,12,113). Sum of RGB (Red+Green+Blue) = 88+12+113=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 12 (5.08% from 255 or 5.63% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #580C71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580C71 is #A7F38E. Grayscale: #2D2D2D. Windows color (decimal): -11006863 or 7408728. OLE color: 7408728.
HSL color Cylindrical-coordinate representation of color #580C71: hue angle of 285.15º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #580C71 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 12 | 113 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.56 |
| HSL | 285.15º | 0.81% | 0.25% | - |
| HSV(B) | 285.15º | 0.89% | 0.44% | - |
| XYZ | 7.14 | 3.53 | 15.93 | - |
| YUV | 46.24 | 165.68 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 12 | 113 | 0.22 | 0.89 | 0 | 0.56 | 285.15 | 0.81 | 0.25 |
| Hex | 58 | C | 71 | 16 | 59 | 0 | 38 | 11D | 51 | 19 |
| Octal | 130 | 14 | 161 | 26 | 131 | 0 | 70 | 435 | 121 | 31 |
| Binary | 1011000 | 1100 | 1110001 | 10110 | 1011001 | 0 | 111000 | 100011101 | 1010001 | 11001 |
Color Harmonies of #580C71
Complementary color
Monochromatic Colors of #580C71
Black with #580C71
Text Example
Text Example
White with #580C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580C71; }
p { color: rgb(88,12,113); }
H1.HeaderClassName
{
color: #580C71;
}
.AnyTagClassName
{
color: #580C71;
}
</style>
background-color css
<style>
a { background-color: #580C71; }
a { background-color: rgb(88,12,113); }
div.DivClassName
{
background-color: #580C71;
}
.BgClassName
{
background-color: #580C71;
}
</style>
border-color css
<style>
span { border-color: #580C71; }
span { border-color: rgb(88,12,113); }
td.TdClassName
{
border-color: #580C71;
}
.TagClassName
{
border-color: #580C71;
}
</style>