Shades of Indigo #540E6E
Tints of Indigo #540E6E
RGB
CMYK
RGB Variations
Color information
#540E6E (or 0x540E6E) is known color: Indigo. HEX triplet: 54, 0E and 6E. RGB value is (84,14,110). Sum of RGB (Red+Green+Blue) = 84+14+110=208 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.38% from 208); Green value is 14 (5.86% from 255 or 6.73% from 208); Blue value is 110 (43.36% from 255 or 52.88% from 208); Max value from RGB is 110 - color contains mainly: blue. Hex color #540E6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540E6E is #ABF191. Grayscale: #2D2D2D. Windows color (decimal): -11268498 or 7212628. OLE color: 7212628.
HSL color Cylindrical-coordinate representation of color #540E6E: hue angle of 283.75º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #540E6E is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 14 | 110 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.57 |
| HSL | 283.75º | 0.77% | 0.24% | - |
| HSV(B) | 283.75º | 0.87% | 0.43% | - |
| XYZ | 6.63 | 3.32 | 15.04 | - |
| YUV | 45.87 | 164.19 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 14 | 110 | 0.24 | 0.87 | 0 | 0.57 | 283.75 | 0.77 | 0.24 |
| Hex | 54 | E | 6E | 18 | 57 | 0 | 39 | 11C | 4D | 18 |
| Octal | 124 | 16 | 156 | 30 | 127 | 0 | 71 | 434 | 115 | 30 |
| Binary | 1010100 | 1110 | 1101110 | 11000 | 1010111 | 0 | 111001 | 100011100 | 1001101 | 11000 |
Color Harmonies of #540E6E
Complementary color
Monochromatic Colors of #540E6E
Black with #540E6E
Text Example
Text Example
White with #540E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540E6E; }
p { color: rgb(84,14,110); }
H1.HeaderClassName
{
color: #540E6E;
}
.AnyTagClassName
{
color: #540E6E;
}
</style>
background-color css
<style>
a { background-color: #540E6E; }
a { background-color: rgb(84,14,110); }
div.DivClassName
{
background-color: #540E6E;
}
.BgClassName
{
background-color: #540E6E;
}
</style>
border-color css
<style>
span { border-color: #540E6E; }
span { border-color: rgb(84,14,110); }
td.TdClassName
{
border-color: #540E6E;
}
.TagClassName
{
border-color: #540E6E;
}
</style>