Shades of Indigo #540582
Tints of Indigo #540582
RGB
CMYK
RGB Variations
Color information
#540582 (or 0x540582) is known color: Indigo. HEX triplet: 54, 05 and 82. RGB value is (84,5,130). Sum of RGB (Red+Green+Blue) = 84+5+130=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 130 (51.17% from 255 or 59.36% from 219); Max value from RGB is 130 - color contains mainly: blue. Hex color #540582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540582 is #ABFA7D. Grayscale: #2A2A2A. Windows color (decimal): -11270782 or 8521044. OLE color: 8521044.
HSL color Cylindrical-coordinate representation of color #540582: hue angle of 277.92º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #540582 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 5 | 130 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.49 |
| HSL | 277.92º | 0.93% | 0.26% | - |
| HSV(B) | 277.92º | 0.96% | 0.51% | - |
| XYZ | 7.74 | 3.61 | 21.41 | - |
| YUV | 42.87 | 177.17 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 5 | 130 | 0.35 | 0.96 | 0 | 0.49 | 277.92 | 0.93 | 0.26 |
| Hex | 54 | 5 | 82 | 23 | 60 | 0 | 31 | 116 | 5D | 1A |
| Octal | 124 | 5 | 202 | 43 | 140 | 0 | 61 | 426 | 135 | 32 |
| Binary | 1010100 | 101 | 10000010 | 100011 | 1100000 | 0 | 110001 | 100010110 | 1011101 | 11010 |
Color Harmonies of #540582
Complementary color
Monochromatic Colors of #540582
Black with #540582
Text Example
Text Example
White with #540582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540582; }
p { color: rgb(84,5,130); }
H1.HeaderClassName
{
color: #540582;
}
.AnyTagClassName
{
color: #540582;
}
</style>
background-color css
<style>
a { background-color: #540582; }
a { background-color: rgb(84,5,130); }
div.DivClassName
{
background-color: #540582;
}
.BgClassName
{
background-color: #540582;
}
</style>
border-color css
<style>
span { border-color: #540582; }
span { border-color: rgb(84,5,130); }
td.TdClassName
{
border-color: #540582;
}
.TagClassName
{
border-color: #540582;
}
</style>