Shades of Indigo #540870
Tints of Indigo #540870
RGB
CMYK
RGB Variations
Color information
#540870 (or 0x540870) is known color: Indigo. HEX triplet: 54, 08 and 70. RGB value is (84,8,112). Sum of RGB (Red+Green+Blue) = 84+8+112=204 (27% of max value = 765). Red value is 84 (33.20% from 255 or 41.18% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 112 (44.14% from 255 or 54.90% from 204); Max value from RGB is 112 - color contains mainly: blue. Hex color #540870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540870 is #ABF78F. Grayscale: #2A2A2A. Windows color (decimal): -11270032 or 7342164. OLE color: 7342164.
HSL color Cylindrical-coordinate representation of color #540870: hue angle of 283.85º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540870 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 8 | 112 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.56 |
| HSL | 283.85º | 0.87% | 0.24% | - |
| HSV(B) | 283.85º | 0.93% | 0.44% | - |
| XYZ | 6.67 | 3.23 | 15.6 | - |
| YUV | 42.58 | 167.18 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 8 | 112 | 0.25 | 0.93 | 0 | 0.56 | 283.85 | 0.87 | 0.24 |
| Hex | 54 | 8 | 70 | 19 | 5D | 0 | 38 | 11C | 57 | 18 |
| Octal | 124 | 10 | 160 | 31 | 135 | 0 | 70 | 434 | 127 | 30 |
| Binary | 1010100 | 1000 | 1110000 | 11001 | 1011101 | 0 | 111000 | 100011100 | 1010111 | 11000 |
Color Harmonies of #540870
Complementary color
Monochromatic Colors of #540870
Black with #540870
Text Example
Text Example
White with #540870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540870; }
p { color: rgb(84,8,112); }
H1.HeaderClassName
{
color: #540870;
}
.AnyTagClassName
{
color: #540870;
}
</style>
background-color css
<style>
a { background-color: #540870; }
a { background-color: rgb(84,8,112); }
div.DivClassName
{
background-color: #540870;
}
.BgClassName
{
background-color: #540870;
}
</style>
border-color css
<style>
span { border-color: #540870; }
span { border-color: rgb(84,8,112); }
td.TdClassName
{
border-color: #540870;
}
.TagClassName
{
border-color: #540870;
}
</style>