Shades of Indigo #540B89
Tints of Indigo #540B89
RGB
CMYK
RGB Variations
Color information
#540B89 (or 0x540B89) is known color: Indigo. HEX triplet: 54, 0B and 89. RGB value is (84,11,137). Sum of RGB (Red+Green+Blue) = 84+11+137=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 137 (53.91% from 255 or 59.05% from 232); Max value from RGB is 137 - color contains mainly: blue. Hex color #540B89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540B89 is #ABF476. Grayscale: #2E2E2E. Windows color (decimal): -11269239 or 8981332. OLE color: 8981332.
HSL color Cylindrical-coordinate representation of color #540B89: hue angle of 274.76º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #540B89 is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 11 | 137 | - |
| CMYK | 0.39 | 0.92 | 0 | 0.46 |
| HSL | 274.76º | 0.85% | 0.29% | - |
| HSV(B) | 274.76º | 0.92% | 0.54% | - |
| XYZ | 8.29 | 3.93 | 23.99 | - |
| YUV | 47.19 | 178.68 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 137 | 0.39 | 0.92 | 0 | 0.46 | 274.76 | 0.85 | 0.29 |
| Hex | 54 | B | 89 | 27 | 5C | 0 | 2E | 113 | 55 | 1D |
| Octal | 124 | 13 | 211 | 47 | 134 | 0 | 56 | 423 | 125 | 35 |
| Binary | 1010100 | 1011 | 10001001 | 100111 | 1011100 | 0 | 101110 | 100010011 | 1010101 | 11101 |
Color Harmonies of #540B89
Complementary color
Monochromatic Colors of #540B89
Black with #540B89
Text Example
Text Example
White with #540B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540B89; }
p { color: rgb(84,11,137); }
H1.HeaderClassName
{
color: #540B89;
}
.AnyTagClassName
{
color: #540B89;
}
</style>
background-color css
<style>
a { background-color: #540B89; }
a { background-color: rgb(84,11,137); }
div.DivClassName
{
background-color: #540B89;
}
.BgClassName
{
background-color: #540B89;
}
</style>
border-color css
<style>
span { border-color: #540B89; }
span { border-color: rgb(84,11,137); }
td.TdClassName
{
border-color: #540B89;
}
.TagClassName
{
border-color: #540B89;
}
</style>