Shades of Indigo #540899
Tints of Indigo #540899
RGB
CMYK
RGB Variations
Color information
#540899 (or 0x540899) is known color: Indigo. HEX triplet: 54, 08 and 99. RGB value is (84,8,153). Sum of RGB (Red+Green+Blue) = 84+8+153=245 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.29% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 153 (60.16% from 255 or 62.45% from 245); Max value from RGB is 153 - color contains mainly: blue. Hex color #540899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540899 is #ABF766. Grayscale: #2E2E2E. Windows color (decimal): -11269991 or 10029140. OLE color: 10029140.
HSL color Cylindrical-coordinate representation of color #540899: hue angle of 271.45º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540899 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 84 | 8 | 153 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.4 |
| HSL | 271.45º | 0.9% | 0.32% | - |
| HSV(B) | 271.45º | 0.95% | 0.6% | - |
| XYZ | 9.49 | 4.36 | 30.48 | - |
| YUV | 47.25 | 187.68 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 8 | 153 | 0.45 | 0.95 | 0 | 0.4 | 271.45 | 0.9 | 0.32 |
| Hex | 54 | 8 | 99 | 2D | 5F | 0 | 28 | 10F | 5A | 20 |
| Octal | 124 | 10 | 231 | 55 | 137 | 0 | 50 | 417 | 132 | 40 |
| Binary | 1010100 | 1000 | 10011001 | 101101 | 1011111 | 0 | 101000 | 100001111 | 1011010 | 100000 |
Color Harmonies of #540899
Complementary color
Monochromatic Colors of #540899
Black with #540899
Text Example
Text Example
White with #540899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540899; }
p { color: rgb(84,8,153); }
H1.HeaderClassName
{
color: #540899;
}
.AnyTagClassName
{
color: #540899;
}
</style>
background-color css
<style>
a { background-color: #540899; }
a { background-color: rgb(84,8,153); }
div.DivClassName
{
background-color: #540899;
}
.BgClassName
{
background-color: #540899;
}
</style>
border-color css
<style>
span { border-color: #540899; }
span { border-color: rgb(84,8,153); }
td.TdClassName
{
border-color: #540899;
}
.TagClassName
{
border-color: #540899;
}
</style>