Shades of Indigo #540D84
Tints of Indigo #540D84
RGB
CMYK
RGB Variations
Color information
#540D84 (or 0x540D84) is known color: Indigo. HEX triplet: 54, 0D and 84. RGB value is (84,13,132). Sum of RGB (Red+Green+Blue) = 84+13+132=229 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.68% from 229); Green value is 13 (5.47% from 255 or 5.68% from 229); Blue value is 132 (51.95% from 255 or 57.64% from 229); Max value from RGB is 132 - color contains mainly: blue. Hex color #540D84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540D84 is #ABF27B. Grayscale: #2F2F2F. Windows color (decimal): -11268732 or 8654164. OLE color: 8654164.
HSL color Cylindrical-coordinate representation of color #540D84: hue angle of 275.8º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #540D84 is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 84 | 13 | 132 | - |
| CMYK | 0.36 | 0.90 | 0 | 0.48 |
| HSL | 275.8º | 0.82% | 0.28% | - |
| HSV(B) | 275.8º | 0.9% | 0.52% | - |
| XYZ | 7.96 | 3.84 | 22.15 | - |
| YUV | 47.8 | 175.52 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 13 | 132 | 0.36 | 0.90 | 0 | 0.48 | 275.8 | 0.82 | 0.28 |
| Hex | 54 | D | 84 | 24 | 5A | 0 | 30 | 114 | 52 | 1C |
| Octal | 124 | 15 | 204 | 44 | 132 | 0 | 60 | 424 | 122 | 34 |
| Binary | 1010100 | 1101 | 10000100 | 100100 | 1011010 | 0 | 110000 | 100010100 | 1010010 | 11100 |
Color Harmonies of #540D84
Complementary color
Monochromatic Colors of #540D84
Black with #540D84
Text Example
Text Example
White with #540D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540D84; }
p { color: rgb(84,13,132); }
H1.HeaderClassName
{
color: #540D84;
}
.AnyTagClassName
{
color: #540D84;
}
</style>
background-color css
<style>
a { background-color: #540D84; }
a { background-color: rgb(84,13,132); }
div.DivClassName
{
background-color: #540D84;
}
.BgClassName
{
background-color: #540D84;
}
</style>
border-color css
<style>
span { border-color: #540D84; }
span { border-color: rgb(84,13,132); }
td.TdClassName
{
border-color: #540D84;
}
.TagClassName
{
border-color: #540D84;
}
</style>