Shades of Indigo #540276
Tints of Indigo #540276
RGB
CMYK
RGB Variations
Color information
#540276 (or 0x540276) is known color: Indigo. HEX triplet: 54, 02 and 76. RGB value is (84,2,118). Sum of RGB (Red+Green+Blue) = 84+2+118=204 (27% of max value = 765). Red value is 84 (33.20% from 255 or 41.18% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 118 (46.48% from 255 or 57.84% from 204); Max value from RGB is 118 - color contains mainly: blue. Hex color #540276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540276 is #ABFD89. Grayscale: #272727. Windows color (decimal): -11271562 or 7733844. OLE color: 7733844.
HSL color Cylindrical-coordinate representation of color #540276: hue angle of 282.41º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #540276 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 84 | 2 | 118 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.54 |
| HSL | 282.41º | 0.97% | 0.24% | - |
| HSV(B) | 282.41º | 0.98% | 0.46% | - |
| XYZ | 6.95 | 3.24 | 17.4 | - |
| YUV | 39.74 | 172.17 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 2 | 118 | 0.29 | 0.98 | 0 | 0.54 | 282.41 | 0.97 | 0.24 |
| Hex | 54 | 2 | 76 | 1D | 62 | 0 | 36 | 11A | 61 | 18 |
| Octal | 124 | 2 | 166 | 35 | 142 | 0 | 66 | 432 | 141 | 30 |
| Binary | 1010100 | 10 | 1110110 | 11101 | 1100010 | 0 | 110110 | 100011010 | 1100001 | 11000 |
Color Harmonies of #540276
Complementary color
Monochromatic Colors of #540276
Black with #540276
Text Example
Text Example
White with #540276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540276; }
p { color: rgb(84,2,118); }
H1.HeaderClassName
{
color: #540276;
}
.AnyTagClassName
{
color: #540276;
}
</style>
background-color css
<style>
a { background-color: #540276; }
a { background-color: rgb(84,2,118); }
div.DivClassName
{
background-color: #540276;
}
.BgClassName
{
background-color: #540276;
}
</style>
border-color css
<style>
span { border-color: #540276; }
span { border-color: rgb(84,2,118); }
td.TdClassName
{
border-color: #540276;
}
.TagClassName
{
border-color: #540276;
}
</style>