Shades of Indigo #540087
Tints of Indigo #540087
RGB
CMYK
RGB Variations
Color information
#540087 (or 0x540087) is known color: Indigo. HEX triplet: 54, 00 and 87. RGB value is (84,0,135). Sum of RGB (Red+Green+Blue) = 84+0+135=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 135 (53.12% from 255 or 61.64% from 219); Max value from RGB is 135 - color contains mainly: blue. Hex color #540087 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540087 is #ABFF78. Grayscale: #282828. Windows color (decimal): -11272057 or 8847444. OLE color: 8847444.
HSL color Cylindrical-coordinate representation of color #540087: hue angle of 277.33º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #540087 is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 0 | 135 | - |
| CMYK | 0.38 | 1 | 0 | 0.47 |
| HSL | 277.33º | 1% | 0.26% | - |
| HSV(B) | 277.33º | 1% | 0.53% | - |
| XYZ | 8.03 | 3.63 | 23.2 | - |
| YUV | 40.51 | 181.33 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 0 | 135 | 0.38 | 1 | 0 | 0.47 | 277.33 | 1 | 0.26 |
| Hex | 54 | 0 | 87 | 26 | 64 | 0 | 2F | 115 | 64 | 1A |
| Octal | 124 | 0 | 207 | 46 | 144 | 0 | 57 | 425 | 144 | 32 |
| Binary | 1010100 | 0 | 10000111 | 100110 | 1100100 | 0 | 101111 | 100010101 | 1100100 | 11010 |
Color Harmonies of #540087
Complementary color
Monochromatic Colors of #540087
Black with #540087
Text Example
Text Example
White with #540087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540087; }
p { color: rgb(84,0,135); }
H1.HeaderClassName
{
color: #540087;
}
.AnyTagClassName
{
color: #540087;
}
</style>
background-color css
<style>
a { background-color: #540087; }
a { background-color: rgb(84,0,135); }
div.DivClassName
{
background-color: #540087;
}
.BgClassName
{
background-color: #540087;
}
</style>
border-color css
<style>
span { border-color: #540087; }
span { border-color: rgb(84,0,135); }
td.TdClassName
{
border-color: #540087;
}
.TagClassName
{
border-color: #540087;
}
</style>