Shades of Indigo #581178
Tints of Indigo #581178
RGB
CMYK
RGB Variations
Color information
#581178 (or 0x581178) is known color: Indigo. HEX triplet: 58, 11 and 78. RGB value is (88,17,120). Sum of RGB (Red+Green+Blue) = 88+17+120=225 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.11% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #581178 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581178 is #A7EE87. Grayscale: #313131. Windows color (decimal): -11005576 or 7868760. OLE color: 7868760.
HSL color Cylindrical-coordinate representation of color #581178: hue angle of 281.36º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #581178 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 17 | 120 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.53 |
| HSL | 281.36º | 0.75% | 0.27% | - |
| HSV(B) | 281.36º | 0.86% | 0.47% | - |
| XYZ | 7.62 | 3.83 | 18.11 | - |
| YUV | 49.97 | 167.52 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 17 | 120 | 0.27 | 0.86 | 0 | 0.53 | 281.36 | 0.75 | 0.27 |
| Hex | 58 | 11 | 78 | 1B | 56 | 0 | 35 | 119 | 4B | 1B |
| Octal | 130 | 21 | 170 | 33 | 126 | 0 | 65 | 431 | 113 | 33 |
| Binary | 1011000 | 10001 | 1111000 | 11011 | 1010110 | 0 | 110101 | 100011001 | 1001011 | 11011 |
Color Harmonies of #581178
Complementary color
Monochromatic Colors of #581178
Black with #581178
Text Example
Text Example
White with #581178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581178; }
p { color: rgb(88,17,120); }
H1.HeaderClassName
{
color: #581178;
}
.AnyTagClassName
{
color: #581178;
}
</style>
background-color css
<style>
a { background-color: #581178; }
a { background-color: rgb(88,17,120); }
div.DivClassName
{
background-color: #581178;
}
.BgClassName
{
background-color: #581178;
}
</style>
border-color css
<style>
span { border-color: #581178; }
span { border-color: rgb(88,17,120); }
td.TdClassName
{
border-color: #581178;
}
.TagClassName
{
border-color: #581178;
}
</style>