Shades of Indigo #540F7C
Tints of Indigo #540F7C
RGB
CMYK
RGB Variations
Color information
#540F7C (or 0x540F7C) is known color: Indigo. HEX triplet: 54, 0F and 7C. RGB value is (84,15,124). Sum of RGB (Red+Green+Blue) = 84+15+124=223 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.67% from 223); Green value is 15 (6.25% from 255 or 6.73% from 223); Blue value is 124 (48.83% from 255 or 55.61% from 223); Max value from RGB is 124 - color contains mainly: blue. Hex color #540F7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540F7C is #ABF083. Grayscale: #2F2F2F. Windows color (decimal): -11268228 or 8130388. OLE color: 8130388.
HSL color Cylindrical-coordinate representation of color #540F7C: hue angle of 277.98º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #540F7C is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 15 | 124 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.51 |
| HSL | 277.98º | 0.78% | 0.27% | - |
| HSV(B) | 277.98º | 0.88% | 0.49% | - |
| XYZ | 7.47 | 3.68 | 19.39 | - |
| YUV | 48.06 | 170.86 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 15 | 124 | 0.32 | 0.88 | 0 | 0.51 | 277.98 | 0.78 | 0.27 |
| Hex | 54 | F | 7C | 20 | 58 | 0 | 33 | 116 | 4E | 1B |
| Octal | 124 | 17 | 174 | 40 | 130 | 0 | 63 | 426 | 116 | 33 |
| Binary | 1010100 | 1111 | 1111100 | 100000 | 1011000 | 0 | 110011 | 100010110 | 1001110 | 11011 |
Color Harmonies of #540F7C
Complementary color
Monochromatic Colors of #540F7C
Black with #540F7C
Text Example
Text Example
White with #540F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540F7C; }
p { color: rgb(84,15,124); }
H1.HeaderClassName
{
color: #540F7C;
}
.AnyTagClassName
{
color: #540F7C;
}
</style>
background-color css
<style>
a { background-color: #540F7C; }
a { background-color: rgb(84,15,124); }
div.DivClassName
{
background-color: #540F7C;
}
.BgClassName
{
background-color: #540F7C;
}
</style>
border-color css
<style>
span { border-color: #540F7C; }
span { border-color: rgb(84,15,124); }
td.TdClassName
{
border-color: #540F7C;
}
.TagClassName
{
border-color: #540F7C;
}
</style>