Shades of Indigo #541199
Tints of Indigo #541199
RGB
CMYK
RGB Variations
Color information
#541199 (or 0x541199) is known color: Indigo. HEX triplet: 54, 11 and 99. RGB value is (84,17,153). Sum of RGB (Red+Green+Blue) = 84+17+153=254 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.07% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #541199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541199 is #ABEE66. Grayscale: #343434. Windows color (decimal): -11267687 or 10031444. OLE color: 10031444.
HSL color Cylindrical-coordinate representation of color #541199: hue angle of 269.56º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #541199 is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 84 | 17 | 153 | - |
| CMYK | 0.45 | 0.89 | 0 | 0.4 |
| HSL | 269.56º | 0.8% | 0.33% | - |
| HSV(B) | 269.56º | 0.89% | 0.6% | - |
| XYZ | 9.61 | 4.59 | 30.52 | - |
| YUV | 52.54 | 184.7 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 17 | 153 | 0.45 | 0.89 | 0 | 0.4 | 269.56 | 0.8 | 0.33 |
| Hex | 54 | 11 | 99 | 2D | 59 | 0 | 28 | 10E | 50 | 21 |
| Octal | 124 | 21 | 231 | 55 | 131 | 0 | 50 | 416 | 120 | 41 |
| Binary | 1010100 | 10001 | 10011001 | 101101 | 1011001 | 0 | 101000 | 100001110 | 1010000 | 100001 |
Color Harmonies of #541199
Complementary color
Monochromatic Colors of #541199
Black with #541199
Text Example
Text Example
White with #541199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541199; }
p { color: rgb(84,17,153); }
H1.HeaderClassName
{
color: #541199;
}
.AnyTagClassName
{
color: #541199;
}
</style>
background-color css
<style>
a { background-color: #541199; }
a { background-color: rgb(84,17,153); }
div.DivClassName
{
background-color: #541199;
}
.BgClassName
{
background-color: #541199;
}
</style>
border-color css
<style>
span { border-color: #541199; }
span { border-color: rgb(84,17,153); }
td.TdClassName
{
border-color: #541199;
}
.TagClassName
{
border-color: #541199;
}
</style>