Shades of Indigo #571498
Tints of Indigo #571498
RGB
CMYK
RGB Variations
Color information
#571498 (or 0x571498) is known color: Indigo. HEX triplet: 57, 14 and 98. RGB value is (87,20,152). Sum of RGB (Red+Green+Blue) = 87+20+152=259 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.59% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 152 (59.77% from 255 or 58.69% from 259); Max value from RGB is 152 - color contains mainly: blue. Hex color #571498 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #571498 is #A8EB67. Grayscale: #363636. Windows color (decimal): -11070312 or 9966679. OLE color: 9966679.
HSL color Cylindrical-coordinate representation of color #571498: hue angle of 270.45º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #571498 is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 87 | 20 | 152 | - |
| CMYK | 0.43 | 0.87 | 0 | 0.40 |
| HSL | 270.45º | 0.77% | 0.34% | - |
| HSV(B) | 270.45º | 0.87% | 0.6% | - |
| XYZ | 9.85 | 4.79 | 30.11 | - |
| YUV | 55.08 | 182.7 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 20 | 152 | 0.43 | 0.87 | 0 | 0.40 | 270.45 | 0.77 | 0.34 |
| Hex | 57 | 14 | 98 | 2B | 57 | 0 | 28 | 10E | 4D | 22 |
| Octal | 127 | 24 | 230 | 53 | 127 | 0 | 50 | 416 | 115 | 42 |
| Binary | 1010111 | 10100 | 10011000 | 101011 | 1010111 | 0 | 101000 | 100001110 | 1001101 | 100010 |
Color Harmonies of #571498
Complementary color
Monochromatic Colors of #571498
Black with #571498
Text Example
Text Example
White with #571498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571498; }
p { color: rgb(87,20,152); }
H1.HeaderClassName
{
color: #571498;
}
.AnyTagClassName
{
color: #571498;
}
</style>
background-color css
<style>
a { background-color: #571498; }
a { background-color: rgb(87,20,152); }
div.DivClassName
{
background-color: #571498;
}
.BgClassName
{
background-color: #571498;
}
</style>
border-color css
<style>
span { border-color: #571498; }
span { border-color: rgb(87,20,152); }
td.TdClassName
{
border-color: #571498;
}
.TagClassName
{
border-color: #571498;
}
</style>