Shades of Indigo #540264
Tints of Indigo #540264
RGB
CMYK
RGB Variations
Color information
#540264 (or 0x540264) is known color: Indigo. HEX triplet: 54, 02 and 64. RGB value is (84,2,100). Sum of RGB (Red+Green+Blue) = 84+2+100=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 100 (39.45% from 255 or 53.76% from 186); Max value from RGB is 100 - color contains mainly: blue. Hex color #540264 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540264 is #ABFD9B. Grayscale: #252525. Windows color (decimal): -11271580 or 6554196. OLE color: 6554196.
HSL color Cylindrical-coordinate representation of color #540264: hue angle of 290.2º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #540264 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 84 | 2 | 100 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.61 |
| HSL | 290.2º | 0.96% | 0.2% | - |
| HSV(B) | 290.2º | 0.98% | 0.39% | - |
| XYZ | 5.98 | 2.85 | 12.29 | - |
| YUV | 37.69 | 163.17 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 2 | 100 | 0.16 | 0.98 | 0 | 0.61 | 290.2 | 0.96 | 0.2 |
| Hex | 54 | 2 | 64 | 10 | 62 | 0 | 3D | 122 | 60 | 14 |
| Octal | 124 | 2 | 144 | 20 | 142 | 0 | 75 | 442 | 140 | 24 |
| Binary | 1010100 | 10 | 1100100 | 10000 | 1100010 | 0 | 111101 | 100100010 | 1100000 | 10100 |
Color Harmonies of #540264
Complementary color
Monochromatic Colors of #540264
Black with #540264
Text Example
Text Example
White with #540264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540264; }
p { color: rgb(84,2,100); }
H1.HeaderClassName
{
color: #540264;
}
.AnyTagClassName
{
color: #540264;
}
</style>
background-color css
<style>
a { background-color: #540264; }
a { background-color: rgb(84,2,100); }
div.DivClassName
{
background-color: #540264;
}
.BgClassName
{
background-color: #540264;
}
</style>
border-color css
<style>
span { border-color: #540264; }
span { border-color: rgb(84,2,100); }
td.TdClassName
{
border-color: #540264;
}
.TagClassName
{
border-color: #540264;
}
</style>