Shades of Indigo #580F76
Tints of Indigo #580F76
RGB
CMYK
RGB Variations
Color information
#580F76 (or 0x580F76) is known color: Indigo. HEX triplet: 58, 0F and 76. RGB value is (88,15,118). Sum of RGB (Red+Green+Blue) = 88+15+118=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 15 (6.25% from 255 or 6.79% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #580F76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580F76 is #A7F089. Grayscale: #303030. Windows color (decimal): -11006090 or 7737176. OLE color: 7737176.
HSL color Cylindrical-coordinate representation of color #580F76: hue angle of 282.52º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #580F76 is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 88 | 15 | 118 | - |
| CMYK | 0.25 | 0.87 | 0 | 0.54 |
| HSL | 282.52º | 0.77% | 0.26% | - |
| HSV(B) | 282.52º | 0.87% | 0.46% | - |
| XYZ | 7.47 | 3.72 | 17.46 | - |
| YUV | 48.57 | 167.18 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 15 | 118 | 0.25 | 0.87 | 0 | 0.54 | 282.52 | 0.77 | 0.26 |
| Hex | 58 | F | 76 | 19 | 57 | 0 | 36 | 11B | 4D | 1A |
| Octal | 130 | 17 | 166 | 31 | 127 | 0 | 66 | 433 | 115 | 32 |
| Binary | 1011000 | 1111 | 1110110 | 11001 | 1010111 | 0 | 110110 | 100011011 | 1001101 | 11010 |
Color Harmonies of #580F76
Complementary color
Monochromatic Colors of #580F76
Black with #580F76
Text Example
Text Example
White with #580F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580F76; }
p { color: rgb(88,15,118); }
H1.HeaderClassName
{
color: #580F76;
}
.AnyTagClassName
{
color: #580F76;
}
</style>
background-color css
<style>
a { background-color: #580F76; }
a { background-color: rgb(88,15,118); }
div.DivClassName
{
background-color: #580F76;
}
.BgClassName
{
background-color: #580F76;
}
</style>
border-color css
<style>
span { border-color: #580F76; }
span { border-color: rgb(88,15,118); }
td.TdClassName
{
border-color: #580F76;
}
.TagClassName
{
border-color: #580F76;
}
</style>