Shades of Indigo #58139C
Tints of Indigo #58139C
RGB
CMYK
RGB Variations
Color information
#58139C (or 0x58139C) is known color: Indigo. HEX triplet: 58, 13 and 9C. RGB value is (88,19,156). Sum of RGB (Red+Green+Blue) = 88+19+156=263 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.46% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 156 (61.33% from 255 or 59.32% from 263); Max value from RGB is 156 - color contains mainly: blue. Hex color #58139C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58139C is #A7EC63. Grayscale: #363636. Windows color (decimal): -11005028 or 10228568. OLE color: 10228568.
HSL color Cylindrical-coordinate representation of color #58139C: hue angle of 270.22º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #58139C is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 19 | 156 | - |
| CMYK | 0.44 | 0.88 | 0 | 0.39 |
| HSL | 270.22º | 0.78% | 0.34% | - |
| HSV(B) | 270.22º | 0.88% | 0.61% | - |
| XYZ | 10.26 | 4.94 | 31.87 | - |
| YUV | 55.25 | 184.86 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 19 | 156 | 0.44 | 0.88 | 0 | 0.39 | 270.22 | 0.78 | 0.34 |
| Hex | 58 | 13 | 9C | 2C | 58 | 0 | 27 | 10E | 4E | 22 |
| Octal | 130 | 23 | 234 | 54 | 130 | 0 | 47 | 416 | 116 | 42 |
| Binary | 1011000 | 10011 | 10011100 | 101100 | 1011000 | 0 | 100111 | 100001110 | 1001110 | 100010 |
Color Harmonies of #58139C
Complementary color
Monochromatic Colors of #58139C
Black with #58139C
Text Example
Text Example
White with #58139C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58139C; }
p { color: rgb(88,19,156); }
H1.HeaderClassName
{
color: #58139C;
}
.AnyTagClassName
{
color: #58139C;
}
</style>
background-color css
<style>
a { background-color: #58139C; }
a { background-color: rgb(88,19,156); }
div.DivClassName
{
background-color: #58139C;
}
.BgClassName
{
background-color: #58139C;
}
</style>
border-color css
<style>
span { border-color: #58139C; }
span { border-color: rgb(88,19,156); }
td.TdClassName
{
border-color: #58139C;
}
.TagClassName
{
border-color: #58139C;
}
</style>