Shades of Indigo #540082
Tints of Indigo #540082
RGB
CMYK
RGB Variations
Color information
#540082 (or 0x540082) is known color: Indigo. HEX triplet: 54, 00 and 82. RGB value is (84,0,130). Sum of RGB (Red+Green+Blue) = 84+0+130=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 130 (51.17% from 255 or 60.75% from 214); Max value from RGB is 130 - color contains mainly: blue. Hex color #540082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540082 is #ABFF7D. Grayscale: #272727. Windows color (decimal): -11272062 or 8519764. OLE color: 8519764.
HSL color Cylindrical-coordinate representation of color #540082: hue angle of 278.77º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #540082 is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 0 | 130 | - |
| CMYK | 0.35 | 1 | 0 | 0.49 |
| HSL | 278.77º | 1% | 0.25% | - |
| HSV(B) | 278.77º | 1% | 0.51% | - |
| XYZ | 7.69 | 3.5 | 21.39 | - |
| YUV | 39.94 | 178.83 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 0 | 130 | 0.35 | 1 | 0 | 0.49 | 278.77 | 1 | 0.25 |
| Hex | 54 | 0 | 82 | 23 | 64 | 0 | 31 | 117 | 64 | 19 |
| Octal | 124 | 0 | 202 | 43 | 144 | 0 | 61 | 427 | 144 | 31 |
| Binary | 1010100 | 0 | 10000010 | 100011 | 1100100 | 0 | 110001 | 100010111 | 1100100 | 11001 |
Color Harmonies of #540082
Complementary color
Monochromatic Colors of #540082
Black with #540082
Text Example
Text Example
White with #540082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540082; }
p { color: rgb(84,0,130); }
H1.HeaderClassName
{
color: #540082;
}
.AnyTagClassName
{
color: #540082;
}
</style>
background-color css
<style>
a { background-color: #540082; }
a { background-color: rgb(84,0,130); }
div.DivClassName
{
background-color: #540082;
}
.BgClassName
{
background-color: #540082;
}
</style>
border-color css
<style>
span { border-color: #540082; }
span { border-color: rgb(84,0,130); }
td.TdClassName
{
border-color: #540082;
}
.TagClassName
{
border-color: #540082;
}
</style>