Shades of Indigo #571777
Tints of Indigo #571777
RGB
CMYK
RGB Variations
Color information
#571777 (or 0x571777) is known color: Indigo. HEX triplet: 57, 17 and 77. RGB value is (87,23,119). Sum of RGB (Red+Green+Blue) = 87+23+119=229 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.99% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 119 (46.88% from 255 or 51.97% from 229); Max value from RGB is 119 - color contains mainly: blue. Hex color #571777 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571777 is #A8E888. Grayscale: #343434. Windows color (decimal): -11069577 or 7804759. OLE color: 7804759.
HSL color Cylindrical-coordinate representation of color #571777: hue angle of 280º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #571777 is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 87 | 23 | 119 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.53 |
| HSL | 280º | 0.68% | 0.28% | - |
| HSV(B) | 280º | 0.81% | 0.47% | - |
| XYZ | 7.57 | 3.97 | 17.82 | - |
| YUV | 53.08 | 165.2 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 23 | 119 | 0.27 | 0.81 | 0 | 0.53 | 280 | 0.68 | 0.28 |
| Hex | 57 | 17 | 77 | 1B | 51 | 0 | 35 | 118 | 44 | 1C |
| Octal | 127 | 27 | 167 | 33 | 121 | 0 | 65 | 430 | 104 | 34 |
| Binary | 1010111 | 10111 | 1110111 | 11011 | 1010001 | 0 | 110101 | 100011000 | 1000100 | 11100 |
Color Harmonies of #571777
Complementary color
Monochromatic Colors of #571777
Black with #571777
Text Example
Text Example
White with #571777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571777; }
p { color: rgb(87,23,119); }
H1.HeaderClassName
{
color: #571777;
}
.AnyTagClassName
{
color: #571777;
}
</style>
background-color css
<style>
a { background-color: #571777; }
a { background-color: rgb(87,23,119); }
div.DivClassName
{
background-color: #571777;
}
.BgClassName
{
background-color: #571777;
}
</style>
border-color css
<style>
span { border-color: #571777; }
span { border-color: rgb(87,23,119); }
td.TdClassName
{
border-color: #571777;
}
.TagClassName
{
border-color: #571777;
}
</style>