Shades of Indigo #540C69
Tints of Indigo #540C69
RGB
CMYK
RGB Variations
Color information
#540C69 (or 0x540C69) is known color: Indigo. HEX triplet: 54, 0C and 69. RGB value is (84,12,105). Sum of RGB (Red+Green+Blue) = 84+12+105=201 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.79% from 201); Green value is 12 (5.08% from 255 or 5.97% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #540C69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540C69 is #ABF396. Grayscale: #2B2B2B. Windows color (decimal): -11269015 or 6884436. OLE color: 6884436.
HSL color Cylindrical-coordinate representation of color #540C69: hue angle of 286.45º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #540C69 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 84 | 12 | 105 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.59 |
| HSL | 286.45º | 0.79% | 0.23% | - |
| HSV(B) | 286.45º | 0.89% | 0.41% | - |
| XYZ | 6.34 | 3.17 | 13.64 | - |
| YUV | 44.13 | 162.35 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 105 | 0.20 | 0.89 | 0 | 0.59 | 286.45 | 0.79 | 0.23 |
| Hex | 54 | C | 69 | 14 | 59 | 0 | 3B | 11E | 4F | 17 |
| Octal | 124 | 14 | 151 | 24 | 131 | 0 | 73 | 436 | 117 | 27 |
| Binary | 1010100 | 1100 | 1101001 | 10100 | 1011001 | 0 | 111011 | 100011110 | 1001111 | 10111 |
Color Harmonies of #540C69
Complementary color
Monochromatic Colors of #540C69
Black with #540C69
Text Example
Text Example
White with #540C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540C69; }
p { color: rgb(84,12,105); }
H1.HeaderClassName
{
color: #540C69;
}
.AnyTagClassName
{
color: #540C69;
}
</style>
background-color css
<style>
a { background-color: #540C69; }
a { background-color: rgb(84,12,105); }
div.DivClassName
{
background-color: #540C69;
}
.BgClassName
{
background-color: #540C69;
}
</style>
border-color css
<style>
span { border-color: #540C69; }
span { border-color: rgb(84,12,105); }
td.TdClassName
{
border-color: #540C69;
}
.TagClassName
{
border-color: #540C69;
}
</style>