Shades of Indigo #540665
Tints of Indigo #540665
RGB
CMYK
RGB Variations
Color information
#540665 (or 0x540665) is known color: Indigo. HEX triplet: 54, 06 and 65. RGB value is (84,6,101). Sum of RGB (Red+Green+Blue) = 84+6+101=191 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.98% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 101 (39.84% from 255 or 52.88% from 191); Max value from RGB is 101 - color contains mainly: blue. Hex color #540665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540665 is #ABF99A. Grayscale: #272727. Windows color (decimal): -11270555 or 6620756. OLE color: 6620756.
HSL color Cylindrical-coordinate representation of color #540665: hue angle of 289.26º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540665 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 84 | 6 | 101 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.60 |
| HSL | 289.26º | 0.89% | 0.21% | - |
| HSV(B) | 289.26º | 0.94% | 0.4% | - |
| XYZ | 6.07 | 2.95 | 12.56 | - |
| YUV | 40.15 | 162.34 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 6 | 101 | 0.17 | 0.94 | 0 | 0.60 | 289.26 | 0.89 | 0.21 |
| Hex | 54 | 6 | 65 | 11 | 5E | 0 | 3C | 121 | 59 | 15 |
| Octal | 124 | 6 | 145 | 21 | 136 | 0 | 74 | 441 | 131 | 25 |
| Binary | 1010100 | 110 | 1100101 | 10001 | 1011110 | 0 | 111100 | 100100001 | 1011001 | 10101 |
Color Harmonies of #540665
Complementary color
Monochromatic Colors of #540665
Black with #540665
Text Example
Text Example
White with #540665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540665; }
p { color: rgb(84,6,101); }
H1.HeaderClassName
{
color: #540665;
}
.AnyTagClassName
{
color: #540665;
}
</style>
background-color css
<style>
a { background-color: #540665; }
a { background-color: rgb(84,6,101); }
div.DivClassName
{
background-color: #540665;
}
.BgClassName
{
background-color: #540665;
}
</style>
border-color css
<style>
span { border-color: #540665; }
span { border-color: rgb(84,6,101); }
td.TdClassName
{
border-color: #540665;
}
.TagClassName
{
border-color: #540665;
}
</style>