Shades of Indigo #540C6B
Tints of Indigo #540C6B
RGB
CMYK
RGB Variations
Color information
#540C6B (or 0x540C6B) is known color: Indigo. HEX triplet: 54, 0C and 6B. RGB value is (84,12,107). Sum of RGB (Red+Green+Blue) = 84+12+107=203 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.38% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 107 (42.19% from 255 or 52.71% from 203); Max value from RGB is 107 - color contains mainly: blue. Hex color #540C6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540C6B is #ABF394. Grayscale: #2C2C2C. Windows color (decimal): -11269013 or 7015508. OLE color: 7015508.
HSL color Cylindrical-coordinate representation of color #540C6B: hue angle of 285.47º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #540C6B is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 12 | 107 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.58 |
| HSL | 285.47º | 0.8% | 0.23% | - |
| HSV(B) | 285.47º | 0.89% | 0.42% | - |
| XYZ | 6.44 | 3.21 | 14.19 | - |
| YUV | 44.36 | 163.35 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 107 | 0.21 | 0.89 | 0 | 0.58 | 285.47 | 0.8 | 0.23 |
| Hex | 54 | C | 6B | 15 | 59 | 0 | 3A | 11D | 50 | 17 |
| Octal | 124 | 14 | 153 | 25 | 131 | 0 | 72 | 435 | 120 | 27 |
| Binary | 1010100 | 1100 | 1101011 | 10101 | 1011001 | 0 | 111010 | 100011101 | 1010000 | 10111 |
Color Harmonies of #540C6B
Complementary color
Monochromatic Colors of #540C6B
Black with #540C6B
Text Example
Text Example
White with #540C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540C6B; }
p { color: rgb(84,12,107); }
H1.HeaderClassName
{
color: #540C6B;
}
.AnyTagClassName
{
color: #540C6B;
}
</style>
background-color css
<style>
a { background-color: #540C6B; }
a { background-color: rgb(84,12,107); }
div.DivClassName
{
background-color: #540C6B;
}
.BgClassName
{
background-color: #540C6B;
}
</style>
border-color css
<style>
span { border-color: #540C6B; }
span { border-color: rgb(84,12,107); }
td.TdClassName
{
border-color: #540C6B;
}
.TagClassName
{
border-color: #540C6B;
}
</style>