Shades of Indigo #540768
Tints of Indigo #540768
RGB
CMYK
RGB Variations
Color information
#540768 (or 0x540768) is known color: Indigo. HEX triplet: 54, 07 and 68. RGB value is (84,7,104). Sum of RGB (Red+Green+Blue) = 84+7+104=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 104 (41.02% from 255 or 53.33% from 195); Max value from RGB is 104 - color contains mainly: blue. Hex color #540768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540768 is #ABF897. Grayscale: #282828. Windows color (decimal): -11270296 or 6817620. OLE color: 6817620.
HSL color Cylindrical-coordinate representation of color #540768: hue angle of 287.63º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540768 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 84 | 7 | 104 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.59 |
| HSL | 287.63º | 0.87% | 0.22% | - |
| HSV(B) | 287.63º | 0.93% | 0.41% | - |
| XYZ | 6.23 | 3.04 | 13.35 | - |
| YUV | 41.08 | 163.51 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 7 | 104 | 0.19 | 0.93 | 0 | 0.59 | 287.63 | 0.87 | 0.22 |
| Hex | 54 | 7 | 68 | 13 | 5D | 0 | 3B | 120 | 57 | 16 |
| Octal | 124 | 7 | 150 | 23 | 135 | 0 | 73 | 440 | 127 | 26 |
| Binary | 1010100 | 111 | 1101000 | 10011 | 1011101 | 0 | 111011 | 100100000 | 1010111 | 10110 |
Color Harmonies of #540768
Complementary color
Monochromatic Colors of #540768
Black with #540768
Text Example
Text Example
White with #540768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540768; }
p { color: rgb(84,7,104); }
H1.HeaderClassName
{
color: #540768;
}
.AnyTagClassName
{
color: #540768;
}
</style>
background-color css
<style>
a { background-color: #540768; }
a { background-color: rgb(84,7,104); }
div.DivClassName
{
background-color: #540768;
}
.BgClassName
{
background-color: #540768;
}
</style>
border-color css
<style>
span { border-color: #540768; }
span { border-color: rgb(84,7,104); }
td.TdClassName
{
border-color: #540768;
}
.TagClassName
{
border-color: #540768;
}
</style>