Shades of Indigo #571396
Tints of Indigo #571396
RGB
CMYK
RGB Variations
Color information
#571396 (or 0x571396) is known color: Indigo. HEX triplet: 57, 13 and 96. RGB value is (87,19,150). Sum of RGB (Red+Green+Blue) = 87+19+150=256 (33% of max value = 765). Red value is 87 (34.38% from 255 or 33.98% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 150 (58.98% from 255 or 58.59% from 256); Max value from RGB is 150 - color contains mainly: blue. Hex color #571396 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #571396 is #A8EC69. Grayscale: #353535. Windows color (decimal): -11070570 or 9835351. OLE color: 9835351.
HSL color Cylindrical-coordinate representation of color #571396: hue angle of 271.15º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #571396 is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 87 | 19 | 150 | - |
| CMYK | 0.42 | 0.87 | 0 | 0.41 |
| HSL | 271.15º | 0.78% | 0.33% | - |
| HSV(B) | 271.15º | 0.87% | 0.59% | - |
| XYZ | 9.67 | 4.69 | 29.25 | - |
| YUV | 54.27 | 182.03 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 19 | 150 | 0.42 | 0.87 | 0 | 0.41 | 271.15 | 0.78 | 0.33 |
| Hex | 57 | 13 | 96 | 2A | 57 | 0 | 29 | 10F | 4E | 21 |
| Octal | 127 | 23 | 226 | 52 | 127 | 0 | 51 | 417 | 116 | 41 |
| Binary | 1010111 | 10011 | 10010110 | 101010 | 1010111 | 0 | 101001 | 100001111 | 1001110 | 100001 |
Color Harmonies of #571396
Complementary color
Monochromatic Colors of #571396
Black with #571396
Text Example
Text Example
White with #571396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571396; }
p { color: rgb(87,19,150); }
H1.HeaderClassName
{
color: #571396;
}
.AnyTagClassName
{
color: #571396;
}
</style>
background-color css
<style>
a { background-color: #571396; }
a { background-color: rgb(87,19,150); }
div.DivClassName
{
background-color: #571396;
}
.BgClassName
{
background-color: #571396;
}
</style>
border-color css
<style>
span { border-color: #571396; }
span { border-color: rgb(87,19,150); }
td.TdClassName
{
border-color: #571396;
}
.TagClassName
{
border-color: #571396;
}
</style>