Shades of Indigo #580D69
Tints of Indigo #580D69
RGB
CMYK
RGB Variations
Color information
#580D69 (or 0x580D69) is known color: Indigo. HEX triplet: 58, 0D and 69. RGB value is (88,13,105). Sum of RGB (Red+Green+Blue) = 88+13+105=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 105 (41.41% from 255 or 50.97% from 206); Max value from RGB is 105 - color contains mainly: blue. Hex color #580D69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580D69 is #A7F296. Grayscale: #2D2D2D. Windows color (decimal): -11006615 or 6884696. OLE color: 6884696.
HSL color Cylindrical-coordinate representation of color #580D69: hue angle of 288.91º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #580D69 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 88 | 13 | 105 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.59 |
| HSL | 288.91º | 0.78% | 0.23% | - |
| HSV(B) | 288.91º | 0.88% | 0.41% | - |
| XYZ | 6.72 | 3.38 | 13.66 | - |
| YUV | 45.91 | 161.35 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 13 | 105 | 0.16 | 0.88 | 0 | 0.59 | 288.91 | 0.78 | 0.23 |
| Hex | 58 | D | 69 | 10 | 58 | 0 | 3B | 121 | 4E | 17 |
| Octal | 130 | 15 | 151 | 20 | 130 | 0 | 73 | 441 | 116 | 27 |
| Binary | 1011000 | 1101 | 1101001 | 10000 | 1011000 | 0 | 111011 | 100100001 | 1001110 | 10111 |
Color Harmonies of #580D69
Complementary color
Monochromatic Colors of #580D69
Black with #580D69
Text Example
Text Example
White with #580D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580D69; }
p { color: rgb(88,13,105); }
H1.HeaderClassName
{
color: #580D69;
}
.AnyTagClassName
{
color: #580D69;
}
</style>
background-color css
<style>
a { background-color: #580D69; }
a { background-color: rgb(88,13,105); }
div.DivClassName
{
background-color: #580D69;
}
.BgClassName
{
background-color: #580D69;
}
</style>
border-color css
<style>
span { border-color: #580D69; }
span { border-color: rgb(88,13,105); }
td.TdClassName
{
border-color: #580D69;
}
.TagClassName
{
border-color: #580D69;
}
</style>