Shades of Indigo #540266
Tints of Indigo #540266
RGB
CMYK
RGB Variations
Color information
#540266 (or 0x540266) is known color: Indigo. HEX triplet: 54, 02 and 66. RGB value is (84,2,102). Sum of RGB (Red+Green+Blue) = 84+2+102=188 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.68% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 102 (40.23% from 255 or 54.26% from 188); Max value from RGB is 102 - color contains mainly: blue. Hex color #540266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540266 is #ABFD99. Grayscale: #252525. Windows color (decimal): -11271578 or 6685268. OLE color: 6685268.
HSL color Cylindrical-coordinate representation of color #540266: hue angle of 289.2º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #540266 is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 84 | 2 | 102 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.6 |
| HSL | 289.2º | 0.96% | 0.2% | - |
| HSV(B) | 289.2º | 0.98% | 0.4% | - |
| XYZ | 6.08 | 2.89 | 12.81 | - |
| YUV | 37.92 | 164.17 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 2 | 102 | 0.18 | 0.98 | 0 | 0.6 | 289.2 | 0.96 | 0.2 |
| Hex | 54 | 2 | 66 | 12 | 62 | 0 | 3C | 121 | 60 | 14 |
| Octal | 124 | 2 | 146 | 22 | 142 | 0 | 74 | 441 | 140 | 24 |
| Binary | 1010100 | 10 | 1100110 | 10010 | 1100010 | 0 | 111100 | 100100001 | 1100000 | 10100 |
Color Harmonies of #540266
Complementary color
Monochromatic Colors of #540266
Black with #540266
Text Example
Text Example
White with #540266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540266; }
p { color: rgb(84,2,102); }
H1.HeaderClassName
{
color: #540266;
}
.AnyTagClassName
{
color: #540266;
}
</style>
background-color css
<style>
a { background-color: #540266; }
a { background-color: rgb(84,2,102); }
div.DivClassName
{
background-color: #540266;
}
.BgClassName
{
background-color: #540266;
}
</style>
border-color css
<style>
span { border-color: #540266; }
span { border-color: rgb(84,2,102); }
td.TdClassName
{
border-color: #540266;
}
.TagClassName
{
border-color: #540266;
}
</style>