Shades of Indigo #540077
Tints of Indigo #540077
RGB
CMYK
RGB Variations
Color information
#540077 (or 0x540077) is known color: Indigo. HEX triplet: 54, 00 and 77. RGB value is (84,0,119). Sum of RGB (Red+Green+Blue) = 84+0+119=203 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.38% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 119 (46.88% from 255 or 58.62% from 203); Max value from RGB is 119 - color contains mainly: blue. Hex color #540077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540077 is #ABFF88. Grayscale: #262626. Windows color (decimal): -11272073 or 7798868. OLE color: 7798868.
HSL color Cylindrical-coordinate representation of color #540077: hue angle of 282.35º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #540077 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 84 | 0 | 119 | - |
| CMYK | 0.29 | 1 | 0 | 0.53 |
| HSL | 282.35º | 1% | 0.23% | - |
| HSV(B) | 282.35º | 1% | 0.47% | - |
| XYZ | 6.99 | 3.22 | 17.71 | - |
| YUV | 38.68 | 173.33 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 0 | 119 | 0.29 | 1 | 0 | 0.53 | 282.35 | 1 | 0.23 |
| Hex | 54 | 0 | 77 | 1D | 64 | 0 | 35 | 11A | 64 | 17 |
| Octal | 124 | 0 | 167 | 35 | 144 | 0 | 65 | 432 | 144 | 27 |
| Binary | 1010100 | 0 | 1110111 | 11101 | 1100100 | 0 | 110101 | 100011010 | 1100100 | 10111 |
Color Harmonies of #540077
Complementary color
Monochromatic Colors of #540077
Black with #540077
Text Example
Text Example
White with #540077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540077; }
p { color: rgb(84,0,119); }
H1.HeaderClassName
{
color: #540077;
}
.AnyTagClassName
{
color: #540077;
}
</style>
background-color css
<style>
a { background-color: #540077; }
a { background-color: rgb(84,0,119); }
div.DivClassName
{
background-color: #540077;
}
.BgClassName
{
background-color: #540077;
}
</style>
border-color css
<style>
span { border-color: #540077; }
span { border-color: rgb(84,0,119); }
td.TdClassName
{
border-color: #540077;
}
.TagClassName
{
border-color: #540077;
}
</style>