Shades of Indigo #58177E
Tints of Indigo #58177E
RGB
CMYK
RGB Variations
Color information
#58177E (or 0x58177E) is known color: Indigo. HEX triplet: 58, 17 and 7E. RGB value is (88,23,126). Sum of RGB (Red+Green+Blue) = 88+23+126=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 23 (9.38% from 255 or 9.70% from 237); Blue value is 126 (49.61% from 255 or 53.16% from 237); Max value from RGB is 126 - color contains mainly: blue. Hex color #58177E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58177E is #A7E881. Grayscale: #353535. Windows color (decimal): -11004034 or 8263512. OLE color: 8263512.
HSL color Cylindrical-coordinate representation of color #58177E: hue angle of 277.86º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #58177E is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 23 | 126 | - |
| CMYK | 0.30 | 0.82 | 0 | 0.51 |
| HSL | 277.86º | 0.69% | 0.29% | - |
| HSV(B) | 277.86º | 0.82% | 0.49% | - |
| XYZ | 8.1 | 4.19 | 20.12 | - |
| YUV | 54.18 | 168.53 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 23 | 126 | 0.30 | 0.82 | 0 | 0.51 | 277.86 | 0.69 | 0.29 |
| Hex | 58 | 17 | 7E | 1E | 52 | 0 | 33 | 116 | 45 | 1D |
| Octal | 130 | 27 | 176 | 36 | 122 | 0 | 63 | 426 | 105 | 35 |
| Binary | 1011000 | 10111 | 1111110 | 11110 | 1010010 | 0 | 110011 | 100010110 | 1000101 | 11101 |
Color Harmonies of #58177E
Complementary color
Monochromatic Colors of #58177E
Black with #58177E
Text Example
Text Example
White with #58177E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58177E; }
p { color: rgb(88,23,126); }
H1.HeaderClassName
{
color: #58177E;
}
.AnyTagClassName
{
color: #58177E;
}
</style>
background-color css
<style>
a { background-color: #58177E; }
a { background-color: rgb(88,23,126); }
div.DivClassName
{
background-color: #58177E;
}
.BgClassName
{
background-color: #58177E;
}
</style>
border-color css
<style>
span { border-color: #58177E; }
span { border-color: rgb(88,23,126); }
td.TdClassName
{
border-color: #58177E;
}
.TagClassName
{
border-color: #58177E;
}
</style>