Shades of Indigo #540D73
Tints of Indigo #540D73
RGB
CMYK
RGB Variations
Color information
#540D73 (or 0x540D73) is known color: Indigo. HEX triplet: 54, 0D and 73. RGB value is (84,13,115). Sum of RGB (Red+Green+Blue) = 84+13+115=212 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.62% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #540D73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540D73 is #ABF28C. Grayscale: #2D2D2D. Windows color (decimal): -11268749 or 7540052. OLE color: 7540052.
HSL color Cylindrical-coordinate representation of color #540D73: hue angle of 281.76º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #540D73 is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 13 | 115 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.55 |
| HSL | 281.76º | 0.8% | 0.25% | - |
| HSV(B) | 281.76º | 0.89% | 0.45% | - |
| XYZ | 6.89 | 3.41 | 16.51 | - |
| YUV | 45.86 | 167.02 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 13 | 115 | 0.27 | 0.89 | 0 | 0.55 | 281.76 | 0.8 | 0.25 |
| Hex | 54 | D | 73 | 1B | 59 | 0 | 37 | 11A | 50 | 19 |
| Octal | 124 | 15 | 163 | 33 | 131 | 0 | 67 | 432 | 120 | 31 |
| Binary | 1010100 | 1101 | 1110011 | 11011 | 1011001 | 0 | 110111 | 100011010 | 1010000 | 11001 |
Color Harmonies of #540D73
Complementary color
Monochromatic Colors of #540D73
Black with #540D73
Text Example
Text Example
White with #540D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540D73; }
p { color: rgb(84,13,115); }
H1.HeaderClassName
{
color: #540D73;
}
.AnyTagClassName
{
color: #540D73;
}
</style>
background-color css
<style>
a { background-color: #540D73; }
a { background-color: rgb(84,13,115); }
div.DivClassName
{
background-color: #540D73;
}
.BgClassName
{
background-color: #540D73;
}
</style>
border-color css
<style>
span { border-color: #540D73; }
span { border-color: rgb(84,13,115); }
td.TdClassName
{
border-color: #540D73;
}
.TagClassName
{
border-color: #540D73;
}
</style>