Shades of Indigo #581193
Tints of Indigo #581193
RGB
CMYK
RGB Variations
Color information
#581193 (or 0x581193) is known color: Indigo. HEX triplet: 58, 11 and 93. RGB value is (88,17,147). Sum of RGB (Red+Green+Blue) = 88+17+147=252 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.92% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 147 (57.81% from 255 or 58.33% from 252); Max value from RGB is 147 - color contains mainly: blue. Hex color #581193 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581193 is #A7EE6C. Grayscale: #343434. Windows color (decimal): -11005549 or 9638232. OLE color: 9638232.
HSL color Cylindrical-coordinate representation of color #581193: hue angle of 272.77º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #581193 is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 88 | 17 | 147 | - |
| CMYK | 0.40 | 0.88 | 0 | 0.42 |
| HSL | 272.77º | 0.79% | 0.32% | - |
| HSV(B) | 272.77º | 0.88% | 0.58% | - |
| XYZ | 9.49 | 4.58 | 27.99 | - |
| YUV | 53.05 | 181.02 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 17 | 147 | 0.40 | 0.88 | 0 | 0.42 | 272.77 | 0.79 | 0.32 |
| Hex | 58 | 11 | 93 | 28 | 58 | 0 | 2A | 111 | 4F | 20 |
| Octal | 130 | 21 | 223 | 50 | 130 | 0 | 52 | 421 | 117 | 40 |
| Binary | 1011000 | 10001 | 10010011 | 101000 | 1011000 | 0 | 101010 | 100010001 | 1001111 | 100000 |
Color Harmonies of #581193
Complementary color
Monochromatic Colors of #581193
Black with #581193
Text Example
Text Example
White with #581193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581193; }
p { color: rgb(88,17,147); }
H1.HeaderClassName
{
color: #581193;
}
.AnyTagClassName
{
color: #581193;
}
</style>
background-color css
<style>
a { background-color: #581193; }
a { background-color: rgb(88,17,147); }
div.DivClassName
{
background-color: #581193;
}
.BgClassName
{
background-color: #581193;
}
</style>
border-color css
<style>
span { border-color: #581193; }
span { border-color: rgb(88,17,147); }
td.TdClassName
{
border-color: #581193;
}
.TagClassName
{
border-color: #581193;
}
</style>