Shades of Indigo #540E86
Tints of Indigo #540E86
RGB
CMYK
RGB Variations
Color information
#540E86 (or 0x540E86) is known color: Indigo. HEX triplet: 54, 0E and 86. RGB value is (84,14,134). Sum of RGB (Red+Green+Blue) = 84+14+134=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 134 (52.73% from 255 or 57.76% from 232); Max value from RGB is 134 - color contains mainly: blue. Hex color #540E86 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540E86 is #ABF179. Grayscale: #303030. Windows color (decimal): -11268474 or 8785492. OLE color: 8785492.
HSL color Cylindrical-coordinate representation of color #540E86: hue angle of 275º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #540E86 is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 14 | 134 | - |
| CMYK | 0.37 | 0.90 | 0 | 0.47 |
| HSL | 275º | 0.81% | 0.29% | - |
| HSV(B) | 275º | 0.9% | 0.53% | - |
| XYZ | 8.12 | 3.92 | 22.88 | - |
| YUV | 48.61 | 176.19 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 14 | 134 | 0.37 | 0.90 | 0 | 0.47 | 275 | 0.81 | 0.29 |
| Hex | 54 | E | 86 | 25 | 5A | 0 | 2F | 113 | 51 | 1D |
| Octal | 124 | 16 | 206 | 45 | 132 | 0 | 57 | 423 | 121 | 35 |
| Binary | 1010100 | 1110 | 10000110 | 100101 | 1011010 | 0 | 101111 | 100010011 | 1010001 | 11101 |
Color Harmonies of #540E86
Complementary color
Monochromatic Colors of #540E86
Black with #540E86
Text Example
Text Example
White with #540E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540E86; }
p { color: rgb(84,14,134); }
H1.HeaderClassName
{
color: #540E86;
}
.AnyTagClassName
{
color: #540E86;
}
</style>
background-color css
<style>
a { background-color: #540E86; }
a { background-color: rgb(84,14,134); }
div.DivClassName
{
background-color: #540E86;
}
.BgClassName
{
background-color: #540E86;
}
</style>
border-color css
<style>
span { border-color: #540E86; }
span { border-color: rgb(84,14,134); }
td.TdClassName
{
border-color: #540E86;
}
.TagClassName
{
border-color: #540E86;
}
</style>