Shades of Indigo #540A80
Tints of Indigo #540A80
RGB
CMYK
RGB Variations
Color information
#540A80 (or 0x540A80) is known color: Indigo. HEX triplet: 54, 0A and 80. RGB value is (84,10,128). Sum of RGB (Red+Green+Blue) = 84+10+128=222 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.84% from 222); Green value is 10 (4.30% from 255 or 4.50% from 222); Blue value is 128 (50.39% from 255 or 57.66% from 222); Max value from RGB is 128 - color contains mainly: blue. Hex color #540A80 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540A80 is #ABF57F. Grayscale: #2D2D2D. Windows color (decimal): -11269504 or 8391252. OLE color: 8391252.
HSL color Cylindrical-coordinate representation of color #540A80: hue angle of 277.63º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #540A80 is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 84 | 10 | 128 | - |
| CMYK | 0.34 | 0.92 | 0 | 0.50 |
| HSL | 277.63º | 0.86% | 0.27% | - |
| HSV(B) | 277.63º | 0.92% | 0.5% | - |
| XYZ | 7.66 | 3.66 | 20.72 | - |
| YUV | 45.58 | 174.52 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 10 | 128 | 0.34 | 0.92 | 0 | 0.50 | 277.63 | 0.86 | 0.27 |
| Hex | 54 | A | 80 | 22 | 5C | 0 | 32 | 116 | 56 | 1B |
| Octal | 124 | 12 | 200 | 42 | 134 | 0 | 62 | 426 | 126 | 33 |
| Binary | 1010100 | 1010 | 10000000 | 100010 | 1011100 | 0 | 110010 | 100010110 | 1010110 | 11011 |
Color Harmonies of #540A80
Complementary color
Monochromatic Colors of #540A80
Black with #540A80
Text Example
Text Example
White with #540A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540A80; }
p { color: rgb(84,10,128); }
H1.HeaderClassName
{
color: #540A80;
}
.AnyTagClassName
{
color: #540A80;
}
</style>
background-color css
<style>
a { background-color: #540A80; }
a { background-color: rgb(84,10,128); }
div.DivClassName
{
background-color: #540A80;
}
.BgClassName
{
background-color: #540A80;
}
</style>
border-color css
<style>
span { border-color: #540A80; }
span { border-color: rgb(84,10,128); }
td.TdClassName
{
border-color: #540A80;
}
.TagClassName
{
border-color: #540A80;
}
</style>