Shades of Indigo #580E70
Tints of Indigo #580E70
RGB
CMYK
RGB Variations
Color information
#580E70 (or 0x580E70) is known color: Indigo. HEX triplet: 58, 0E and 70. RGB value is (88,14,112). Sum of RGB (Red+Green+Blue) = 88+14+112=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 14 (5.86% from 255 or 6.54% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #580E70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580E70 is #A7F18F. Grayscale: #2E2E2E. Windows color (decimal): -11006352 or 7343704. OLE color: 7343704.
HSL color Cylindrical-coordinate representation of color #580E70: hue angle of 285.31º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #580E70 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 14 | 112 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.56 |
| HSL | 285.31º | 0.78% | 0.25% | - |
| HSV(B) | 285.31º | 0.88% | 0.44% | - |
| XYZ | 7.11 | 3.56 | 15.64 | - |
| YUV | 47.3 | 164.52 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 14 | 112 | 0.21 | 0.88 | 0 | 0.56 | 285.31 | 0.78 | 0.25 |
| Hex | 58 | E | 70 | 15 | 58 | 0 | 38 | 11D | 4E | 19 |
| Octal | 130 | 16 | 160 | 25 | 130 | 0 | 70 | 435 | 116 | 31 |
| Binary | 1011000 | 1110 | 1110000 | 10101 | 1011000 | 0 | 111000 | 100011101 | 1001110 | 11001 |
Color Harmonies of #580E70
Complementary color
Monochromatic Colors of #580E70
Black with #580E70
Text Example
Text Example
White with #580E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580E70; }
p { color: rgb(88,14,112); }
H1.HeaderClassName
{
color: #580E70;
}
.AnyTagClassName
{
color: #580E70;
}
</style>
background-color css
<style>
a { background-color: #580E70; }
a { background-color: rgb(88,14,112); }
div.DivClassName
{
background-color: #580E70;
}
.BgClassName
{
background-color: #580E70;
}
</style>
border-color css
<style>
span { border-color: #580E70; }
span { border-color: rgb(88,14,112); }
td.TdClassName
{
border-color: #580E70;
}
.TagClassName
{
border-color: #580E70;
}
</style>