Shades of Indigo #540277
Tints of Indigo #540277
RGB
CMYK
RGB Variations
Color information
#540277 (or 0x540277) is known color: Indigo. HEX triplet: 54, 02 and 77. RGB value is (84,2,119). Sum of RGB (Red+Green+Blue) = 84+2+119=205 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.98% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 119 (46.88% from 255 or 58.05% from 205); Max value from RGB is 119 - color contains mainly: blue. Hex color #540277 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540277 is #ABFD88. Grayscale: #272727. Windows color (decimal): -11271561 or 7799380. OLE color: 7799380.
HSL color Cylindrical-coordinate representation of color #540277: hue angle of 282.05º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #540277 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 84 | 2 | 119 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.53 |
| HSL | 282.05º | 0.97% | 0.24% | - |
| HSV(B) | 282.05º | 0.98% | 0.47% | - |
| XYZ | 7.01 | 3.26 | 17.71 | - |
| YUV | 39.86 | 172.67 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 2 | 119 | 0.29 | 0.98 | 0 | 0.53 | 282.05 | 0.97 | 0.24 |
| Hex | 54 | 2 | 77 | 1D | 62 | 0 | 35 | 11A | 61 | 18 |
| Octal | 124 | 2 | 167 | 35 | 142 | 0 | 65 | 432 | 141 | 30 |
| Binary | 1010100 | 10 | 1110111 | 11101 | 1100010 | 0 | 110101 | 100011010 | 1100001 | 11000 |
Color Harmonies of #540277
Complementary color
Monochromatic Colors of #540277
Black with #540277
Text Example
Text Example
White with #540277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540277; }
p { color: rgb(84,2,119); }
H1.HeaderClassName
{
color: #540277;
}
.AnyTagClassName
{
color: #540277;
}
</style>
background-color css
<style>
a { background-color: #540277; }
a { background-color: rgb(84,2,119); }
div.DivClassName
{
background-color: #540277;
}
.BgClassName
{
background-color: #540277;
}
</style>
border-color css
<style>
span { border-color: #540277; }
span { border-color: rgb(84,2,119); }
td.TdClassName
{
border-color: #540277;
}
.TagClassName
{
border-color: #540277;
}
</style>