Shades of Indigo #580B71
Tints of Indigo #580B71
RGB
CMYK
RGB Variations
Color information
#580B71 (or 0x580B71) is known color: Indigo. HEX triplet: 58, 0B and 71. RGB value is (88,11,113). Sum of RGB (Red+Green+Blue) = 88+11+113=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #580B71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580B71 is #A7F48E. Grayscale: #2D2D2D. Windows color (decimal): -11007119 or 7408472. OLE color: 7408472.
HSL color Cylindrical-coordinate representation of color #580B71: hue angle of 285.29º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #580B71 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 11 | 113 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.56 |
| HSL | 285.29º | 0.82% | 0.24% | - |
| HSV(B) | 285.29º | 0.9% | 0.44% | - |
| XYZ | 7.12 | 3.51 | 15.92 | - |
| YUV | 45.65 | 166.01 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 11 | 113 | 0.22 | 0.90 | 0 | 0.56 | 285.29 | 0.82 | 0.24 |
| Hex | 58 | B | 71 | 16 | 5A | 0 | 38 | 11D | 52 | 18 |
| Octal | 130 | 13 | 161 | 26 | 132 | 0 | 70 | 435 | 122 | 30 |
| Binary | 1011000 | 1011 | 1110001 | 10110 | 1011010 | 0 | 111000 | 100011101 | 1010010 | 11000 |
Color Harmonies of #580B71
Complementary color
Monochromatic Colors of #580B71
Black with #580B71
Text Example
Text Example
White with #580B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580B71; }
p { color: rgb(88,11,113); }
H1.HeaderClassName
{
color: #580B71;
}
.AnyTagClassName
{
color: #580B71;
}
</style>
background-color css
<style>
a { background-color: #580B71; }
a { background-color: rgb(88,11,113); }
div.DivClassName
{
background-color: #580B71;
}
.BgClassName
{
background-color: #580B71;
}
</style>
border-color css
<style>
span { border-color: #580B71; }
span { border-color: rgb(88,11,113); }
td.TdClassName
{
border-color: #580B71;
}
.TagClassName
{
border-color: #580B71;
}
</style>