Shades of Indigo #540D6D
Tints of Indigo #540D6D
RGB
CMYK
RGB Variations
Color information
#540D6D (or 0x540D6D) is known color: Indigo. HEX triplet: 54, 0D and 6D. RGB value is (84,13,109). Sum of RGB (Red+Green+Blue) = 84+13+109=206 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.78% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #540D6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540D6D is #ABF292. Grayscale: #2C2C2C. Windows color (decimal): -11268755 or 7146836. OLE color: 7146836.
HSL color Cylindrical-coordinate representation of color #540D6D: hue angle of 284.38º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #540D6D is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 13 | 109 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.57 |
| HSL | 284.38º | 0.79% | 0.24% | - |
| HSV(B) | 284.38º | 0.88% | 0.43% | - |
| XYZ | 6.56 | 3.28 | 14.75 | - |
| YUV | 45.17 | 164.02 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 13 | 109 | 0.23 | 0.88 | 0 | 0.57 | 284.38 | 0.79 | 0.24 |
| Hex | 54 | D | 6D | 17 | 58 | 0 | 39 | 11C | 4F | 18 |
| Octal | 124 | 15 | 155 | 27 | 130 | 0 | 71 | 434 | 117 | 30 |
| Binary | 1010100 | 1101 | 1101101 | 10111 | 1011000 | 0 | 111001 | 100011100 | 1001111 | 11000 |
Color Harmonies of #540D6D
Complementary color
Monochromatic Colors of #540D6D
Black with #540D6D
Text Example
Text Example
White with #540D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540D6D; }
p { color: rgb(84,13,109); }
H1.HeaderClassName
{
color: #540D6D;
}
.AnyTagClassName
{
color: #540D6D;
}
</style>
background-color css
<style>
a { background-color: #540D6D; }
a { background-color: rgb(84,13,109); }
div.DivClassName
{
background-color: #540D6D;
}
.BgClassName
{
background-color: #540D6D;
}
</style>
border-color css
<style>
span { border-color: #540D6D; }
span { border-color: rgb(84,13,109); }
td.TdClassName
{
border-color: #540D6D;
}
.TagClassName
{
border-color: #540D6D;
}
</style>