Shades of Indigo #540F71
Tints of Indigo #540F71
RGB
CMYK
RGB Variations
Color information
#540F71 (or 0x540F71) is known color: Indigo. HEX triplet: 54, 0F and 71. RGB value is (84,15,113). Sum of RGB (Red+Green+Blue) = 84+15+113=212 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.62% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #540F71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540F71 is #ABF08E. Grayscale: #2E2E2E. Windows color (decimal): -11268239 or 7409492. OLE color: 7409492.
HSL color Cylindrical-coordinate representation of color #540F71: hue angle of 282.24º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #540F71 is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 15 | 113 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.56 |
| HSL | 282.24º | 0.77% | 0.25% | - |
| HSV(B) | 282.24º | 0.87% | 0.44% | - |
| XYZ | 6.81 | 3.42 | 15.92 | - |
| YUV | 46.8 | 165.36 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 15 | 113 | 0.26 | 0.87 | 0 | 0.56 | 282.24 | 0.77 | 0.25 |
| Hex | 54 | F | 71 | 1A | 57 | 0 | 38 | 11A | 4D | 19 |
| Octal | 124 | 17 | 161 | 32 | 127 | 0 | 70 | 432 | 115 | 31 |
| Binary | 1010100 | 1111 | 1110001 | 11010 | 1010111 | 0 | 111000 | 100011010 | 1001101 | 11001 |
Color Harmonies of #540F71
Complementary color
Monochromatic Colors of #540F71
Black with #540F71
Text Example
Text Example
White with #540F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540F71; }
p { color: rgb(84,15,113); }
H1.HeaderClassName
{
color: #540F71;
}
.AnyTagClassName
{
color: #540F71;
}
</style>
background-color css
<style>
a { background-color: #540F71; }
a { background-color: rgb(84,15,113); }
div.DivClassName
{
background-color: #540F71;
}
.BgClassName
{
background-color: #540F71;
}
</style>
border-color css
<style>
span { border-color: #540F71; }
span { border-color: rgb(84,15,113); }
td.TdClassName
{
border-color: #540F71;
}
.TagClassName
{
border-color: #540F71;
}
</style>