Shades of Indigo #540384
Tints of Indigo #540384
RGB
CMYK
RGB Variations
Color information
#540384 (or 0x540384) is known color: Indigo. HEX triplet: 54, 03 and 84. RGB value is (84,3,132). Sum of RGB (Red+Green+Blue) = 84+3+132=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 132 (51.95% from 255 or 60.27% from 219); Max value from RGB is 132 - color contains mainly: blue. Hex color #540384 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540384 is #ABFC7B. Grayscale: #292929. Windows color (decimal): -11271292 or 8651604. OLE color: 8651604.
HSL color Cylindrical-coordinate representation of color #540384: hue angle of 277.67º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #540384 is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 84 | 3 | 132 | - |
| CMYK | 0.36 | 0.98 | 0 | 0.48 |
| HSL | 277.67º | 0.96% | 0.26% | - |
| HSV(B) | 277.67º | 0.98% | 0.52% | - |
| XYZ | 7.85 | 3.62 | 22.11 | - |
| YUV | 41.93 | 178.84 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 3 | 132 | 0.36 | 0.98 | 0 | 0.48 | 277.67 | 0.96 | 0.26 |
| Hex | 54 | 3 | 84 | 24 | 62 | 0 | 30 | 116 | 60 | 1A |
| Octal | 124 | 3 | 204 | 44 | 142 | 0 | 60 | 426 | 140 | 32 |
| Binary | 1010100 | 11 | 10000100 | 100100 | 1100010 | 0 | 110000 | 100010110 | 1100000 | 11010 |
Color Harmonies of #540384
Complementary color
Monochromatic Colors of #540384
Black with #540384
Text Example
Text Example
White with #540384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540384; }
p { color: rgb(84,3,132); }
H1.HeaderClassName
{
color: #540384;
}
.AnyTagClassName
{
color: #540384;
}
</style>
background-color css
<style>
a { background-color: #540384; }
a { background-color: rgb(84,3,132); }
div.DivClassName
{
background-color: #540384;
}
.BgClassName
{
background-color: #540384;
}
</style>
border-color css
<style>
span { border-color: #540384; }
span { border-color: rgb(84,3,132); }
td.TdClassName
{
border-color: #540384;
}
.TagClassName
{
border-color: #540384;
}
</style>