Shades of Indigo #540076
Tints of Indigo #540076
RGB
CMYK
RGB Variations
Color information
#540076 (or 0x540076) is known color: Indigo. HEX triplet: 54, 00 and 76. RGB value is (84,0,118). Sum of RGB (Red+Green+Blue) = 84+0+118=202 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.58% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 118 (46.48% from 255 or 58.42% from 202); Max value from RGB is 118 - color contains mainly: blue. Hex color #540076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540076 is #ABFF89. Grayscale: #262626. Windows color (decimal): -11272074 or 7733332. OLE color: 7733332.
HSL color Cylindrical-coordinate representation of color #540076: hue angle of 282.71º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #540076 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 84 | 0 | 118 | - |
| CMYK | 0.29 | 1 | 0 | 0.54 |
| HSL | 282.71º | 1% | 0.23% | - |
| HSV(B) | 282.71º | 1% | 0.46% | - |
| XYZ | 6.93 | 3.19 | 17.39 | - |
| YUV | 38.57 | 172.83 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 0 | 118 | 0.29 | 1 | 0 | 0.54 | 282.71 | 1 | 0.23 |
| Hex | 54 | 0 | 76 | 1D | 64 | 0 | 36 | 11B | 64 | 17 |
| Octal | 124 | 0 | 166 | 35 | 144 | 0 | 66 | 433 | 144 | 27 |
| Binary | 1010100 | 0 | 1110110 | 11101 | 1100100 | 0 | 110110 | 100011011 | 1100100 | 10111 |
Color Harmonies of #540076
Complementary color
Monochromatic Colors of #540076
Black with #540076
Text Example
Text Example
White with #540076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540076; }
p { color: rgb(84,0,118); }
H1.HeaderClassName
{
color: #540076;
}
.AnyTagClassName
{
color: #540076;
}
</style>
background-color css
<style>
a { background-color: #540076; }
a { background-color: rgb(84,0,118); }
div.DivClassName
{
background-color: #540076;
}
.BgClassName
{
background-color: #540076;
}
</style>
border-color css
<style>
span { border-color: #540076; }
span { border-color: rgb(84,0,118); }
td.TdClassName
{
border-color: #540076;
}
.TagClassName
{
border-color: #540076;
}
</style>