Shades of Indigo #540663
Tints of Indigo #540663
RGB
CMYK
RGB Variations
Color information
#540663 (or 0x540663) is known color: Indigo. HEX triplet: 54, 06 and 63. RGB value is (84,6,99). Sum of RGB (Red+Green+Blue) = 84+6+99=189 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.44% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 99 (39.06% from 255 or 52.38% from 189); Max value from RGB is 99 - color contains mainly: blue. Hex color #540663 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540663 is #ABF99C. Grayscale: #272727. Windows color (decimal): -11270557 or 6489684. OLE color: 6489684.
HSL color Cylindrical-coordinate representation of color #540663: hue angle of 290.32º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540663 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 84 | 6 | 99 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.61 |
| HSL | 290.32º | 0.89% | 0.21% | - |
| HSV(B) | 290.32º | 0.94% | 0.39% | - |
| XYZ | 5.97 | 2.92 | 12.05 | - |
| YUV | 39.92 | 161.34 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 6 | 99 | 0.15 | 0.94 | 0 | 0.61 | 290.32 | 0.89 | 0.21 |
| Hex | 54 | 6 | 63 | F | 5E | 0 | 3D | 122 | 59 | 15 |
| Octal | 124 | 6 | 143 | 17 | 136 | 0 | 75 | 442 | 131 | 25 |
| Binary | 1010100 | 110 | 1100011 | 1111 | 1011110 | 0 | 111101 | 100100010 | 1011001 | 10101 |
Color Harmonies of #540663
Complementary color
Monochromatic Colors of #540663
Black with #540663
Text Example
Text Example
White with #540663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540663; }
p { color: rgb(84,6,99); }
H1.HeaderClassName
{
color: #540663;
}
.AnyTagClassName
{
color: #540663;
}
</style>
background-color css
<style>
a { background-color: #540663; }
a { background-color: rgb(84,6,99); }
div.DivClassName
{
background-color: #540663;
}
.BgClassName
{
background-color: #540663;
}
</style>
border-color css
<style>
span { border-color: #540663; }
span { border-color: rgb(84,6,99); }
td.TdClassName
{
border-color: #540663;
}
.TagClassName
{
border-color: #540663;
}
</style>