Shades of Indigo #540765
Tints of Indigo #540765
RGB
CMYK
RGB Variations
Color information
#540765 (or 0x540765) is known color: Indigo. HEX triplet: 54, 07 and 65. RGB value is (84,7,101). Sum of RGB (Red+Green+Blue) = 84+7+101=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 7 (3.12% from 255 or 3.65% from 192); Blue value is 101 (39.84% from 255 or 52.60% from 192); Max value from RGB is 101 - color contains mainly: blue. Hex color #540765 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540765 is #ABF89A. Grayscale: #282828. Windows color (decimal): -11270299 or 6621012. OLE color: 6621012.
HSL color Cylindrical-coordinate representation of color #540765: hue angle of 289.15º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540765 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 84 | 7 | 101 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.60 |
| HSL | 289.15º | 0.87% | 0.21% | - |
| HSV(B) | 289.15º | 0.93% | 0.4% | - |
| XYZ | 6.08 | 2.98 | 12.57 | - |
| YUV | 40.74 | 162.01 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 7 | 101 | 0.17 | 0.93 | 0 | 0.60 | 289.15 | 0.87 | 0.21 |
| Hex | 54 | 7 | 65 | 11 | 5D | 0 | 3C | 121 | 57 | 15 |
| Octal | 124 | 7 | 145 | 21 | 135 | 0 | 74 | 441 | 127 | 25 |
| Binary | 1010100 | 111 | 1100101 | 10001 | 1011101 | 0 | 111100 | 100100001 | 1010111 | 10101 |
Color Harmonies of #540765
Complementary color
Monochromatic Colors of #540765
Black with #540765
Text Example
Text Example
White with #540765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540765; }
p { color: rgb(84,7,101); }
H1.HeaderClassName
{
color: #540765;
}
.AnyTagClassName
{
color: #540765;
}
</style>
background-color css
<style>
a { background-color: #540765; }
a { background-color: rgb(84,7,101); }
div.DivClassName
{
background-color: #540765;
}
.BgClassName
{
background-color: #540765;
}
</style>
border-color css
<style>
span { border-color: #540765; }
span { border-color: rgb(84,7,101); }
td.TdClassName
{
border-color: #540765;
}
.TagClassName
{
border-color: #540765;
}
</style>