Shades of Indigo #540E9A
Tints of Indigo #540E9A
RGB
CMYK
RGB Variations
Color information
#540E9A (or 0x540E9A) is known color: Indigo. HEX triplet: 54, 0E and 9A. RGB value is (84,14,154). Sum of RGB (Red+Green+Blue) = 84+14+154=252 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.33% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 154 (60.55% from 255 or 61.11% from 252); Max value from RGB is 154 - color contains mainly: blue. Hex color #540E9A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540E9A is #ABF165. Grayscale: #323232. Windows color (decimal): -11268454 or 10096212. OLE color: 10096212.
HSL color Cylindrical-coordinate representation of color #540E9A: hue angle of 270º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #540E9A is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 14 | 154 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.40 |
| HSL | 270º | 0.83% | 0.33% | - |
| HSV(B) | 270º | 0.91% | 0.6% | - |
| XYZ | 9.65 | 4.53 | 30.94 | - |
| YUV | 50.89 | 186.19 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 14 | 154 | 0.45 | 0.91 | 0 | 0.40 | 270 | 0.83 | 0.33 |
| Hex | 54 | E | 9A | 2D | 5B | 0 | 28 | 10E | 53 | 21 |
| Octal | 124 | 16 | 232 | 55 | 133 | 0 | 50 | 416 | 123 | 41 |
| Binary | 1010100 | 1110 | 10011010 | 101101 | 1011011 | 0 | 101000 | 100001110 | 1010011 | 100001 |
Color Harmonies of #540E9A
Complementary color
Monochromatic Colors of #540E9A
Black with #540E9A
Text Example
Text Example
White with #540E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540E9A; }
p { color: rgb(84,14,154); }
H1.HeaderClassName
{
color: #540E9A;
}
.AnyTagClassName
{
color: #540E9A;
}
</style>
background-color css
<style>
a { background-color: #540E9A; }
a { background-color: rgb(84,14,154); }
div.DivClassName
{
background-color: #540E9A;
}
.BgClassName
{
background-color: #540E9A;
}
</style>
border-color css
<style>
span { border-color: #540E9A; }
span { border-color: rgb(84,14,154); }
td.TdClassName
{
border-color: #540E9A;
}
.TagClassName
{
border-color: #540E9A;
}
</style>