Shades of Indigo #540D7F
Tints of Indigo #540D7F
RGB
CMYK
RGB Variations
Color information
#540D7F (or 0x540D7F) is known color: Indigo. HEX triplet: 54, 0D and 7F. RGB value is (84,13,127). Sum of RGB (Red+Green+Blue) = 84+13+127=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 13 (5.47% from 255 or 5.80% from 224); Blue value is 127 (50% from 255 or 56.70% from 224); Max value from RGB is 127 - color contains mainly: blue. Hex color #540D7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540D7F is #ABF280. Grayscale: #2E2E2E. Windows color (decimal): -11268737 or 8326484. OLE color: 8326484.
HSL color Cylindrical-coordinate representation of color #540D7F: hue angle of 277.37º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #540D7F is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 84 | 13 | 127 | - |
| CMYK | 0.34 | 0.90 | 0 | 0.50 |
| HSL | 277.37º | 0.81% | 0.27% | - |
| HSV(B) | 277.37º | 0.9% | 0.5% | - |
| XYZ | 7.63 | 3.7 | 20.39 | - |
| YUV | 47.23 | 173.02 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 13 | 127 | 0.34 | 0.90 | 0 | 0.50 | 277.37 | 0.81 | 0.27 |
| Hex | 54 | D | 7F | 22 | 5A | 0 | 32 | 115 | 51 | 1B |
| Octal | 124 | 15 | 177 | 42 | 132 | 0 | 62 | 425 | 121 | 33 |
| Binary | 1010100 | 1101 | 1111111 | 100010 | 1011010 | 0 | 110010 | 100010101 | 1010001 | 11011 |
Color Harmonies of #540D7F
Complementary color
Monochromatic Colors of #540D7F
Black with #540D7F
Text Example
Text Example
White with #540D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540D7F; }
p { color: rgb(84,13,127); }
H1.HeaderClassName
{
color: #540D7F;
}
.AnyTagClassName
{
color: #540D7F;
}
</style>
background-color css
<style>
a { background-color: #540D7F; }
a { background-color: rgb(84,13,127); }
div.DivClassName
{
background-color: #540D7F;
}
.BgClassName
{
background-color: #540D7F;
}
</style>
border-color css
<style>
span { border-color: #540D7F; }
span { border-color: rgb(84,13,127); }
td.TdClassName
{
border-color: #540D7F;
}
.TagClassName
{
border-color: #540D7F;
}
</style>