Shades of Indigo #540F7A
Tints of Indigo #540F7A
RGB
CMYK
RGB Variations
Color information
#540F7A (or 0x540F7A) is known color: Indigo. HEX triplet: 54, 0F and 7A. RGB value is (84,15,122). Sum of RGB (Red+Green+Blue) = 84+15+122=221 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.01% from 221); Green value is 15 (6.25% from 255 or 6.79% from 221); Blue value is 122 (48.05% from 255 or 55.20% from 221); Max value from RGB is 122 - color contains mainly: blue. Hex color #540F7A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540F7A is #ABF085. Grayscale: #2F2F2F. Windows color (decimal): -11268230 or 7999316. OLE color: 7999316.
HSL color Cylindrical-coordinate representation of color #540F7A: hue angle of 278.69º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #540F7A is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 15 | 122 | - |
| CMYK | 0.31 | 0.88 | 0 | 0.52 |
| HSL | 278.69º | 0.78% | 0.27% | - |
| HSV(B) | 278.69º | 0.88% | 0.48% | - |
| XYZ | 7.34 | 3.63 | 18.73 | - |
| YUV | 47.83 | 169.86 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 15 | 122 | 0.31 | 0.88 | 0 | 0.52 | 278.69 | 0.78 | 0.27 |
| Hex | 54 | F | 7A | 1F | 58 | 0 | 34 | 117 | 4E | 1B |
| Octal | 124 | 17 | 172 | 37 | 130 | 0 | 64 | 427 | 116 | 33 |
| Binary | 1010100 | 1111 | 1111010 | 11111 | 1011000 | 0 | 110100 | 100010111 | 1001110 | 11011 |
Color Harmonies of #540F7A
Complementary color
Monochromatic Colors of #540F7A
Black with #540F7A
Text Example
Text Example
White with #540F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540F7A; }
p { color: rgb(84,15,122); }
H1.HeaderClassName
{
color: #540F7A;
}
.AnyTagClassName
{
color: #540F7A;
}
</style>
background-color css
<style>
a { background-color: #540F7A; }
a { background-color: rgb(84,15,122); }
div.DivClassName
{
background-color: #540F7A;
}
.BgClassName
{
background-color: #540F7A;
}
</style>
border-color css
<style>
span { border-color: #540F7A; }
span { border-color: rgb(84,15,122); }
td.TdClassName
{
border-color: #540F7A;
}
.TagClassName
{
border-color: #540F7A;
}
</style>