Shades of Indigo #540E8D
Tints of Indigo #540E8D
RGB
CMYK
RGB Variations
Color information
#540E8D (or 0x540E8D) is known color: Indigo. HEX triplet: 54, 0E and 8D. RGB value is (84,14,141). Sum of RGB (Red+Green+Blue) = 84+14+141=239 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.15% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 141 (55.47% from 255 or 59.00% from 239); Max value from RGB is 141 - color contains mainly: blue. Hex color #540E8D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540E8D is #ABF172. Grayscale: #303030. Windows color (decimal): -11268467 or 9244244. OLE color: 9244244.
HSL color Cylindrical-coordinate representation of color #540E8D: hue angle of 273.07º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #540E8D is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 14 | 141 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.45 |
| HSL | 273.07º | 0.82% | 0.3% | - |
| HSV(B) | 273.07º | 0.9% | 0.55% | - |
| XYZ | 8.62 | 4.12 | 25.54 | - |
| YUV | 49.41 | 179.69 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 14 | 141 | 0.40 | 0.90 | 0 | 0.45 | 273.07 | 0.82 | 0.3 |
| Hex | 54 | E | 8D | 28 | 5A | 0 | 2D | 111 | 52 | 1E |
| Octal | 124 | 16 | 215 | 50 | 132 | 0 | 55 | 421 | 122 | 36 |
| Binary | 1010100 | 1110 | 10001101 | 101000 | 1011010 | 0 | 101101 | 100010001 | 1010010 | 11110 |
Color Harmonies of #540E8D
Complementary color
Monochromatic Colors of #540E8D
Black with #540E8D
Text Example
Text Example
White with #540E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540E8D; }
p { color: rgb(84,14,141); }
H1.HeaderClassName
{
color: #540E8D;
}
.AnyTagClassName
{
color: #540E8D;
}
</style>
background-color css
<style>
a { background-color: #540E8D; }
a { background-color: rgb(84,14,141); }
div.DivClassName
{
background-color: #540E8D;
}
.BgClassName
{
background-color: #540E8D;
}
</style>
border-color css
<style>
span { border-color: #540E8D; }
span { border-color: rgb(84,14,141); }
td.TdClassName
{
border-color: #540E8D;
}
.TagClassName
{
border-color: #540E8D;
}
</style>