Shades of Indigo #58137B
Tints of Indigo #58137B
RGB
CMYK
RGB Variations
Color information
#58137B (or 0x58137B) is known color: Indigo. HEX triplet: 58, 13 and 7B. RGB value is (88,19,123). Sum of RGB (Red+Green+Blue) = 88+19+123=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 123 (48.44% from 255 or 53.48% from 230); Max value from RGB is 123 - color contains mainly: blue. Hex color #58137B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58137B is #A7EC84. Grayscale: #333333. Windows color (decimal): -11005061 or 8065880. OLE color: 8065880.
HSL color Cylindrical-coordinate representation of color #58137B: hue angle of 279.81º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #58137B is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 19 | 123 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.52 |
| HSL | 279.81º | 0.73% | 0.28% | - |
| HSV(B) | 279.81º | 0.85% | 0.48% | - |
| XYZ | 7.83 | 3.97 | 19.09 | - |
| YUV | 51.49 | 168.36 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 19 | 123 | 0.28 | 0.85 | 0 | 0.52 | 279.81 | 0.73 | 0.28 |
| Hex | 58 | 13 | 7B | 1C | 55 | 0 | 34 | 118 | 49 | 1C |
| Octal | 130 | 23 | 173 | 34 | 125 | 0 | 64 | 430 | 111 | 34 |
| Binary | 1011000 | 10011 | 1111011 | 11100 | 1010101 | 0 | 110100 | 100011000 | 1001001 | 11100 |
Color Harmonies of #58137B
Complementary color
Monochromatic Colors of #58137B
Black with #58137B
Text Example
Text Example
White with #58137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58137B; }
p { color: rgb(88,19,123); }
H1.HeaderClassName
{
color: #58137B;
}
.AnyTagClassName
{
color: #58137B;
}
</style>
background-color css
<style>
a { background-color: #58137B; }
a { background-color: rgb(88,19,123); }
div.DivClassName
{
background-color: #58137B;
}
.BgClassName
{
background-color: #58137B;
}
</style>
border-color css
<style>
span { border-color: #58137B; }
span { border-color: rgb(88,19,123); }
td.TdClassName
{
border-color: #58137B;
}
.TagClassName
{
border-color: #58137B;
}
</style>