Shades of Indigo #540A9E
Tints of Indigo #540A9E
RGB
CMYK
RGB Variations
Color information
#540A9E (or 0x540A9E) is known color: Indigo. HEX triplet: 54, 0A and 9E. RGB value is (84,10,158). Sum of RGB (Red+Green+Blue) = 84+10+158=252 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.33% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 158 (62.11% from 255 or 62.70% from 252); Max value from RGB is 158 - color contains mainly: blue. Hex color #540A9E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540A9E is #ABF561. Grayscale: #303030. Windows color (decimal): -11269474 or 10357332. OLE color: 10357332.
HSL color Cylindrical-coordinate representation of color #540A9E: hue angle of 270º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540A9E is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 10 | 158 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.38 |
| HSL | 270º | 0.88% | 0.33% | - |
| HSV(B) | 270º | 0.94% | 0.62% | - |
| XYZ | 9.94 | 4.57 | 32.71 | - |
| YUV | 49 | 189.52 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 10 | 158 | 0.47 | 0.94 | 0 | 0.38 | 270 | 0.88 | 0.33 |
| Hex | 54 | A | 9E | 2F | 5E | 0 | 26 | 10E | 58 | 21 |
| Octal | 124 | 12 | 236 | 57 | 136 | 0 | 46 | 416 | 130 | 41 |
| Binary | 1010100 | 1010 | 10011110 | 101111 | 1011110 | 0 | 100110 | 100001110 | 1011000 | 100001 |
Color Harmonies of #540A9E
Complementary color
Monochromatic Colors of #540A9E
Black with #540A9E
Text Example
Text Example
White with #540A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540A9E; }
p { color: rgb(84,10,158); }
H1.HeaderClassName
{
color: #540A9E;
}
.AnyTagClassName
{
color: #540A9E;
}
</style>
background-color css
<style>
a { background-color: #540A9E; }
a { background-color: rgb(84,10,158); }
div.DivClassName
{
background-color: #540A9E;
}
.BgClassName
{
background-color: #540A9E;
}
</style>
border-color css
<style>
span { border-color: #540A9E; }
span { border-color: rgb(84,10,158); }
td.TdClassName
{
border-color: #540A9E;
}
.TagClassName
{
border-color: #540A9E;
}
</style>