Shades of Indigo #540664
Tints of Indigo #540664
RGB
CMYK
RGB Variations
Color information
#540664 (or 0x540664) is known color: Indigo. HEX triplet: 54, 06 and 64. RGB value is (84,6,100). Sum of RGB (Red+Green+Blue) = 84+6+100=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 100 (39.45% from 255 or 52.63% from 190); Max value from RGB is 100 - color contains mainly: blue. Hex color #540664 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540664 is #ABF99B. Grayscale: #272727. Windows color (decimal): -11270556 or 6555220. OLE color: 6555220.
HSL color Cylindrical-coordinate representation of color #540664: hue angle of 289.79º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540664 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 84 | 6 | 100 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.61 |
| HSL | 289.79º | 0.89% | 0.21% | - |
| HSV(B) | 289.79º | 0.94% | 0.39% | - |
| XYZ | 6.02 | 2.94 | 12.31 | - |
| YUV | 40.04 | 161.84 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 6 | 100 | 0.16 | 0.94 | 0 | 0.61 | 289.79 | 0.89 | 0.21 |
| Hex | 54 | 6 | 64 | 10 | 5E | 0 | 3D | 122 | 59 | 15 |
| Octal | 124 | 6 | 144 | 20 | 136 | 0 | 75 | 442 | 131 | 25 |
| Binary | 1010100 | 110 | 1100100 | 10000 | 1011110 | 0 | 111101 | 100100010 | 1011001 | 10101 |
Color Harmonies of #540664
Complementary color
Monochromatic Colors of #540664
Black with #540664
Text Example
Text Example
White with #540664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540664; }
p { color: rgb(84,6,100); }
H1.HeaderClassName
{
color: #540664;
}
.AnyTagClassName
{
color: #540664;
}
</style>
background-color css
<style>
a { background-color: #540664; }
a { background-color: rgb(84,6,100); }
div.DivClassName
{
background-color: #540664;
}
.BgClassName
{
background-color: #540664;
}
</style>
border-color css
<style>
span { border-color: #540664; }
span { border-color: rgb(84,6,100); }
td.TdClassName
{
border-color: #540664;
}
.TagClassName
{
border-color: #540664;
}
</style>