Shades of Indigo #58136D
Tints of Indigo #58136D
RGB
CMYK
RGB Variations
Color information
#58136D (or 0x58136D) is known color: Indigo. HEX triplet: 58, 13 and 6D. RGB value is (88,19,109). Sum of RGB (Red+Green+Blue) = 88+19+109=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #58136D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58136D is #A7EC92. Grayscale: #313131. Windows color (decimal): -11005075 or 7148376. OLE color: 7148376.
HSL color Cylindrical-coordinate representation of color #58136D: hue angle of 286º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #58136D is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 19 | 109 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.57 |
| HSL | 286º | 0.7% | 0.25% | - |
| HSV(B) | 286º | 0.83% | 0.43% | - |
| XYZ | 7.02 | 3.64 | 14.8 | - |
| YUV | 49.89 | 161.36 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 19 | 109 | 0.19 | 0.83 | 0 | 0.57 | 286 | 0.7 | 0.25 |
| Hex | 58 | 13 | 6D | 13 | 53 | 0 | 39 | 11E | 46 | 19 |
| Octal | 130 | 23 | 155 | 23 | 123 | 0 | 71 | 436 | 106 | 31 |
| Binary | 1011000 | 10011 | 1101101 | 10011 | 1010011 | 0 | 111001 | 100011110 | 1000110 | 11001 |
Color Harmonies of #58136D
Complementary color
Monochromatic Colors of #58136D
Black with #58136D
Text Example
Text Example
White with #58136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58136D; }
p { color: rgb(88,19,109); }
H1.HeaderClassName
{
color: #58136D;
}
.AnyTagClassName
{
color: #58136D;
}
</style>
background-color css
<style>
a { background-color: #58136D; }
a { background-color: rgb(88,19,109); }
div.DivClassName
{
background-color: #58136D;
}
.BgClassName
{
background-color: #58136D;
}
</style>
border-color css
<style>
span { border-color: #58136D; }
span { border-color: rgb(88,19,109); }
td.TdClassName
{
border-color: #58136D;
}
.TagClassName
{
border-color: #58136D;
}
</style>