Shades of Indigo #540B85
Tints of Indigo #540B85
RGB
CMYK
RGB Variations
Color information
#540B85 (or 0x540B85) is known color: Indigo. HEX triplet: 54, 0B and 85. RGB value is (84,11,133). Sum of RGB (Red+Green+Blue) = 84+11+133=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 11 (4.69% from 255 or 4.82% from 228); Blue value is 133 (52.34% from 255 or 58.33% from 228); Max value from RGB is 133 - color contains mainly: blue. Hex color #540B85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540B85 is #ABF47A. Grayscale: #2E2E2E. Windows color (decimal): -11269243 or 8719188. OLE color: 8719188.
HSL color Cylindrical-coordinate representation of color #540B85: hue angle of 275.9º degrees, saturation: 0.85, 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 #540B85 is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 84 | 11 | 133 | - |
| CMYK | 0.37 | 0.92 | 0 | 0.48 |
| HSL | 275.9º | 0.85% | 0.28% | - |
| HSV(B) | 275.9º | 0.92% | 0.52% | - |
| XYZ | 8.01 | 3.82 | 22.51 | - |
| YUV | 46.74 | 176.68 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 133 | 0.37 | 0.92 | 0 | 0.48 | 275.9 | 0.85 | 0.28 |
| Hex | 54 | B | 85 | 25 | 5C | 0 | 30 | 114 | 55 | 1C |
| Octal | 124 | 13 | 205 | 45 | 134 | 0 | 60 | 424 | 125 | 34 |
| Binary | 1010100 | 1011 | 10000101 | 100101 | 1011100 | 0 | 110000 | 100010100 | 1010101 | 11100 |
Color Harmonies of #540B85
Complementary color
Monochromatic Colors of #540B85
Black with #540B85
Text Example
Text Example
White with #540B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540B85; }
p { color: rgb(84,11,133); }
H1.HeaderClassName
{
color: #540B85;
}
.AnyTagClassName
{
color: #540B85;
}
</style>
background-color css
<style>
a { background-color: #540B85; }
a { background-color: rgb(84,11,133); }
div.DivClassName
{
background-color: #540B85;
}
.BgClassName
{
background-color: #540B85;
}
</style>
border-color css
<style>
span { border-color: #540B85; }
span { border-color: rgb(84,11,133); }
td.TdClassName
{
border-color: #540B85;
}
.TagClassName
{
border-color: #540B85;
}
</style>