Shades of Indigo #540394
Tints of Indigo #540394
RGB
CMYK
RGB Variations
Color information
#540394 (or 0x540394) is known color: Indigo. HEX triplet: 54, 03 and 94. RGB value is (84,3,148). Sum of RGB (Red+Green+Blue) = 84+3+148=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 148 (58.20% from 255 or 62.98% from 235); Max value from RGB is 148 - color contains mainly: blue. Hex color #540394 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540394 is #ABFC6B. Grayscale: #2B2B2B. Windows color (decimal): -11271276 or 9700180. OLE color: 9700180.
HSL color Cylindrical-coordinate representation of color #540394: hue angle of 273.52º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #540394 is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 3 | 148 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.42 |
| HSL | 273.52º | 0.96% | 0.3% | - |
| HSV(B) | 273.52º | 0.98% | 0.58% | - |
| XYZ | 9.03 | 4.09 | 28.33 | - |
| YUV | 43.75 | 186.84 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 3 | 148 | 0.43 | 0.98 | 0 | 0.42 | 273.52 | 0.96 | 0.3 |
| Hex | 54 | 3 | 94 | 2B | 62 | 0 | 2A | 112 | 60 | 1E |
| Octal | 124 | 3 | 224 | 53 | 142 | 0 | 52 | 422 | 140 | 36 |
| Binary | 1010100 | 11 | 10010100 | 101011 | 1100010 | 0 | 101010 | 100010010 | 1100000 | 11110 |
Color Harmonies of #540394
Complementary color
Monochromatic Colors of #540394
Black with #540394
Text Example
Text Example
White with #540394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540394; }
p { color: rgb(84,3,148); }
H1.HeaderClassName
{
color: #540394;
}
.AnyTagClassName
{
color: #540394;
}
</style>
background-color css
<style>
a { background-color: #540394; }
a { background-color: rgb(84,3,148); }
div.DivClassName
{
background-color: #540394;
}
.BgClassName
{
background-color: #540394;
}
</style>
border-color css
<style>
span { border-color: #540394; }
span { border-color: rgb(84,3,148); }
td.TdClassName
{
border-color: #540394;
}
.TagClassName
{
border-color: #540394;
}
</style>