Shades of Indigo #540B90
Tints of Indigo #540B90
RGB
CMYK
RGB Variations
Color information
#540B90 (or 0x540B90) is known color: Indigo. HEX triplet: 54, 0B and 90. RGB value is (84,11,144). Sum of RGB (Red+Green+Blue) = 84+11+144=239 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.15% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 144 (56.64% from 255 or 60.25% from 239); Max value from RGB is 144 - color contains mainly: blue. Hex color #540B90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540B90 is #ABF46F. Grayscale: #2F2F2F. Windows color (decimal): -11269232 or 9440084. OLE color: 9440084.
HSL color Cylindrical-coordinate representation of color #540B90: hue angle of 272.93º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #540B90 is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 11 | 144 | - |
| CMYK | 0.42 | 0.92 | 0 | 0.44 |
| HSL | 272.93º | 0.86% | 0.3% | - |
| HSV(B) | 272.93º | 0.92% | 0.56% | - |
| XYZ | 8.81 | 4.14 | 26.72 | - |
| YUV | 47.99 | 182.18 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 144 | 0.42 | 0.92 | 0 | 0.44 | 272.93 | 0.86 | 0.3 |
| Hex | 54 | B | 90 | 2A | 5C | 0 | 2C | 111 | 56 | 1E |
| Octal | 124 | 13 | 220 | 52 | 134 | 0 | 54 | 421 | 126 | 36 |
| Binary | 1010100 | 1011 | 10010000 | 101010 | 1011100 | 0 | 101100 | 100010001 | 1010110 | 11110 |
Color Harmonies of #540B90
Complementary color
Monochromatic Colors of #540B90
Black with #540B90
Text Example
Text Example
White with #540B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540B90; }
p { color: rgb(84,11,144); }
H1.HeaderClassName
{
color: #540B90;
}
.AnyTagClassName
{
color: #540B90;
}
</style>
background-color css
<style>
a { background-color: #540B90; }
a { background-color: rgb(84,11,144); }
div.DivClassName
{
background-color: #540B90;
}
.BgClassName
{
background-color: #540B90;
}
</style>
border-color css
<style>
span { border-color: #540B90; }
span { border-color: rgb(84,11,144); }
td.TdClassName
{
border-color: #540B90;
}
.TagClassName
{
border-color: #540B90;
}
</style>