Shades of Indigo #540999
Tints of Indigo #540999
RGB
CMYK
RGB Variations
Color information
#540999 (or 0x540999) is known color: Indigo. HEX triplet: 54, 09 and 99. RGB value is (84,9,153). Sum of RGB (Red+Green+Blue) = 84+9+153=246 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.15% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 153 (60.16% from 255 or 62.20% from 246); Max value from RGB is 153 - color contains mainly: blue. Hex color #540999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540999 is #ABF666. Grayscale: #2F2F2F. Windows color (decimal): -11269735 or 10029396. OLE color: 10029396.
HSL color Cylindrical-coordinate representation of color #540999: hue angle of 271.25º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540999 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 84 | 9 | 153 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.4 |
| HSL | 271.25º | 0.89% | 0.32% | - |
| HSV(B) | 271.25º | 0.94% | 0.6% | - |
| XYZ | 9.5 | 4.38 | 30.48 | - |
| YUV | 47.84 | 187.35 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 9 | 153 | 0.45 | 0.94 | 0 | 0.4 | 271.25 | 0.89 | 0.32 |
| Hex | 54 | 9 | 99 | 2D | 5E | 0 | 28 | 10F | 59 | 20 |
| Octal | 124 | 11 | 231 | 55 | 136 | 0 | 50 | 417 | 131 | 40 |
| Binary | 1010100 | 1001 | 10011001 | 101101 | 1011110 | 0 | 101000 | 100001111 | 1011001 | 100000 |
Color Harmonies of #540999
Complementary color
Monochromatic Colors of #540999
Black with #540999
Text Example
Text Example
White with #540999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540999; }
p { color: rgb(84,9,153); }
H1.HeaderClassName
{
color: #540999;
}
.AnyTagClassName
{
color: #540999;
}
</style>
background-color css
<style>
a { background-color: #540999; }
a { background-color: rgb(84,9,153); }
div.DivClassName
{
background-color: #540999;
}
.BgClassName
{
background-color: #540999;
}
</style>
border-color css
<style>
span { border-color: #540999; }
span { border-color: rgb(84,9,153); }
td.TdClassName
{
border-color: #540999;
}
.TagClassName
{
border-color: #540999;
}
</style>