Shades of Indigo #540564
Tints of Indigo #540564
RGB
CMYK
RGB Variations
Color information
#540564 (or 0x540564) is known color: Indigo. HEX triplet: 54, 05 and 64. RGB value is (84,5,100). Sum of RGB (Red+Green+Blue) = 84+5+100=189 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.44% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 100 (39.45% from 255 or 52.91% from 189); Max value from RGB is 100 - color contains mainly: blue. Hex color #540564 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540564 is #ABFA9B. Grayscale: #272727. Windows color (decimal): -11270812 or 6554964. OLE color: 6554964.
HSL color Cylindrical-coordinate representation of color #540564: hue angle of 289.89º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540564 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 84 | 5 | 100 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.61 |
| HSL | 289.89º | 0.9% | 0.21% | - |
| HSV(B) | 289.89º | 0.95% | 0.39% | - |
| XYZ | 6.01 | 2.91 | 12.3 | - |
| YUV | 39.45 | 162.17 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 5 | 100 | 0.16 | 0.95 | 0 | 0.61 | 289.89 | 0.9 | 0.21 |
| Hex | 54 | 5 | 64 | 10 | 5F | 0 | 3D | 122 | 5A | 15 |
| Octal | 124 | 5 | 144 | 20 | 137 | 0 | 75 | 442 | 132 | 25 |
| Binary | 1010100 | 101 | 1100100 | 10000 | 1011111 | 0 | 111101 | 100100010 | 1011010 | 10101 |
Color Harmonies of #540564
Complementary color
Monochromatic Colors of #540564
Black with #540564
Text Example
Text Example
White with #540564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540564; }
p { color: rgb(84,5,100); }
H1.HeaderClassName
{
color: #540564;
}
.AnyTagClassName
{
color: #540564;
}
</style>
background-color css
<style>
a { background-color: #540564; }
a { background-color: rgb(84,5,100); }
div.DivClassName
{
background-color: #540564;
}
.BgClassName
{
background-color: #540564;
}
</style>
border-color css
<style>
span { border-color: #540564; }
span { border-color: rgb(84,5,100); }
td.TdClassName
{
border-color: #540564;
}
.TagClassName
{
border-color: #540564;
}
</style>