Shades of Indigo #540393
Tints of Indigo #540393
RGB
CMYK
RGB Variations
Color information
#540393 (or 0x540393) is known color: Indigo. HEX triplet: 54, 03 and 93. RGB value is (84,3,147). Sum of RGB (Red+Green+Blue) = 84+3+147=234 (30% of max value = 765). Red value is 84 (33.20% from 255 or 35.90% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 147 (57.81% from 255 or 62.82% from 234); Max value from RGB is 147 - color contains mainly: blue. Hex color #540393 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540393 is #ABFC6C. Grayscale: #2B2B2B. Windows color (decimal): -11271277 or 9634644. OLE color: 9634644.
HSL color Cylindrical-coordinate representation of color #540393: hue angle of 273.75º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #540393 is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 3 | 147 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.42 |
| HSL | 273.75º | 0.96% | 0.29% | - |
| HSV(B) | 273.75º | 0.98% | 0.58% | - |
| XYZ | 8.96 | 4.06 | 27.91 | - |
| YUV | 43.64 | 186.34 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 3 | 147 | 0.43 | 0.98 | 0 | 0.42 | 273.75 | 0.96 | 0.29 |
| Hex | 54 | 3 | 93 | 2B | 62 | 0 | 2A | 112 | 60 | 1D |
| Octal | 124 | 3 | 223 | 53 | 142 | 0 | 52 | 422 | 140 | 35 |
| Binary | 1010100 | 11 | 10010011 | 101011 | 1100010 | 0 | 101010 | 100010010 | 1100000 | 11101 |
Color Harmonies of #540393
Complementary color
Monochromatic Colors of #540393
Black with #540393
Text Example
Text Example
White with #540393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540393; }
p { color: rgb(84,3,147); }
H1.HeaderClassName
{
color: #540393;
}
.AnyTagClassName
{
color: #540393;
}
</style>
background-color css
<style>
a { background-color: #540393; }
a { background-color: rgb(84,3,147); }
div.DivClassName
{
background-color: #540393;
}
.BgClassName
{
background-color: #540393;
}
</style>
border-color css
<style>
span { border-color: #540393; }
span { border-color: rgb(84,3,147); }
td.TdClassName
{
border-color: #540393;
}
.TagClassName
{
border-color: #540393;
}
</style>