Shades of Indigo #540563
Tints of Indigo #540563
RGB
CMYK
RGB Variations
Color information
#540563 (or 0x540563) is known color: Indigo. HEX triplet: 54, 05 and 63. RGB value is (84,5,99). Sum of RGB (Red+Green+Blue) = 84+5+99=188 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.68% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 99 (39.06% from 255 or 52.66% from 188); Max value from RGB is 99 - color contains mainly: blue. Hex color #540563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540563 is #ABFA9C. Grayscale: #272727. Windows color (decimal): -11270813 or 6489428. OLE color: 6489428.
HSL color Cylindrical-coordinate representation of color #540563: hue angle of 290.43º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540563 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 84 | 5 | 99 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.61 |
| HSL | 290.43º | 0.9% | 0.2% | - |
| HSV(B) | 290.43º | 0.95% | 0.39% | - |
| XYZ | 5.96 | 2.89 | 12.05 | - |
| YUV | 39.34 | 161.67 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 5 | 99 | 0.15 | 0.95 | 0 | 0.61 | 290.43 | 0.9 | 0.2 |
| Hex | 54 | 5 | 63 | F | 5F | 0 | 3D | 122 | 5A | 14 |
| Octal | 124 | 5 | 143 | 17 | 137 | 0 | 75 | 442 | 132 | 24 |
| Binary | 1010100 | 101 | 1100011 | 1111 | 1011111 | 0 | 111101 | 100100010 | 1011010 | 10100 |
Color Harmonies of #540563
Complementary color
Monochromatic Colors of #540563
Black with #540563
Text Example
Text Example
White with #540563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540563; }
p { color: rgb(84,5,99); }
H1.HeaderClassName
{
color: #540563;
}
.AnyTagClassName
{
color: #540563;
}
</style>
background-color css
<style>
a { background-color: #540563; }
a { background-color: rgb(84,5,99); }
div.DivClassName
{
background-color: #540563;
}
.BgClassName
{
background-color: #540563;
}
</style>
border-color css
<style>
span { border-color: #540563; }
span { border-color: rgb(84,5,99); }
td.TdClassName
{
border-color: #540563;
}
.TagClassName
{
border-color: #540563;
}
</style>