Shades of Indigo #540062
Tints of Indigo #540062
RGB
CMYK
RGB Variations
Color information
#540062 (or 0x540062) is known color: Indigo. HEX triplet: 54, 00 and 62. RGB value is (84,0,98). Sum of RGB (Red+Green+Blue) = 84+0+98=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 98 (38.67% from 255 or 53.85% from 182); Max value from RGB is 98 - color contains mainly: blue. Hex color #540062 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540062 is #ABFF9D. Grayscale: #232323. Windows color (decimal): -11272094 or 6422612. OLE color: 6422612.
HSL color Cylindrical-coordinate representation of color #540062: hue angle of 291.43º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #540062 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 0 | 98 | - |
| CMYK | 0.14 | 1 | 0 | 0.62 |
| HSL | 291.43º | 1% | 0.19% | - |
| HSV(B) | 291.43º | 1% | 0.38% | - |
| XYZ | 5.86 | 2.77 | 11.78 | - |
| YUV | 36.29 | 162.83 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 0 | 98 | 0.14 | 1 | 0 | 0.62 | 291.43 | 1 | 0.19 |
| Hex | 54 | 0 | 62 | E | 64 | 0 | 3E | 123 | 64 | 13 |
| Octal | 124 | 0 | 142 | 16 | 144 | 0 | 76 | 443 | 144 | 23 |
| Binary | 1010100 | 0 | 1100010 | 1110 | 1100100 | 0 | 111110 | 100100011 | 1100100 | 10011 |
Color Harmonies of #540062
Complementary color
Monochromatic Colors of #540062
Black with #540062
Text Example
Text Example
White with #540062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540062; }
p { color: rgb(84,0,98); }
H1.HeaderClassName
{
color: #540062;
}
.AnyTagClassName
{
color: #540062;
}
</style>
background-color css
<style>
a { background-color: #540062; }
a { background-color: rgb(84,0,98); }
div.DivClassName
{
background-color: #540062;
}
.BgClassName
{
background-color: #540062;
}
</style>
border-color css
<style>
span { border-color: #540062; }
span { border-color: rgb(84,0,98); }
td.TdClassName
{
border-color: #540062;
}
.TagClassName
{
border-color: #540062;
}
</style>