Shades of Indigo #571287
Tints of Indigo #571287
RGB
CMYK
RGB Variations
Color information
#571287 (or 0x571287) is known color: Indigo. HEX triplet: 57, 12 and 87. RGB value is (87,18,135). Sum of RGB (Red+Green+Blue) = 87+18+135=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 135 (53.12% from 255 or 56.25% from 240); Max value from RGB is 135 - color contains mainly: blue. Hex color #571287 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #571287 is #A8ED78. Grayscale: #333333. Windows color (decimal): -11070841 or 8852055. OLE color: 8852055.
HSL color Cylindrical-coordinate representation of color #571287: hue angle of 275.38º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #571287 is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 87 | 18 | 135 | - |
| CMYK | 0.36 | 0.87 | 0 | 0.47 |
| HSL | 275.38º | 0.76% | 0.3% | - |
| HSV(B) | 275.38º | 0.87% | 0.53% | - |
| XYZ | 8.52 | 4.21 | 23.28 | - |
| YUV | 51.97 | 174.86 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 18 | 135 | 0.36 | 0.87 | 0 | 0.47 | 275.38 | 0.76 | 0.3 |
| Hex | 57 | 12 | 87 | 24 | 57 | 0 | 2F | 113 | 4C | 1E |
| Octal | 127 | 22 | 207 | 44 | 127 | 0 | 57 | 423 | 114 | 36 |
| Binary | 1010111 | 10010 | 10000111 | 100100 | 1010111 | 0 | 101111 | 100010011 | 1001100 | 11110 |
Color Harmonies of #571287
Complementary color
Monochromatic Colors of #571287
Black with #571287
Text Example
Text Example
White with #571287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571287; }
p { color: rgb(87,18,135); }
H1.HeaderClassName
{
color: #571287;
}
.AnyTagClassName
{
color: #571287;
}
</style>
background-color css
<style>
a { background-color: #571287; }
a { background-color: rgb(87,18,135); }
div.DivClassName
{
background-color: #571287;
}
.BgClassName
{
background-color: #571287;
}
</style>
border-color css
<style>
span { border-color: #571287; }
span { border-color: rgb(87,18,135); }
td.TdClassName
{
border-color: #571287;
}
.TagClassName
{
border-color: #571287;
}
</style>