Shades of Indigo #540493
Tints of Indigo #540493
RGB
CMYK
RGB Variations
Color information
#540493 (or 0x540493) is known color: Indigo. HEX triplet: 54, 04 and 93. RGB value is (84,4,147). Sum of RGB (Red+Green+Blue) = 84+4+147=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 147 (57.81% from 255 or 62.55% from 235); Max value from RGB is 147 - color contains mainly: blue. Hex color #540493 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540493 is #ABFB6C. Grayscale: #2B2B2B. Windows color (decimal): -11271021 or 9634900. OLE color: 9634900.
HSL color Cylindrical-coordinate representation of color #540493: hue angle of 273.57º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #540493 is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 4 | 147 | - |
| CMYK | 0.43 | 0.97 | 0 | 0.42 |
| HSL | 273.57º | 0.95% | 0.3% | - |
| HSV(B) | 273.57º | 0.97% | 0.58% | - |
| XYZ | 8.97 | 4.08 | 27.92 | - |
| YUV | 44.22 | 186 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 4 | 147 | 0.43 | 0.97 | 0 | 0.42 | 273.57 | 0.95 | 0.3 |
| Hex | 54 | 4 | 93 | 2B | 61 | 0 | 2A | 112 | 5F | 1E |
| Octal | 124 | 4 | 223 | 53 | 141 | 0 | 52 | 422 | 137 | 36 |
| Binary | 1010100 | 100 | 10010011 | 101011 | 1100001 | 0 | 101010 | 100010010 | 1011111 | 11110 |
Color Harmonies of #540493
Complementary color
Monochromatic Colors of #540493
Black with #540493
Text Example
Text Example
White with #540493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540493; }
p { color: rgb(84,4,147); }
H1.HeaderClassName
{
color: #540493;
}
.AnyTagClassName
{
color: #540493;
}
</style>
background-color css
<style>
a { background-color: #540493; }
a { background-color: rgb(84,4,147); }
div.DivClassName
{
background-color: #540493;
}
.BgClassName
{
background-color: #540493;
}
</style>
border-color css
<style>
span { border-color: #540493; }
span { border-color: rgb(84,4,147); }
td.TdClassName
{
border-color: #540493;
}
.TagClassName
{
border-color: #540493;
}
</style>