Shades of Indigo #540784
Tints of Indigo #540784
RGB
CMYK
RGB Variations
Color information
#540784 (or 0x540784) is known color: Indigo. HEX triplet: 54, 07 and 84. RGB value is (84,7,132). Sum of RGB (Red+Green+Blue) = 84+7+132=223 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.67% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 132 (51.95% from 255 or 59.19% from 223); Max value from RGB is 132 - color contains mainly: blue. Hex color #540784 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540784 is #ABF87B. Grayscale: #2B2B2B. Windows color (decimal): -11270268 or 8652628. OLE color: 8652628.
HSL color Cylindrical-coordinate representation of color #540784: hue angle of 276.96º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540784 is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 84 | 7 | 132 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.48 |
| HSL | 276.96º | 0.9% | 0.27% | - |
| HSV(B) | 276.96º | 0.95% | 0.52% | - |
| XYZ | 7.9 | 3.7 | 22.13 | - |
| YUV | 44.27 | 177.51 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 7 | 132 | 0.36 | 0.95 | 0 | 0.48 | 276.96 | 0.9 | 0.27 |
| Hex | 54 | 7 | 84 | 24 | 5F | 0 | 30 | 115 | 5A | 1B |
| Octal | 124 | 7 | 204 | 44 | 137 | 0 | 60 | 425 | 132 | 33 |
| Binary | 1010100 | 111 | 10000100 | 100100 | 1011111 | 0 | 110000 | 100010101 | 1011010 | 11011 |
Color Harmonies of #540784
Complementary color
Monochromatic Colors of #540784
Black with #540784
Text Example
Text Example
White with #540784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540784; }
p { color: rgb(84,7,132); }
H1.HeaderClassName
{
color: #540784;
}
.AnyTagClassName
{
color: #540784;
}
</style>
background-color css
<style>
a { background-color: #540784; }
a { background-color: rgb(84,7,132); }
div.DivClassName
{
background-color: #540784;
}
.BgClassName
{
background-color: #540784;
}
</style>
border-color css
<style>
span { border-color: #540784; }
span { border-color: rgb(84,7,132); }
td.TdClassName
{
border-color: #540784;
}
.TagClassName
{
border-color: #540784;
}
</style>