Shades of Indigo #540E67
Tints of Indigo #540E67
RGB
CMYK
RGB Variations
Color information
#540E67 (or 0x540E67) is known color: Indigo. HEX triplet: 54, 0E and 67. RGB value is (84,14,103). Sum of RGB (Red+Green+Blue) = 84+14+103=201 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.79% from 201); Green value is 14 (5.86% from 255 or 6.97% from 201); Blue value is 103 (40.62% from 255 or 51.24% from 201); Max value from RGB is 103 - color contains mainly: blue. Hex color #540E67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540E67 is #ABF198. Grayscale: #2C2C2C. Windows color (decimal): -11268505 or 6753876. OLE color: 6753876.
HSL color Cylindrical-coordinate representation of color #540E67: hue angle of 287.19º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #540E67 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 84 | 14 | 103 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.60 |
| HSL | 287.19º | 0.76% | 0.23% | - |
| HSV(B) | 287.19º | 0.86% | 0.4% | - |
| XYZ | 6.26 | 3.18 | 13.12 | - |
| YUV | 45.08 | 160.69 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 14 | 103 | 0.18 | 0.86 | 0 | 0.60 | 287.19 | 0.76 | 0.23 |
| Hex | 54 | E | 67 | 12 | 56 | 0 | 3C | 11F | 4C | 17 |
| Octal | 124 | 16 | 147 | 22 | 126 | 0 | 74 | 437 | 114 | 27 |
| Binary | 1010100 | 1110 | 1100111 | 10010 | 1010110 | 0 | 111100 | 100011111 | 1001100 | 10111 |
Color Harmonies of #540E67
Complementary color
Monochromatic Colors of #540E67
Black with #540E67
Text Example
Text Example
White with #540E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540E67; }
p { color: rgb(84,14,103); }
H1.HeaderClassName
{
color: #540E67;
}
.AnyTagClassName
{
color: #540E67;
}
</style>
background-color css
<style>
a { background-color: #540E67; }
a { background-color: rgb(84,14,103); }
div.DivClassName
{
background-color: #540E67;
}
.BgClassName
{
background-color: #540E67;
}
</style>
border-color css
<style>
span { border-color: #540E67; }
span { border-color: rgb(84,14,103); }
td.TdClassName
{
border-color: #540E67;
}
.TagClassName
{
border-color: #540E67;
}
</style>