Shades of Indigo #540CA3
Tints of Indigo #540CA3
RGB
CMYK
RGB Variations
Color information
#540CA3 (or 0x540CA3) is known color: Indigo. HEX triplet: 54, 0C and A3. RGB value is (84,12,163). Sum of RGB (Red+Green+Blue) = 84+12+163=259 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.43% from 259); Green value is 12 (5.08% from 255 or 4.63% from 259); Blue value is 163 (64.06% from 255 or 62.93% from 259); Max value from RGB is 163 - color contains mainly: blue. Hex color #540CA3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540CA3 is #ABF35C. Grayscale: #323232. Windows color (decimal): -11268957 or 10685524. OLE color: 10685524.
HSL color Cylindrical-coordinate representation of color #540CA3: hue angle of 268.61º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540CA3 is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 84 | 12 | 163 | - |
| CMYK | 0.48 | 0.93 | 0 | 0.36 |
| HSL | 268.61º | 0.86% | 0.34% | - |
| HSV(B) | 268.61º | 0.93% | 0.64% | - |
| XYZ | 10.4 | 4.79 | 35.03 | - |
| YUV | 50.74 | 191.35 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 163 | 0.48 | 0.93 | 0 | 0.36 | 268.61 | 0.86 | 0.34 |
| Hex | 54 | C | A3 | 30 | 5D | 0 | 24 | 10D | 56 | 22 |
| Octal | 124 | 14 | 243 | 60 | 135 | 0 | 44 | 415 | 126 | 42 |
| Binary | 1010100 | 1100 | 10100011 | 110000 | 1011101 | 0 | 100100 | 100001101 | 1010110 | 100010 |
Color Harmonies of #540CA3
Complementary color
Monochromatic Colors of #540CA3
Black with #540CA3
Text Example
Text Example
White with #540CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540CA3; }
p { color: rgb(84,12,163); }
H1.HeaderClassName
{
color: #540CA3;
}
.AnyTagClassName
{
color: #540CA3;
}
</style>
background-color css
<style>
a { background-color: #540CA3; }
a { background-color: rgb(84,12,163); }
div.DivClassName
{
background-color: #540CA3;
}
.BgClassName
{
background-color: #540CA3;
}
</style>
border-color css
<style>
span { border-color: #540CA3; }
span { border-color: rgb(84,12,163); }
td.TdClassName
{
border-color: #540CA3;
}
.TagClassName
{
border-color: #540CA3;
}
</style>