Shades of Indigo #540993
Tints of Indigo #540993
RGB
CMYK
RGB Variations
Color information
#540993 (or 0x540993) is known color: Indigo. HEX triplet: 54, 09 and 93. RGB value is (84,9,147). Sum of RGB (Red+Green+Blue) = 84+9+147=240 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 147 (57.81% from 255 or 61.25% from 240); Max value from RGB is 147 - color contains mainly: blue. Hex color #540993 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540993 is #ABF66C. Grayscale: #2E2E2E. Windows color (decimal): -11269741 or 9636180. OLE color: 9636180.
HSL color Cylindrical-coordinate representation of color #540993: hue angle of 272.61º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540993 is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 9 | 147 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.42 |
| HSL | 272.61º | 0.88% | 0.31% | - |
| HSV(B) | 272.61º | 0.94% | 0.58% | - |
| XYZ | 9.02 | 4.19 | 27.94 | - |
| YUV | 47.16 | 184.35 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 9 | 147 | 0.43 | 0.94 | 0 | 0.42 | 272.61 | 0.88 | 0.31 |
| Hex | 54 | 9 | 93 | 2B | 5E | 0 | 2A | 111 | 58 | 1F |
| Octal | 124 | 11 | 223 | 53 | 136 | 0 | 52 | 421 | 130 | 37 |
| Binary | 1010100 | 1001 | 10010011 | 101011 | 1011110 | 0 | 101010 | 100010001 | 1011000 | 11111 |
Color Harmonies of #540993
Complementary color
Monochromatic Colors of #540993
Black with #540993
Text Example
Text Example
White with #540993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540993; }
p { color: rgb(84,9,147); }
H1.HeaderClassName
{
color: #540993;
}
.AnyTagClassName
{
color: #540993;
}
</style>
background-color css
<style>
a { background-color: #540993; }
a { background-color: rgb(84,9,147); }
div.DivClassName
{
background-color: #540993;
}
.BgClassName
{
background-color: #540993;
}
</style>
border-color css
<style>
span { border-color: #540993; }
span { border-color: rgb(84,9,147); }
td.TdClassName
{
border-color: #540993;
}
.TagClassName
{
border-color: #540993;
}
</style>