Shades of Indigo #580C74
Tints of Indigo #580C74
RGB
CMYK
RGB Variations
Color information
#580C74 (or 0x580C74) is known color: Indigo. HEX triplet: 58, 0C and 74. RGB value is (88,12,116). Sum of RGB (Red+Green+Blue) = 88+12+116=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 12 (5.08% from 255 or 5.56% from 216); Blue value is 116 (45.70% from 255 or 53.70% from 216); Max value from RGB is 116 - color contains mainly: blue. Hex color #580C74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580C74 is #A7F38B. Grayscale: #2E2E2E. Windows color (decimal): -11006860 or 7605336. OLE color: 7605336.
HSL color Cylindrical-coordinate representation of color #580C74: hue angle of 283.85º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #580C74 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 12 | 116 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.55 |
| HSL | 283.85º | 0.81% | 0.25% | - |
| HSV(B) | 283.85º | 0.9% | 0.45% | - |
| XYZ | 7.31 | 3.6 | 16.83 | - |
| YUV | 46.58 | 167.18 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 12 | 116 | 0.24 | 0.90 | 0 | 0.55 | 283.85 | 0.81 | 0.25 |
| Hex | 58 | C | 74 | 18 | 5A | 0 | 37 | 11C | 51 | 19 |
| Octal | 130 | 14 | 164 | 30 | 132 | 0 | 67 | 434 | 121 | 31 |
| Binary | 1011000 | 1100 | 1110100 | 11000 | 1011010 | 0 | 110111 | 100011100 | 1010001 | 11001 |
Color Harmonies of #580C74
Complementary color
Monochromatic Colors of #580C74
Black with #580C74
Text Example
Text Example
White with #580C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580C74; }
p { color: rgb(88,12,116); }
H1.HeaderClassName
{
color: #580C74;
}
.AnyTagClassName
{
color: #580C74;
}
</style>
background-color css
<style>
a { background-color: #580C74; }
a { background-color: rgb(88,12,116); }
div.DivClassName
{
background-color: #580C74;
}
.BgClassName
{
background-color: #580C74;
}
</style>
border-color css
<style>
span { border-color: #580C74; }
span { border-color: rgb(88,12,116); }
td.TdClassName
{
border-color: #580C74;
}
.TagClassName
{
border-color: #580C74;
}
</style>