Shades of Indigo #58167E
Tints of Indigo #58167E
RGB
CMYK
RGB Variations
Color information
#58167E (or 0x58167E) is known color: Indigo. HEX triplet: 58, 16 and 7E. RGB value is (88,22,126). Sum of RGB (Red+Green+Blue) = 88+22+126=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 126 (49.61% from 255 or 53.39% from 236); Max value from RGB is 126 - color contains mainly: blue. Hex color #58167E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58167E is #A7E981. Grayscale: #353535. Windows color (decimal): -11004290 or 8263256. OLE color: 8263256.
HSL color Cylindrical-coordinate representation of color #58167E: hue angle of 278.08º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #58167E is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 22 | 126 | - |
| CMYK | 0.30 | 0.83 | 0 | 0.51 |
| HSL | 278.08º | 0.7% | 0.29% | - |
| HSV(B) | 278.08º | 0.83% | 0.49% | - |
| XYZ | 8.08 | 4.15 | 20.11 | - |
| YUV | 53.59 | 168.87 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 22 | 126 | 0.30 | 0.83 | 0 | 0.51 | 278.08 | 0.7 | 0.29 |
| Hex | 58 | 16 | 7E | 1E | 53 | 0 | 33 | 116 | 46 | 1D |
| Octal | 130 | 26 | 176 | 36 | 123 | 0 | 63 | 426 | 106 | 35 |
| Binary | 1011000 | 10110 | 1111110 | 11110 | 1010011 | 0 | 110011 | 100010110 | 1000110 | 11101 |
Color Harmonies of #58167E
Complementary color
Monochromatic Colors of #58167E
Black with #58167E
Text Example
Text Example
White with #58167E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58167E; }
p { color: rgb(88,22,126); }
H1.HeaderClassName
{
color: #58167E;
}
.AnyTagClassName
{
color: #58167E;
}
</style>
background-color css
<style>
a { background-color: #58167E; }
a { background-color: rgb(88,22,126); }
div.DivClassName
{
background-color: #58167E;
}
.BgClassName
{
background-color: #58167E;
}
</style>
border-color css
<style>
span { border-color: #58167E; }
span { border-color: rgb(88,22,126); }
td.TdClassName
{
border-color: #58167E;
}
.TagClassName
{
border-color: #58167E;
}
</style>