Shades of Indigo #541192
Tints of Indigo #541192
RGB
CMYK
RGB Variations
Color information
#541192 (or 0x541192) is known color: Indigo. HEX triplet: 54, 11 and 92. RGB value is (84,17,146). Sum of RGB (Red+Green+Blue) = 84+17+146=247 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.01% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 146 (57.42% from 255 or 59.11% from 247); Max value from RGB is 146 - color contains mainly: blue. Hex color #541192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541192 is #ABEE6D. Grayscale: #333333. Windows color (decimal): -11267694 or 9572692. OLE color: 9572692.
HSL color Cylindrical-coordinate representation of color #541192: hue angle of 271.16º 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 #541192 is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 84 | 17 | 146 | - |
| CMYK | 0.42 | 0.88 | 0 | 0.43 |
| HSL | 271.16º | 0.79% | 0.32% | - |
| HSV(B) | 271.16º | 0.88% | 0.57% | - |
| XYZ | 9.04 | 4.36 | 27.56 | - |
| YUV | 51.74 | 181.2 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 17 | 146 | 0.42 | 0.88 | 0 | 0.43 | 271.16 | 0.79 | 0.32 |
| Hex | 54 | 11 | 92 | 2A | 58 | 0 | 2B | 10F | 4F | 20 |
| Octal | 124 | 21 | 222 | 52 | 130 | 0 | 53 | 417 | 117 | 40 |
| Binary | 1010100 | 10001 | 10010010 | 101010 | 1011000 | 0 | 101011 | 100001111 | 1001111 | 100000 |
Color Harmonies of #541192
Complementary color
Monochromatic Colors of #541192
Black with #541192
Text Example
Text Example
White with #541192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541192; }
p { color: rgb(84,17,146); }
H1.HeaderClassName
{
color: #541192;
}
.AnyTagClassName
{
color: #541192;
}
</style>
background-color css
<style>
a { background-color: #541192; }
a { background-color: rgb(84,17,146); }
div.DivClassName
{
background-color: #541192;
}
.BgClassName
{
background-color: #541192;
}
</style>
border-color css
<style>
span { border-color: #541192; }
span { border-color: rgb(84,17,146); }
td.TdClassName
{
border-color: #541192;
}
.TagClassName
{
border-color: #541192;
}
</style>