Shades of Indigo #540294
Tints of Indigo #540294
RGB
CMYK
RGB Variations
Color information
#540294 (or 0x540294) is known color: Indigo. HEX triplet: 54, 02 and 94. RGB value is (84,2,148). Sum of RGB (Red+Green+Blue) = 84+2+148=234 (30% of max value = 765). Red value is 84 (33.20% from 255 or 35.90% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 148 (58.20% from 255 or 63.25% from 234); Max value from RGB is 148 - color contains mainly: blue. Hex color #540294 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540294 is #ABFD6B. Grayscale: #2A2A2A. Windows color (decimal): -11271532 or 9699924. OLE color: 9699924.
HSL color Cylindrical-coordinate representation of color #540294: hue angle of 273.7º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #540294 is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 2 | 148 | - |
| CMYK | 0.43 | 0.99 | 0 | 0.42 |
| HSL | 273.7º | 0.97% | 0.29% | - |
| HSV(B) | 273.7º | 0.99% | 0.58% | - |
| XYZ | 9.02 | 4.07 | 28.33 | - |
| YUV | 43.16 | 187.17 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 2 | 148 | 0.43 | 0.99 | 0 | 0.42 | 273.7 | 0.97 | 0.29 |
| Hex | 54 | 2 | 94 | 2B | 63 | 0 | 2A | 112 | 61 | 1D |
| Octal | 124 | 2 | 224 | 53 | 143 | 0 | 52 | 422 | 141 | 35 |
| Binary | 1010100 | 10 | 10010100 | 101011 | 1100011 | 0 | 101010 | 100010010 | 1100001 | 11101 |
Color Harmonies of #540294
Complementary color
Monochromatic Colors of #540294
Black with #540294
Text Example
Text Example
White with #540294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540294; }
p { color: rgb(84,2,148); }
H1.HeaderClassName
{
color: #540294;
}
.AnyTagClassName
{
color: #540294;
}
</style>
background-color css
<style>
a { background-color: #540294; }
a { background-color: rgb(84,2,148); }
div.DivClassName
{
background-color: #540294;
}
.BgClassName
{
background-color: #540294;
}
</style>
border-color css
<style>
span { border-color: #540294; }
span { border-color: rgb(84,2,148); }
td.TdClassName
{
border-color: #540294;
}
.TagClassName
{
border-color: #540294;
}
</style>