Shades of Indigo #540168
Tints of Indigo #540168
RGB
CMYK
RGB Variations
Color information
#540168 (or 0x540168) is known color: Indigo. HEX triplet: 54, 01 and 68. RGB value is (84,1,104). Sum of RGB (Red+Green+Blue) = 84+1+104=189 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.44% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 104 (41.02% from 255 or 55.03% from 189); Max value from RGB is 104 - color contains mainly: blue. Hex color #540168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540168 is #ABFE97. Grayscale: #252525. Windows color (decimal): -11271832 or 6816084. OLE color: 6816084.
HSL color Cylindrical-coordinate representation of color #540168: hue angle of 288.35º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #540168 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 84 | 1 | 104 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.59 |
| HSL | 288.35º | 0.98% | 0.21% | - |
| HSV(B) | 288.35º | 0.99% | 0.41% | - |
| XYZ | 6.17 | 2.91 | 13.33 | - |
| YUV | 37.56 | 165.5 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 1 | 104 | 0.19 | 0.99 | 0 | 0.59 | 288.35 | 0.98 | 0.21 |
| Hex | 54 | 1 | 68 | 13 | 63 | 0 | 3B | 120 | 62 | 15 |
| Octal | 124 | 1 | 150 | 23 | 143 | 0 | 73 | 440 | 142 | 25 |
| Binary | 1010100 | 1 | 1101000 | 10011 | 1100011 | 0 | 111011 | 100100000 | 1100010 | 10101 |
Color Harmonies of #540168
Complementary color
Monochromatic Colors of #540168
Black with #540168
Text Example
Text Example
White with #540168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540168; }
p { color: rgb(84,1,104); }
H1.HeaderClassName
{
color: #540168;
}
.AnyTagClassName
{
color: #540168;
}
</style>
background-color css
<style>
a { background-color: #540168; }
a { background-color: rgb(84,1,104); }
div.DivClassName
{
background-color: #540168;
}
.BgClassName
{
background-color: #540168;
}
</style>
border-color css
<style>
span { border-color: #540168; }
span { border-color: rgb(84,1,104); }
td.TdClassName
{
border-color: #540168;
}
.TagClassName
{
border-color: #540168;
}
</style>