Shades of Indigo #540A85
Tints of Indigo #540A85
RGB
CMYK
RGB Variations
Color information
#540A85 (or 0x540A85) is known color: Indigo. HEX triplet: 54, 0A and 85. RGB value is (84,10,133). Sum of RGB (Red+Green+Blue) = 84+10+133=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 10 (4.30% from 255 or 4.41% from 227); Blue value is 133 (52.34% from 255 or 58.59% from 227); Max value from RGB is 133 - color contains mainly: blue. Hex color #540A85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540A85 is #ABF57A. Grayscale: #2D2D2D. Windows color (decimal): -11269499 or 8718932. OLE color: 8718932.
HSL color Cylindrical-coordinate representation of color #540A85: hue angle of 276.1º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #540A85 is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 84 | 10 | 133 | - |
| CMYK | 0.37 | 0.92 | 0 | 0.48 |
| HSL | 276.1º | 0.86% | 0.28% | - |
| HSV(B) | 276.1º | 0.92% | 0.52% | - |
| XYZ | 8 | 3.8 | 22.5 | - |
| YUV | 46.15 | 177.02 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 10 | 133 | 0.37 | 0.92 | 0 | 0.48 | 276.1 | 0.86 | 0.28 |
| Hex | 54 | A | 85 | 25 | 5C | 0 | 30 | 114 | 56 | 1C |
| Octal | 124 | 12 | 205 | 45 | 134 | 0 | 60 | 424 | 126 | 34 |
| Binary | 1010100 | 1010 | 10000101 | 100101 | 1011100 | 0 | 110000 | 100010100 | 1010110 | 11100 |
Color Harmonies of #540A85
Complementary color
Monochromatic Colors of #540A85
Black with #540A85
Text Example
Text Example
White with #540A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540A85; }
p { color: rgb(84,10,133); }
H1.HeaderClassName
{
color: #540A85;
}
.AnyTagClassName
{
color: #540A85;
}
</style>
background-color css
<style>
a { background-color: #540A85; }
a { background-color: rgb(84,10,133); }
div.DivClassName
{
background-color: #540A85;
}
.BgClassName
{
background-color: #540A85;
}
</style>
border-color css
<style>
span { border-color: #540A85; }
span { border-color: rgb(84,10,133); }
td.TdClassName
{
border-color: #540A85;
}
.TagClassName
{
border-color: #540A85;
}
</style>