Shades of Indigo #540A8E
Tints of Indigo #540A8E
RGB
CMYK
RGB Variations
Color information
#540A8E (or 0x540A8E) is known color: Indigo. HEX triplet: 54, 0A and 8E. RGB value is (84,10,142). Sum of RGB (Red+Green+Blue) = 84+10+142=236 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.59% from 236); Green value is 10 (4.30% from 255 or 4.24% from 236); Blue value is 142 (55.86% from 255 or 60.17% from 236); Max value from RGB is 142 - color contains mainly: blue. Hex color #540A8E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540A8E is #ABF571. Grayscale: #2E2E2E. Windows color (decimal): -11269490 or 9308756. OLE color: 9308756.
HSL color Cylindrical-coordinate representation of color #540A8E: hue angle of 273.64º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540A8E is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 10 | 142 | - |
| CMYK | 0.41 | 0.93 | 0 | 0.44 |
| HSL | 273.64º | 0.87% | 0.3% | - |
| HSV(B) | 273.64º | 0.93% | 0.56% | - |
| XYZ | 8.65 | 4.05 | 25.92 | - |
| YUV | 47.17 | 181.52 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 10 | 142 | 0.41 | 0.93 | 0 | 0.44 | 273.64 | 0.87 | 0.3 |
| Hex | 54 | A | 8E | 29 | 5D | 0 | 2C | 112 | 57 | 1E |
| Octal | 124 | 12 | 216 | 51 | 135 | 0 | 54 | 422 | 127 | 36 |
| Binary | 1010100 | 1010 | 10001110 | 101001 | 1011101 | 0 | 101100 | 100010010 | 1010111 | 11110 |
Color Harmonies of #540A8E
Complementary color
Monochromatic Colors of #540A8E
Black with #540A8E
Text Example
Text Example
White with #540A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540A8E; }
p { color: rgb(84,10,142); }
H1.HeaderClassName
{
color: #540A8E;
}
.AnyTagClassName
{
color: #540A8E;
}
</style>
background-color css
<style>
a { background-color: #540A8E; }
a { background-color: rgb(84,10,142); }
div.DivClassName
{
background-color: #540A8E;
}
.BgClassName
{
background-color: #540A8E;
}
</style>
border-color css
<style>
span { border-color: #540A8E; }
span { border-color: rgb(84,10,142); }
td.TdClassName
{
border-color: #540A8E;
}
.TagClassName
{
border-color: #540A8E;
}
</style>