Shades of Indigo #540D75
Tints of Indigo #540D75
RGB
CMYK
RGB Variations
Color information
#540D75 (or 0x540D75) is known color: Indigo. HEX triplet: 54, 0D and 75. RGB value is (84,13,117). Sum of RGB (Red+Green+Blue) = 84+13+117=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 13 (5.47% from 255 or 6.07% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #540D75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540D75 is #ABF28A. Grayscale: #2D2D2D. Windows color (decimal): -11268747 or 7671124. OLE color: 7671124.
HSL color Cylindrical-coordinate representation of color #540D75: hue angle of 280.96º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #540D75 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 84 | 13 | 117 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.54 |
| HSL | 280.96º | 0.8% | 0.25% | - |
| HSV(B) | 280.96º | 0.89% | 0.46% | - |
| XYZ | 7.01 | 3.46 | 17.13 | - |
| YUV | 46.09 | 168.02 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 13 | 117 | 0.28 | 0.89 | 0 | 0.54 | 280.96 | 0.8 | 0.25 |
| Hex | 54 | D | 75 | 1C | 59 | 0 | 36 | 119 | 50 | 19 |
| Octal | 124 | 15 | 165 | 34 | 131 | 0 | 66 | 431 | 120 | 31 |
| Binary | 1010100 | 1101 | 1110101 | 11100 | 1011001 | 0 | 110110 | 100011001 | 1010000 | 11001 |
Color Harmonies of #540D75
Complementary color
Monochromatic Colors of #540D75
Black with #540D75
Text Example
Text Example
White with #540D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540D75; }
p { color: rgb(84,13,117); }
H1.HeaderClassName
{
color: #540D75;
}
.AnyTagClassName
{
color: #540D75;
}
</style>
background-color css
<style>
a { background-color: #540D75; }
a { background-color: rgb(84,13,117); }
div.DivClassName
{
background-color: #540D75;
}
.BgClassName
{
background-color: #540D75;
}
</style>
border-color css
<style>
span { border-color: #540D75; }
span { border-color: rgb(84,13,117); }
td.TdClassName
{
border-color: #540D75;
}
.TagClassName
{
border-color: #540D75;
}
</style>