Shades of Indigo #571077
Tints of Indigo #571077
RGB
CMYK
RGB Variations
Color information
#571077 (or 0x571077) is known color: Indigo. HEX triplet: 57, 10 and 77. RGB value is (87,16,119). Sum of RGB (Red+Green+Blue) = 87+16+119=222 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.19% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #571077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571077 is #A8EF88. Grayscale: #303030. Windows color (decimal): -11071369 or 7802967. OLE color: 7802967.
HSL color Cylindrical-coordinate representation of color #571077: hue angle of 281.36º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #571077 is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 87 | 16 | 119 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.53 |
| HSL | 281.36º | 0.76% | 0.26% | - |
| HSV(B) | 281.36º | 0.87% | 0.47% | - |
| XYZ | 7.45 | 3.73 | 17.78 | - |
| YUV | 48.97 | 167.52 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 16 | 119 | 0.27 | 0.87 | 0 | 0.53 | 281.36 | 0.76 | 0.26 |
| Hex | 57 | 10 | 77 | 1B | 57 | 0 | 35 | 119 | 4C | 1A |
| Octal | 127 | 20 | 167 | 33 | 127 | 0 | 65 | 431 | 114 | 32 |
| Binary | 1010111 | 10000 | 1110111 | 11011 | 1010111 | 0 | 110101 | 100011001 | 1001100 | 11010 |
Color Harmonies of #571077
Complementary color
Monochromatic Colors of #571077
Black with #571077
Text Example
Text Example
White with #571077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571077; }
p { color: rgb(87,16,119); }
H1.HeaderClassName
{
color: #571077;
}
.AnyTagClassName
{
color: #571077;
}
</style>
background-color css
<style>
a { background-color: #571077; }
a { background-color: rgb(87,16,119); }
div.DivClassName
{
background-color: #571077;
}
.BgClassName
{
background-color: #571077;
}
</style>
border-color css
<style>
span { border-color: #571077; }
span { border-color: rgb(87,16,119); }
td.TdClassName
{
border-color: #571077;
}
.TagClassName
{
border-color: #571077;
}
</style>