Shades of Indigo #540C6D
Tints of Indigo #540C6D
RGB
CMYK
RGB Variations
Color information
#540C6D (or 0x540C6D) is known color: Indigo. HEX triplet: 54, 0C and 6D. RGB value is (84,12,109). Sum of RGB (Red+Green+Blue) = 84+12+109=205 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.98% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #540C6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540C6D is #ABF392. Grayscale: #2C2C2C. Windows color (decimal): -11269011 or 7146580. OLE color: 7146580.
HSL color Cylindrical-coordinate representation of color #540C6D: hue angle of 284.54º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #540C6D is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 12 | 109 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.57 |
| HSL | 284.54º | 0.8% | 0.24% | - |
| HSV(B) | 284.54º | 0.89% | 0.43% | - |
| XYZ | 6.55 | 3.25 | 14.75 | - |
| YUV | 44.59 | 164.35 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 109 | 0.23 | 0.89 | 0 | 0.57 | 284.54 | 0.8 | 0.24 |
| Hex | 54 | C | 6D | 17 | 59 | 0 | 39 | 11D | 50 | 18 |
| Octal | 124 | 14 | 155 | 27 | 131 | 0 | 71 | 435 | 120 | 30 |
| Binary | 1010100 | 1100 | 1101101 | 10111 | 1011001 | 0 | 111001 | 100011101 | 1010000 | 11000 |
Color Harmonies of #540C6D
Complementary color
Monochromatic Colors of #540C6D
Black with #540C6D
Text Example
Text Example
White with #540C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540C6D; }
p { color: rgb(84,12,109); }
H1.HeaderClassName
{
color: #540C6D;
}
.AnyTagClassName
{
color: #540C6D;
}
</style>
background-color css
<style>
a { background-color: #540C6D; }
a { background-color: rgb(84,12,109); }
div.DivClassName
{
background-color: #540C6D;
}
.BgClassName
{
background-color: #540C6D;
}
</style>
border-color css
<style>
span { border-color: #540C6D; }
span { border-color: rgb(84,12,109); }
td.TdClassName
{
border-color: #540C6D;
}
.TagClassName
{
border-color: #540C6D;
}
</style>