Shades of Indigo #540F76
Tints of Indigo #540F76
RGB
CMYK
RGB Variations
Color information
#540F76 (or 0x540F76) is known color: Indigo. HEX triplet: 54, 0F and 76. RGB value is (84,15,118). Sum of RGB (Red+Green+Blue) = 84+15+118=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 15 (6.25% from 255 or 6.91% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #540F76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540F76 is #ABF089. Grayscale: #2F2F2F. Windows color (decimal): -11268234 or 7737172. OLE color: 7737172.
HSL color Cylindrical-coordinate representation of color #540F76: hue angle of 280.19º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #540F76 is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 84 | 15 | 118 | - |
| CMYK | 0.29 | 0.87 | 0 | 0.54 |
| HSL | 280.19º | 0.77% | 0.26% | - |
| HSV(B) | 280.19º | 0.87% | 0.46% | - |
| XYZ | 7.1 | 3.53 | 17.45 | - |
| YUV | 47.37 | 167.86 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 15 | 118 | 0.29 | 0.87 | 0 | 0.54 | 280.19 | 0.77 | 0.26 |
| Hex | 54 | F | 76 | 1D | 57 | 0 | 36 | 118 | 4D | 1A |
| Octal | 124 | 17 | 166 | 35 | 127 | 0 | 66 | 430 | 115 | 32 |
| Binary | 1010100 | 1111 | 1110110 | 11101 | 1010111 | 0 | 110110 | 100011000 | 1001101 | 11010 |
Color Harmonies of #540F76
Complementary color
Monochromatic Colors of #540F76
Black with #540F76
Text Example
Text Example
White with #540F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540F76; }
p { color: rgb(84,15,118); }
H1.HeaderClassName
{
color: #540F76;
}
.AnyTagClassName
{
color: #540F76;
}
</style>
background-color css
<style>
a { background-color: #540F76; }
a { background-color: rgb(84,15,118); }
div.DivClassName
{
background-color: #540F76;
}
.BgClassName
{
background-color: #540F76;
}
</style>
border-color css
<style>
span { border-color: #540F76; }
span { border-color: rgb(84,15,118); }
td.TdClassName
{
border-color: #540F76;
}
.TagClassName
{
border-color: #540F76;
}
</style>