Shades of Indigo #540B76
Tints of Indigo #540B76
RGB
CMYK
RGB Variations
Color information
#540B76 (or 0x540B76) is known color: Indigo. HEX triplet: 54, 0B and 76. RGB value is (84,11,118). Sum of RGB (Red+Green+Blue) = 84+11+118=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 11 (4.69% from 255 or 5.16% from 213); Blue value is 118 (46.48% from 255 or 55.40% from 213); Max value from RGB is 118 - color contains mainly: blue. Hex color #540B76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540B76 is #ABF489. Grayscale: #2C2C2C. Windows color (decimal): -11269258 or 7736148. OLE color: 7736148.
HSL color Cylindrical-coordinate representation of color #540B76: hue angle of 280.93º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #540B76 is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 84 | 11 | 118 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.54 |
| HSL | 280.93º | 0.83% | 0.25% | - |
| HSV(B) | 280.93º | 0.91% | 0.46% | - |
| XYZ | 7.05 | 3.43 | 17.43 | - |
| YUV | 45.03 | 169.18 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 118 | 0.29 | 0.91 | 0 | 0.54 | 280.93 | 0.83 | 0.25 |
| Hex | 54 | B | 76 | 1D | 5B | 0 | 36 | 119 | 53 | 19 |
| Octal | 124 | 13 | 166 | 35 | 133 | 0 | 66 | 431 | 123 | 31 |
| Binary | 1010100 | 1011 | 1110110 | 11101 | 1011011 | 0 | 110110 | 100011001 | 1010011 | 11001 |
Color Harmonies of #540B76
Complementary color
Monochromatic Colors of #540B76
Black with #540B76
Text Example
Text Example
White with #540B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540B76; }
p { color: rgb(84,11,118); }
H1.HeaderClassName
{
color: #540B76;
}
.AnyTagClassName
{
color: #540B76;
}
</style>
background-color css
<style>
a { background-color: #540B76; }
a { background-color: rgb(84,11,118); }
div.DivClassName
{
background-color: #540B76;
}
.BgClassName
{
background-color: #540B76;
}
</style>
border-color css
<style>
span { border-color: #540B76; }
span { border-color: rgb(84,11,118); }
td.TdClassName
{
border-color: #540B76;
}
.TagClassName
{
border-color: #540B76;
}
</style>