Shades of Indigo #540BAA
Tints of Indigo #540BAA
RGB
CMYK
RGB Variations
Color information
#540BAA (or 0x540BAA) is known color: Indigo. HEX triplet: 54, 0B and AA. RGB value is (84,11,170). Sum of RGB (Red+Green+Blue) = 84+11+170=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 11 (4.69% from 255 or 4.15% from 265); Blue value is 170 (66.80% from 255 or 64.15% from 265); Max value from RGB is 170 - color contains mainly: blue. Hex color #540BAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540BAA is #ABF455. Grayscale: #323232. Windows color (decimal): -11269206 or 11144020. OLE color: 11144020.
HSL color Cylindrical-coordinate representation of color #540BAA: hue angle of 267.55º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540BAA is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 11 | 170 | - |
| CMYK | 0.51 | 0.94 | 0 | 0.33 |
| HSL | 267.55º | 0.88% | 0.35% | - |
| HSV(B) | 267.55º | 0.94% | 0.67% | - |
| XYZ | 11.03 | 5.03 | 38.42 | - |
| YUV | 50.95 | 195.18 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 170 | 0.51 | 0.94 | 0 | 0.33 | 267.55 | 0.88 | 0.35 |
| Hex | 54 | B | AA | 33 | 5E | 0 | 21 | 10C | 58 | 23 |
| Octal | 124 | 13 | 252 | 63 | 136 | 0 | 41 | 414 | 130 | 43 |
| Binary | 1010100 | 1011 | 10101010 | 110011 | 1011110 | 0 | 100001 | 100001100 | 1011000 | 100011 |
Color Harmonies of #540BAA
Complementary color
Monochromatic Colors of #540BAA
Black with #540BAA
Text Example
Text Example
White with #540BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540BAA; }
p { color: rgb(84,11,170); }
H1.HeaderClassName
{
color: #540BAA;
}
.AnyTagClassName
{
color: #540BAA;
}
</style>
background-color css
<style>
a { background-color: #540BAA; }
a { background-color: rgb(84,11,170); }
div.DivClassName
{
background-color: #540BAA;
}
.BgClassName
{
background-color: #540BAA;
}
</style>
border-color css
<style>
span { border-color: #540BAA; }
span { border-color: rgb(84,11,170); }
td.TdClassName
{
border-color: #540BAA;
}
.TagClassName
{
border-color: #540BAA;
}
</style>