Shades of Indigo #581578
Tints of Indigo #581578
RGB
CMYK
RGB Variations
Color information
#581578 (or 0x581578) is known color: Indigo. HEX triplet: 58, 15 and 78. RGB value is (88,21,120). Sum of RGB (Red+Green+Blue) = 88+21+120=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #581578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581578 is #A7EA87. Grayscale: #333333. Windows color (decimal): -11004552 or 7869784. OLE color: 7869784.
HSL color Cylindrical-coordinate representation of color #581578: hue angle of 280.61º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #581578 is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 21 | 120 | - |
| CMYK | 0.27 | 0.83 | 0 | 0.53 |
| HSL | 280.61º | 0.7% | 0.28% | - |
| HSV(B) | 280.61º | 0.83% | 0.47% | - |
| XYZ | 7.68 | 3.97 | 18.13 | - |
| YUV | 52.32 | 166.2 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 21 | 120 | 0.27 | 0.83 | 0 | 0.53 | 280.61 | 0.7 | 0.28 |
| Hex | 58 | 15 | 78 | 1B | 53 | 0 | 35 | 119 | 46 | 1C |
| Octal | 130 | 25 | 170 | 33 | 123 | 0 | 65 | 431 | 106 | 34 |
| Binary | 1011000 | 10101 | 1111000 | 11011 | 1010011 | 0 | 110101 | 100011001 | 1000110 | 11100 |
Color Harmonies of #581578
Complementary color
Monochromatic Colors of #581578
Black with #581578
Text Example
Text Example
White with #581578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581578; }
p { color: rgb(88,21,120); }
H1.HeaderClassName
{
color: #581578;
}
.AnyTagClassName
{
color: #581578;
}
</style>
background-color css
<style>
a { background-color: #581578; }
a { background-color: rgb(88,21,120); }
div.DivClassName
{
background-color: #581578;
}
.BgClassName
{
background-color: #581578;
}
</style>
border-color css
<style>
span { border-color: #581578; }
span { border-color: rgb(88,21,120); }
td.TdClassName
{
border-color: #581578;
}
.TagClassName
{
border-color: #581578;
}
</style>