Shades of Indigo #580D70
Tints of Indigo #580D70
RGB
CMYK
RGB Variations
Color information
#580D70 (or 0x580D70) is known color: Indigo. HEX triplet: 58, 0D and 70. RGB value is (88,13,112). Sum of RGB (Red+Green+Blue) = 88+13+112=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 13 (5.47% from 255 or 6.10% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #580D70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580D70 is #A7F28F. Grayscale: #2E2E2E. Windows color (decimal): -11006608 or 7343448. OLE color: 7343448.
HSL color Cylindrical-coordinate representation of color #580D70: hue angle of 285.45º degrees, saturation: 0.79, 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 #580D70 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 13 | 112 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.56 |
| HSL | 285.45º | 0.79% | 0.25% | - |
| HSV(B) | 285.45º | 0.88% | 0.44% | - |
| XYZ | 7.09 | 3.53 | 15.64 | - |
| YUV | 46.71 | 164.85 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 13 | 112 | 0.21 | 0.88 | 0 | 0.56 | 285.45 | 0.79 | 0.25 |
| Hex | 58 | D | 70 | 15 | 58 | 0 | 38 | 11D | 4F | 19 |
| Octal | 130 | 15 | 160 | 25 | 130 | 0 | 70 | 435 | 117 | 31 |
| Binary | 1011000 | 1101 | 1110000 | 10101 | 1011000 | 0 | 111000 | 100011101 | 1001111 | 11001 |
Color Harmonies of #580D70
Complementary color
Monochromatic Colors of #580D70
Black with #580D70
Text Example
Text Example
White with #580D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580D70; }
p { color: rgb(88,13,112); }
H1.HeaderClassName
{
color: #580D70;
}
.AnyTagClassName
{
color: #580D70;
}
</style>
background-color css
<style>
a { background-color: #580D70; }
a { background-color: rgb(88,13,112); }
div.DivClassName
{
background-color: #580D70;
}
.BgClassName
{
background-color: #580D70;
}
</style>
border-color css
<style>
span { border-color: #580D70; }
span { border-color: rgb(88,13,112); }
td.TdClassName
{
border-color: #580D70;
}
.TagClassName
{
border-color: #580D70;
}
</style>