Shades of Indigo #58106E
Tints of Indigo #58106E
RGB
CMYK
RGB Variations
Color information
#58106E (or 0x58106E) is known color: Indigo. HEX triplet: 58, 10 and 6E. RGB value is (88,16,110). Sum of RGB (Red+Green+Blue) = 88+16+110=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 110 (43.36% from 255 or 51.40% from 214); Max value from RGB is 110 - color contains mainly: blue. Hex color #58106E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58106E is #A7EF91. Grayscale: #2F2F2F. Windows color (decimal): -11005842 or 7213144. OLE color: 7213144.
HSL color Cylindrical-coordinate representation of color #58106E: hue angle of 285.96º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #58106E is Cyan = 0.2, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 16 | 110 | - |
| CMYK | 0.2 | 0.85 | 0 | 0.57 |
| HSL | 285.96º | 0.75% | 0.25% | - |
| HSV(B) | 285.96º | 0.85% | 0.43% | - |
| XYZ | 7.02 | 3.57 | 15.07 | - |
| YUV | 48.24 | 162.85 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 16 | 110 | 0.2 | 0.85 | 0 | 0.57 | 285.96 | 0.75 | 0.25 |
| Hex | 58 | 10 | 6E | 14 | 55 | 0 | 39 | 11E | 4B | 19 |
| Octal | 130 | 20 | 156 | 24 | 125 | 0 | 71 | 436 | 113 | 31 |
| Binary | 1011000 | 10000 | 1101110 | 10100 | 1010101 | 0 | 111001 | 100011110 | 1001011 | 11001 |
Color Harmonies of #58106E
Complementary color
Monochromatic Colors of #58106E
Black with #58106E
Text Example
Text Example
White with #58106E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58106E; }
p { color: rgb(88,16,110); }
H1.HeaderClassName
{
color: #58106E;
}
.AnyTagClassName
{
color: #58106E;
}
</style>
background-color css
<style>
a { background-color: #58106E; }
a { background-color: rgb(88,16,110); }
div.DivClassName
{
background-color: #58106E;
}
.BgClassName
{
background-color: #58106E;
}
</style>
border-color css
<style>
span { border-color: #58106E; }
span { border-color: rgb(88,16,110); }
td.TdClassName
{
border-color: #58106E;
}
.TagClassName
{
border-color: #58106E;
}
</style>