Shades of Indigo #540B96
Tints of Indigo #540B96
RGB
CMYK
RGB Variations
Color information
#540B96 (or 0x540B96) is known color: Indigo. HEX triplet: 54, 0B and 96. RGB value is (84,11,150). Sum of RGB (Red+Green+Blue) = 84+11+150=245 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.29% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 150 (58.98% from 255 or 61.22% from 245); Max value from RGB is 150 - color contains mainly: blue. Hex color #540B96 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540B96 is #ABF469. Grayscale: #303030. Windows color (decimal): -11269226 or 9833300. OLE color: 9833300.
HSL color Cylindrical-coordinate representation of color #540B96: hue angle of 271.51º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540B96 is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 84 | 11 | 150 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.41 |
| HSL | 271.51º | 0.86% | 0.32% | - |
| HSV(B) | 271.51º | 0.93% | 0.59% | - |
| XYZ | 9.28 | 4.33 | 29.2 | - |
| YUV | 48.67 | 185.18 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 150 | 0.44 | 0.93 | 0 | 0.41 | 271.51 | 0.86 | 0.32 |
| Hex | 54 | B | 96 | 2C | 5D | 0 | 29 | 110 | 56 | 20 |
| Octal | 124 | 13 | 226 | 54 | 135 | 0 | 51 | 420 | 126 | 40 |
| Binary | 1010100 | 1011 | 10010110 | 101100 | 1011101 | 0 | 101001 | 100010000 | 1010110 | 100000 |
Color Harmonies of #540B96
Complementary color
Monochromatic Colors of #540B96
Black with #540B96
Text Example
Text Example
White with #540B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540B96; }
p { color: rgb(84,11,150); }
H1.HeaderClassName
{
color: #540B96;
}
.AnyTagClassName
{
color: #540B96;
}
</style>
background-color css
<style>
a { background-color: #540B96; }
a { background-color: rgb(84,11,150); }
div.DivClassName
{
background-color: #540B96;
}
.BgClassName
{
background-color: #540B96;
}
</style>
border-color css
<style>
span { border-color: #540B96; }
span { border-color: rgb(84,11,150); }
td.TdClassName
{
border-color: #540B96;
}
.TagClassName
{
border-color: #540B96;
}
</style>