Shades of Indigo #540C66
Tints of Indigo #540C66
RGB
CMYK
RGB Variations
Color information
#540C66 (or 0x540C66) is known color: Indigo. HEX triplet: 54, 0C and 66. RGB value is (84,12,102). Sum of RGB (Red+Green+Blue) = 84+12+102=198 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.42% from 198); Green value is 12 (5.08% from 255 or 6.06% from 198); Blue value is 102 (40.23% from 255 or 51.52% from 198); Max value from RGB is 102 - color contains mainly: blue. Hex color #540C66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540C66 is #ABF399. Grayscale: #2B2B2B. Windows color (decimal): -11269018 or 6687828. OLE color: 6687828.
HSL color Cylindrical-coordinate representation of color #540C66: hue angle of 288º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #540C66 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 84 | 12 | 102 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.6 |
| HSL | 288º | 0.79% | 0.22% | - |
| HSV(B) | 288º | 0.88% | 0.4% | - |
| XYZ | 6.19 | 3.11 | 12.84 | - |
| YUV | 43.79 | 160.85 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 102 | 0.18 | 0.88 | 0 | 0.6 | 288 | 0.79 | 0.22 |
| Hex | 54 | C | 66 | 12 | 58 | 0 | 3C | 120 | 4F | 16 |
| Octal | 124 | 14 | 146 | 22 | 130 | 0 | 74 | 440 | 117 | 26 |
| Binary | 1010100 | 1100 | 1100110 | 10010 | 1011000 | 0 | 111100 | 100100000 | 1001111 | 10110 |
Color Harmonies of #540C66
Complementary color
Monochromatic Colors of #540C66
Black with #540C66
Text Example
Text Example
White with #540C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540C66; }
p { color: rgb(84,12,102); }
H1.HeaderClassName
{
color: #540C66;
}
.AnyTagClassName
{
color: #540C66;
}
</style>
background-color css
<style>
a { background-color: #540C66; }
a { background-color: rgb(84,12,102); }
div.DivClassName
{
background-color: #540C66;
}
.BgClassName
{
background-color: #540C66;
}
</style>
border-color css
<style>
span { border-color: #540C66; }
span { border-color: rgb(84,12,102); }
td.TdClassName
{
border-color: #540C66;
}
.TagClassName
{
border-color: #540C66;
}
</style>