Shades of Indigo #540868
Tints of Indigo #540868
RGB
CMYK
RGB Variations
Color information
#540868 (or 0x540868) is known color: Indigo. HEX triplet: 54, 08 and 68. RGB value is (84,8,104). Sum of RGB (Red+Green+Blue) = 84+8+104=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 104 (41.02% from 255 or 53.06% from 196); Max value from RGB is 104 - color contains mainly: blue. Hex color #540868 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540868 is #ABF797. Grayscale: #292929. Windows color (decimal): -11270040 or 6817876. OLE color: 6817876.
HSL color Cylindrical-coordinate representation of color #540868: hue angle of 287.5º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #540868 is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 84 | 8 | 104 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.59 |
| HSL | 287.5º | 0.86% | 0.22% | - |
| HSV(B) | 287.5º | 0.92% | 0.41% | - |
| XYZ | 6.24 | 3.06 | 13.36 | - |
| YUV | 41.67 | 163.18 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 8 | 104 | 0.19 | 0.92 | 0 | 0.59 | 287.5 | 0.86 | 0.22 |
| Hex | 54 | 8 | 68 | 13 | 5C | 0 | 3B | 120 | 56 | 16 |
| Octal | 124 | 10 | 150 | 23 | 134 | 0 | 73 | 440 | 126 | 26 |
| Binary | 1010100 | 1000 | 1101000 | 10011 | 1011100 | 0 | 111011 | 100100000 | 1010110 | 10110 |
Color Harmonies of #540868
Complementary color
Monochromatic Colors of #540868
Black with #540868
Text Example
Text Example
White with #540868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540868; }
p { color: rgb(84,8,104); }
H1.HeaderClassName
{
color: #540868;
}
.AnyTagClassName
{
color: #540868;
}
</style>
background-color css
<style>
a { background-color: #540868; }
a { background-color: rgb(84,8,104); }
div.DivClassName
{
background-color: #540868;
}
.BgClassName
{
background-color: #540868;
}
</style>
border-color css
<style>
span { border-color: #540868; }
span { border-color: rgb(84,8,104); }
td.TdClassName
{
border-color: #540868;
}
.TagClassName
{
border-color: #540868;
}
</style>