Shades of Indigo #571192
Tints of Indigo #571192
RGB
CMYK
RGB Variations
Color information
#571192 (or 0x571192) is known color: Indigo. HEX triplet: 57, 11 and 92. RGB value is (87,17,146). Sum of RGB (Red+Green+Blue) = 87+17+146=250 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.8% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #571192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #571192 is #A8EE6D. Grayscale: #343434. Windows color (decimal): -11071086 or 9572695. OLE color: 9572695.
HSL color Cylindrical-coordinate representation of color #571192: hue angle of 272.56º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #571192 is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 87 | 17 | 146 | - |
| CMYK | 0.40 | 0.88 | 0 | 0.43 |
| HSL | 272.56º | 0.79% | 0.32% | - |
| HSV(B) | 272.56º | 0.88% | 0.57% | - |
| XYZ | 9.32 | 4.5 | 27.57 | - |
| YUV | 52.64 | 180.69 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 17 | 146 | 0.40 | 0.88 | 0 | 0.43 | 272.56 | 0.79 | 0.32 |
| Hex | 57 | 11 | 92 | 28 | 58 | 0 | 2B | 111 | 4F | 20 |
| Octal | 127 | 21 | 222 | 50 | 130 | 0 | 53 | 421 | 117 | 40 |
| Binary | 1010111 | 10001 | 10010010 | 101000 | 1011000 | 0 | 101011 | 100010001 | 1001111 | 100000 |
Color Harmonies of #571192
Complementary color
Monochromatic Colors of #571192
Black with #571192
Text Example
Text Example
White with #571192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571192; }
p { color: rgb(87,17,146); }
H1.HeaderClassName
{
color: #571192;
}
.AnyTagClassName
{
color: #571192;
}
</style>
background-color css
<style>
a { background-color: #571192; }
a { background-color: rgb(87,17,146); }
div.DivClassName
{
background-color: #571192;
}
.BgClassName
{
background-color: #571192;
}
</style>
border-color css
<style>
span { border-color: #571192; }
span { border-color: rgb(87,17,146); }
td.TdClassName
{
border-color: #571192;
}
.TagClassName
{
border-color: #571192;
}
</style>