Shades of Indigo #540D71
Tints of Indigo #540D71
RGB
CMYK
RGB Variations
Color information
#540D71 (or 0x540D71) is known color: Indigo. HEX triplet: 54, 0D and 71. RGB value is (84,13,113). Sum of RGB (Red+Green+Blue) = 84+13+113=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 13 (5.47% from 255 or 6.19% from 210); Blue value is 113 (44.53% from 255 or 53.81% from 210); Max value from RGB is 113 - color contains mainly: blue. Hex color #540D71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540D71 is #ABF28E. Grayscale: #2D2D2D. Windows color (decimal): -11268751 or 7408980. OLE color: 7408980.
HSL color Cylindrical-coordinate representation of color #540D71: hue angle of 282.6º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #540D71 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 13 | 113 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.56 |
| HSL | 282.6º | 0.79% | 0.25% | - |
| HSV(B) | 282.6º | 0.88% | 0.44% | - |
| XYZ | 6.78 | 3.36 | 15.91 | - |
| YUV | 45.63 | 166.02 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 13 | 113 | 0.26 | 0.88 | 0 | 0.56 | 282.6 | 0.79 | 0.25 |
| Hex | 54 | D | 71 | 1A | 58 | 0 | 38 | 11B | 4F | 19 |
| Octal | 124 | 15 | 161 | 32 | 130 | 0 | 70 | 433 | 117 | 31 |
| Binary | 1010100 | 1101 | 1110001 | 11010 | 1011000 | 0 | 111000 | 100011011 | 1001111 | 11001 |
Color Harmonies of #540D71
Complementary color
Monochromatic Colors of #540D71
Black with #540D71
Text Example
Text Example
White with #540D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540D71; }
p { color: rgb(84,13,113); }
H1.HeaderClassName
{
color: #540D71;
}
.AnyTagClassName
{
color: #540D71;
}
</style>
background-color css
<style>
a { background-color: #540D71; }
a { background-color: rgb(84,13,113); }
div.DivClassName
{
background-color: #540D71;
}
.BgClassName
{
background-color: #540D71;
}
</style>
border-color css
<style>
span { border-color: #540D71; }
span { border-color: rgb(84,13,113); }
td.TdClassName
{
border-color: #540D71;
}
.TagClassName
{
border-color: #540D71;
}
</style>