Shades of Indigo #540B83
Tints of Indigo #540B83
RGB
CMYK
RGB Variations
Color information
#540B83 (or 0x540B83) is known color: Indigo. HEX triplet: 54, 0B and 83. RGB value is (84,11,131). Sum of RGB (Red+Green+Blue) = 84+11+131=226 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.17% from 226); Green value is 11 (4.69% from 255 or 4.87% from 226); Blue value is 131 (51.56% from 255 or 57.96% from 226); Max value from RGB is 131 - color contains mainly: blue. Hex color #540B83 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540B83 is #ABF47C. Grayscale: #2E2E2E. Windows color (decimal): -11269245 or 8588116. OLE color: 8588116.
HSL color Cylindrical-coordinate representation of color #540B83: hue angle of 276.5º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #540B83 is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 11 | 131 | - |
| CMYK | 0.36 | 0.92 | 0 | 0.49 |
| HSL | 276.5º | 0.85% | 0.28% | - |
| HSV(B) | 276.5º | 0.92% | 0.51% | - |
| XYZ | 7.87 | 3.76 | 21.78 | - |
| YUV | 46.51 | 175.68 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 131 | 0.36 | 0.92 | 0 | 0.49 | 276.5 | 0.85 | 0.28 |
| Hex | 54 | B | 83 | 24 | 5C | 0 | 31 | 114 | 55 | 1C |
| Octal | 124 | 13 | 203 | 44 | 134 | 0 | 61 | 424 | 125 | 34 |
| Binary | 1010100 | 1011 | 10000011 | 100100 | 1011100 | 0 | 110001 | 100010100 | 1010101 | 11100 |
Color Harmonies of #540B83
Complementary color
Monochromatic Colors of #540B83
Black with #540B83
Text Example
Text Example
White with #540B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540B83; }
p { color: rgb(84,11,131); }
H1.HeaderClassName
{
color: #540B83;
}
.AnyTagClassName
{
color: #540B83;
}
</style>
background-color css
<style>
a { background-color: #540B83; }
a { background-color: rgb(84,11,131); }
div.DivClassName
{
background-color: #540B83;
}
.BgClassName
{
background-color: #540B83;
}
</style>
border-color css
<style>
span { border-color: #540B83; }
span { border-color: rgb(84,11,131); }
td.TdClassName
{
border-color: #540B83;
}
.TagClassName
{
border-color: #540B83;
}
</style>