Shades of Indigo #540B71
Tints of Indigo #540B71
RGB
CMYK
RGB Variations
Color information
#540B71 (or 0x540B71) is known color: Indigo. HEX triplet: 54, 0B and 71. RGB value is (84,11,113). Sum of RGB (Red+Green+Blue) = 84+11+113=208 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.38% from 208); Green value is 11 (4.69% from 255 or 5.29% from 208); Blue value is 113 (44.53% from 255 or 54.33% from 208); Max value from RGB is 113 - color contains mainly: blue. Hex color #540B71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540B71 is #ABF48E. Grayscale: #2C2C2C. Windows color (decimal): -11269263 or 7408468. OLE color: 7408468.
HSL color Cylindrical-coordinate representation of color #540B71: hue angle of 282.94º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #540B71 is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 11 | 113 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.56 |
| HSL | 282.94º | 0.82% | 0.24% | - |
| HSV(B) | 282.94º | 0.9% | 0.44% | - |
| XYZ | 6.76 | 3.32 | 15.91 | - |
| YUV | 44.46 | 166.68 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 113 | 0.26 | 0.90 | 0 | 0.56 | 282.94 | 0.82 | 0.24 |
| Hex | 54 | B | 71 | 1A | 5A | 0 | 38 | 11B | 52 | 18 |
| Octal | 124 | 13 | 161 | 32 | 132 | 0 | 70 | 433 | 122 | 30 |
| Binary | 1010100 | 1011 | 1110001 | 11010 | 1011010 | 0 | 111000 | 100011011 | 1010010 | 11000 |
Color Harmonies of #540B71
Complementary color
Monochromatic Colors of #540B71
Black with #540B71
Text Example
Text Example
White with #540B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540B71; }
p { color: rgb(84,11,113); }
H1.HeaderClassName
{
color: #540B71;
}
.AnyTagClassName
{
color: #540B71;
}
</style>
background-color css
<style>
a { background-color: #540B71; }
a { background-color: rgb(84,11,113); }
div.DivClassName
{
background-color: #540B71;
}
.BgClassName
{
background-color: #540B71;
}
</style>
border-color css
<style>
span { border-color: #540B71; }
span { border-color: rgb(84,11,113); }
td.TdClassName
{
border-color: #540B71;
}
.TagClassName
{
border-color: #540B71;
}
</style>