Shades of Indigo #58197C
Tints of Indigo #58197C
RGB
CMYK
RGB Variations
Color information
#58197C (or 0x58197C) is known color: Indigo. HEX triplet: 58, 19 and 7C. RGB value is (88,25,124). Sum of RGB (Red+Green+Blue) = 88+25+124=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #58197C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58197C is #A7E683. Grayscale: #363636. Windows color (decimal): -11003524 or 8132952. OLE color: 8132952.
HSL color Cylindrical-coordinate representation of color #58197C: hue angle of 278.18º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #58197C is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 25 | 124 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.51 |
| HSL | 278.18º | 0.66% | 0.29% | - |
| HSV(B) | 278.18º | 0.8% | 0.49% | - |
| XYZ | 8.01 | 4.23 | 19.46 | - |
| YUV | 55.12 | 166.87 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 25 | 124 | 0.29 | 0.80 | 0 | 0.51 | 278.18 | 0.66 | 0.29 |
| Hex | 58 | 19 | 7C | 1D | 50 | 0 | 33 | 116 | 42 | 1D |
| Octal | 130 | 31 | 174 | 35 | 120 | 0 | 63 | 426 | 102 | 35 |
| Binary | 1011000 | 11001 | 1111100 | 11101 | 1010000 | 0 | 110011 | 100010110 | 1000010 | 11101 |
Color Harmonies of #58197C
Complementary color
Monochromatic Colors of #58197C
Black with #58197C
Text Example
Text Example
White with #58197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58197C; }
p { color: rgb(88,25,124); }
H1.HeaderClassName
{
color: #58197C;
}
.AnyTagClassName
{
color: #58197C;
}
</style>
background-color css
<style>
a { background-color: #58197C; }
a { background-color: rgb(88,25,124); }
div.DivClassName
{
background-color: #58197C;
}
.BgClassName
{
background-color: #58197C;
}
</style>
border-color css
<style>
span { border-color: #58197C; }
span { border-color: rgb(88,25,124); }
td.TdClassName
{
border-color: #58197C;
}
.TagClassName
{
border-color: #58197C;
}
</style>