Shades of Indigo #540A84
Tints of Indigo #540A84
RGB
CMYK
RGB Variations
Color information
#540A84 (or 0x540A84) is known color: Indigo. HEX triplet: 54, 0A and 84. RGB value is (84,10,132). Sum of RGB (Red+Green+Blue) = 84+10+132=226 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.17% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 132 (51.95% from 255 or 58.41% from 226); Max value from RGB is 132 - color contains mainly: blue. Hex color #540A84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540A84 is #ABF57B. Grayscale: #2D2D2D. Windows color (decimal): -11269500 or 8653396. OLE color: 8653396.
HSL color Cylindrical-coordinate representation of color #540A84: hue angle of 276.39º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #540A84 is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 84 | 10 | 132 | - |
| CMYK | 0.36 | 0.92 | 0 | 0.48 |
| HSL | 276.39º | 0.86% | 0.28% | - |
| HSV(B) | 276.39º | 0.92% | 0.52% | - |
| XYZ | 7.93 | 3.77 | 22.14 | - |
| YUV | 46.03 | 176.52 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 10 | 132 | 0.36 | 0.92 | 0 | 0.48 | 276.39 | 0.86 | 0.28 |
| Hex | 54 | A | 84 | 24 | 5C | 0 | 30 | 114 | 56 | 1C |
| Octal | 124 | 12 | 204 | 44 | 134 | 0 | 60 | 424 | 126 | 34 |
| Binary | 1010100 | 1010 | 10000100 | 100100 | 1011100 | 0 | 110000 | 100010100 | 1010110 | 11100 |
Color Harmonies of #540A84
Complementary color
Monochromatic Colors of #540A84
Black with #540A84
Text Example
Text Example
White with #540A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540A84; }
p { color: rgb(84,10,132); }
H1.HeaderClassName
{
color: #540A84;
}
.AnyTagClassName
{
color: #540A84;
}
</style>
background-color css
<style>
a { background-color: #540A84; }
a { background-color: rgb(84,10,132); }
div.DivClassName
{
background-color: #540A84;
}
.BgClassName
{
background-color: #540A84;
}
</style>
border-color css
<style>
span { border-color: #540A84; }
span { border-color: rgb(84,10,132); }
td.TdClassName
{
border-color: #540A84;
}
.TagClassName
{
border-color: #540A84;
}
</style>