Shades of Indigo #58197B
Tints of Indigo #58197B
RGB
CMYK
RGB Variations
Color information
#58197B (or 0x58197B) is known color: Indigo. HEX triplet: 58, 19 and 7B. RGB value is (88,25,123). Sum of RGB (Red+Green+Blue) = 88+25+123=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 123 (48.44% from 255 or 52.12% from 236); Max value from RGB is 123 - color contains mainly: blue. Hex color #58197B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58197B is #A7E684. Grayscale: #363636. Windows color (decimal): -11003525 or 8067416. OLE color: 8067416.
HSL color Cylindrical-coordinate representation of color #58197B: hue angle of 278.57º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #58197B is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 25 | 123 | - |
| CMYK | 0.28 | 0.80 | 0 | 0.52 |
| HSL | 278.57º | 0.66% | 0.29% | - |
| HSV(B) | 278.57º | 0.8% | 0.48% | - |
| XYZ | 7.95 | 4.2 | 19.13 | - |
| YUV | 55.01 | 166.37 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 25 | 123 | 0.28 | 0.80 | 0 | 0.52 | 278.57 | 0.66 | 0.29 |
| Hex | 58 | 19 | 7B | 1C | 50 | 0 | 34 | 117 | 42 | 1D |
| Octal | 130 | 31 | 173 | 34 | 120 | 0 | 64 | 427 | 102 | 35 |
| Binary | 1011000 | 11001 | 1111011 | 11100 | 1010000 | 0 | 110100 | 100010111 | 1000010 | 11101 |
Color Harmonies of #58197B
Complementary color
Monochromatic Colors of #58197B
Black with #58197B
Text Example
Text Example
White with #58197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58197B; }
p { color: rgb(88,25,123); }
H1.HeaderClassName
{
color: #58197B;
}
.AnyTagClassName
{
color: #58197B;
}
</style>
background-color css
<style>
a { background-color: #58197B; }
a { background-color: rgb(88,25,123); }
div.DivClassName
{
background-color: #58197B;
}
.BgClassName
{
background-color: #58197B;
}
</style>
border-color css
<style>
span { border-color: #58197B; }
span { border-color: rgb(88,25,123); }
td.TdClassName
{
border-color: #58197B;
}
.TagClassName
{
border-color: #58197B;
}
</style>