Shades of Indigo #540D74
Tints of Indigo #540D74
RGB
CMYK
RGB Variations
Color information
#540D74 (or 0x540D74) is known color: Indigo. HEX triplet: 54, 0D and 74. RGB value is (84,13,116). Sum of RGB (Red+Green+Blue) = 84+13+116=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 13 (5.47% from 255 or 6.10% from 213); Blue value is 116 (45.70% from 255 or 54.46% from 213); Max value from RGB is 116 - color contains mainly: blue. Hex color #540D74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540D74 is #ABF28B. Grayscale: #2D2D2D. Windows color (decimal): -11268748 or 7605588. OLE color: 7605588.
HSL color Cylindrical-coordinate representation of color #540D74: hue angle of 281.36º 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 #540D74 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 13 | 116 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.55 |
| HSL | 281.36º | 0.8% | 0.25% | - |
| HSV(B) | 281.36º | 0.89% | 0.45% | - |
| XYZ | 6.95 | 3.43 | 16.82 | - |
| YUV | 45.97 | 167.52 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 13 | 116 | 0.28 | 0.89 | 0 | 0.55 | 281.36 | 0.8 | 0.25 |
| Hex | 54 | D | 74 | 1C | 59 | 0 | 37 | 119 | 50 | 19 |
| Octal | 124 | 15 | 164 | 34 | 131 | 0 | 67 | 431 | 120 | 31 |
| Binary | 1010100 | 1101 | 1110100 | 11100 | 1011001 | 0 | 110111 | 100011001 | 1010000 | 11001 |
Color Harmonies of #540D74
Complementary color
Monochromatic Colors of #540D74
Black with #540D74
Text Example
Text Example
White with #540D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540D74; }
p { color: rgb(84,13,116); }
H1.HeaderClassName
{
color: #540D74;
}
.AnyTagClassName
{
color: #540D74;
}
</style>
background-color css
<style>
a { background-color: #540D74; }
a { background-color: rgb(84,13,116); }
div.DivClassName
{
background-color: #540D74;
}
.BgClassName
{
background-color: #540D74;
}
</style>
border-color css
<style>
span { border-color: #540D74; }
span { border-color: rgb(84,13,116); }
td.TdClassName
{
border-color: #540D74;
}
.TagClassName
{
border-color: #540D74;
}
</style>