Shades of Indigo #540A7B
Tints of Indigo #540A7B
RGB
CMYK
RGB Variations
Color information
#540A7B (or 0x540A7B) is known color: Indigo. HEX triplet: 54, 0A and 7B. RGB value is (84,10,123). Sum of RGB (Red+Green+Blue) = 84+10+123=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 123 (48.44% from 255 or 56.68% from 217); Max value from RGB is 123 - color contains mainly: blue. Hex color #540A7B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540A7B is #ABF584. Grayscale: #2C2C2C. Windows color (decimal): -11269509 or 8063572. OLE color: 8063572.
HSL color Cylindrical-coordinate representation of color #540A7B: hue angle of 279.29º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #540A7B is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 10 | 123 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.52 |
| HSL | 279.29º | 0.85% | 0.26% | - |
| HSV(B) | 279.29º | 0.92% | 0.48% | - |
| XYZ | 7.34 | 3.53 | 19.03 | - |
| YUV | 45.01 | 172.02 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 10 | 123 | 0.32 | 0.92 | 0 | 0.52 | 279.29 | 0.85 | 0.26 |
| Hex | 54 | A | 7B | 20 | 5C | 0 | 34 | 117 | 55 | 1A |
| Octal | 124 | 12 | 173 | 40 | 134 | 0 | 64 | 427 | 125 | 32 |
| Binary | 1010100 | 1010 | 1111011 | 100000 | 1011100 | 0 | 110100 | 100010111 | 1010101 | 11010 |
Color Harmonies of #540A7B
Complementary color
Monochromatic Colors of #540A7B
Black with #540A7B
Text Example
Text Example
White with #540A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540A7B; }
p { color: rgb(84,10,123); }
H1.HeaderClassName
{
color: #540A7B;
}
.AnyTagClassName
{
color: #540A7B;
}
</style>
background-color css
<style>
a { background-color: #540A7B; }
a { background-color: rgb(84,10,123); }
div.DivClassName
{
background-color: #540A7B;
}
.BgClassName
{
background-color: #540A7B;
}
</style>
border-color css
<style>
span { border-color: #540A7B; }
span { border-color: rgb(84,10,123); }
td.TdClassName
{
border-color: #540A7B;
}
.TagClassName
{
border-color: #540A7B;
}
</style>