Shades of Indigo #580E7C
Tints of Indigo #580E7C
RGB
CMYK
RGB Variations
Color information
#580E7C (or 0x580E7C) is known color: Indigo. HEX triplet: 58, 0E and 7C. RGB value is (88,14,124). Sum of RGB (Red+Green+Blue) = 88+14+124=226 (29% of max value = 765). Red value is 88 (34.77% from 255 or 38.94% from 226); Green value is 14 (5.86% from 255 or 6.19% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #580E7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580E7C is #A7F183. Grayscale: #303030. Windows color (decimal): -11006340 or 8130136. OLE color: 8130136.
HSL color Cylindrical-coordinate representation of color #580E7C: hue angle of 280.36º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #580E7C is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 14 | 124 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.51 |
| HSL | 280.36º | 0.8% | 0.27% | - |
| HSV(B) | 280.36º | 0.89% | 0.49% | - |
| XYZ | 7.82 | 3.84 | 19.4 | - |
| YUV | 48.67 | 170.52 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 14 | 124 | 0.29 | 0.89 | 0 | 0.51 | 280.36 | 0.8 | 0.27 |
| Hex | 58 | E | 7C | 1D | 59 | 0 | 33 | 118 | 50 | 1B |
| Octal | 130 | 16 | 174 | 35 | 131 | 0 | 63 | 430 | 120 | 33 |
| Binary | 1011000 | 1110 | 1111100 | 11101 | 1011001 | 0 | 110011 | 100011000 | 1010000 | 11011 |
Color Harmonies of #580E7C
Complementary color
Monochromatic Colors of #580E7C
Black with #580E7C
Text Example
Text Example
White with #580E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580E7C; }
p { color: rgb(88,14,124); }
H1.HeaderClassName
{
color: #580E7C;
}
.AnyTagClassName
{
color: #580E7C;
}
</style>
background-color css
<style>
a { background-color: #580E7C; }
a { background-color: rgb(88,14,124); }
div.DivClassName
{
background-color: #580E7C;
}
.BgClassName
{
background-color: #580E7C;
}
</style>
border-color css
<style>
span { border-color: #580E7C; }
span { border-color: rgb(88,14,124); }
td.TdClassName
{
border-color: #580E7C;
}
.TagClassName
{
border-color: #580E7C;
}
</style>