Shades of Indigo #540F80
Tints of Indigo #540F80
RGB
CMYK
RGB Variations
Color information
#540F80 (or 0x540F80) is known color: Indigo. HEX triplet: 54, 0F and 80. RGB value is (84,15,128). Sum of RGB (Red+Green+Blue) = 84+15+128=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 15 (6.25% from 255 or 6.61% from 227); Blue value is 128 (50.39% from 255 or 56.39% from 227); Max value from RGB is 128 - color contains mainly: blue. Hex color #540F80 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540F80 is #ABF07F. Grayscale: #303030. Windows color (decimal): -11268224 or 8392532. OLE color: 8392532.
HSL color Cylindrical-coordinate representation of color #540F80: hue angle of 276.64º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #540F80 is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 84 | 15 | 128 | - |
| CMYK | 0.34 | 0.88 | 0 | 0.50 |
| HSL | 276.64º | 0.79% | 0.28% | - |
| HSV(B) | 276.64º | 0.88% | 0.5% | - |
| XYZ | 7.72 | 3.78 | 20.75 | - |
| YUV | 48.51 | 172.86 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 15 | 128 | 0.34 | 0.88 | 0 | 0.50 | 276.64 | 0.79 | 0.28 |
| Hex | 54 | F | 80 | 22 | 58 | 0 | 32 | 115 | 4F | 1C |
| Octal | 124 | 17 | 200 | 42 | 130 | 0 | 62 | 425 | 117 | 34 |
| Binary | 1010100 | 1111 | 10000000 | 100010 | 1011000 | 0 | 110010 | 100010101 | 1001111 | 11100 |
Color Harmonies of #540F80
Complementary color
Monochromatic Colors of #540F80
Black with #540F80
Text Example
Text Example
White with #540F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540F80; }
p { color: rgb(84,15,128); }
H1.HeaderClassName
{
color: #540F80;
}
.AnyTagClassName
{
color: #540F80;
}
</style>
background-color css
<style>
a { background-color: #540F80; }
a { background-color: rgb(84,15,128); }
div.DivClassName
{
background-color: #540F80;
}
.BgClassName
{
background-color: #540F80;
}
</style>
border-color css
<style>
span { border-color: #540F80; }
span { border-color: rgb(84,15,128); }
td.TdClassName
{
border-color: #540F80;
}
.TagClassName
{
border-color: #540F80;
}
</style>