Shades of Indigo #571978
Tints of Indigo #571978
RGB
CMYK
RGB Variations
Color information
#571978 (or 0x571978) is known color: Indigo. HEX triplet: 57, 19 and 78. RGB value is (87,25,120). Sum of RGB (Red+Green+Blue) = 87+25+120=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #571978 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571978 is #A8E687. Grayscale: #363636. Windows color (decimal): -11069064 or 7870807. OLE color: 7870807.
HSL color Cylindrical-coordinate representation of color #571978: hue angle of 279.16º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #571978 is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 87 | 25 | 120 | - |
| CMYK | 0.28 | 0.79 | 0 | 0.53 |
| HSL | 279.16º | 0.66% | 0.28% | - |
| HSV(B) | 279.16º | 0.79% | 0.47% | - |
| XYZ | 7.67 | 4.08 | 18.15 | - |
| YUV | 54.37 | 165.04 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 25 | 120 | 0.28 | 0.79 | 0 | 0.53 | 279.16 | 0.66 | 0.28 |
| Hex | 57 | 19 | 78 | 1C | 4F | 0 | 35 | 117 | 42 | 1C |
| Octal | 127 | 31 | 170 | 34 | 117 | 0 | 65 | 427 | 102 | 34 |
| Binary | 1010111 | 11001 | 1111000 | 11100 | 1001111 | 0 | 110101 | 100010111 | 1000010 | 11100 |
Color Harmonies of #571978
Complementary color
Monochromatic Colors of #571978
Black with #571978
Text Example
Text Example
White with #571978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571978; }
p { color: rgb(87,25,120); }
H1.HeaderClassName
{
color: #571978;
}
.AnyTagClassName
{
color: #571978;
}
</style>
background-color css
<style>
a { background-color: #571978; }
a { background-color: rgb(87,25,120); }
div.DivClassName
{
background-color: #571978;
}
.BgClassName
{
background-color: #571978;
}
</style>
border-color css
<style>
span { border-color: #571978; }
span { border-color: rgb(87,25,120); }
td.TdClassName
{
border-color: #571978;
}
.TagClassName
{
border-color: #571978;
}
</style>