Shades of Indigo #540587
Tints of Indigo #540587
RGB
CMYK
RGB Variations
Color information
#540587 (or 0x540587) is known color: Indigo. HEX triplet: 54, 05 and 87. RGB value is (84,5,135). Sum of RGB (Red+Green+Blue) = 84+5+135=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 135 (53.12% from 255 or 60.27% from 224); Max value from RGB is 135 - color contains mainly: blue. Hex color #540587 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540587 is #ABFA78. Grayscale: #2B2B2B. Windows color (decimal): -11270777 or 8848724. OLE color: 8848724.
HSL color Cylindrical-coordinate representation of color #540587: hue angle of 276.46º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #540587 is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 5 | 135 | - |
| CMYK | 0.38 | 0.96 | 0 | 0.47 |
| HSL | 276.46º | 0.93% | 0.27% | - |
| HSV(B) | 276.46º | 0.96% | 0.53% | - |
| XYZ | 8.08 | 3.74 | 23.22 | - |
| YUV | 43.44 | 179.67 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 5 | 135 | 0.38 | 0.96 | 0 | 0.47 | 276.46 | 0.93 | 0.27 |
| Hex | 54 | 5 | 87 | 26 | 60 | 0 | 2F | 114 | 5D | 1B |
| Octal | 124 | 5 | 207 | 46 | 140 | 0 | 57 | 424 | 135 | 33 |
| Binary | 1010100 | 101 | 10000111 | 100110 | 1100000 | 0 | 101111 | 100010100 | 1011101 | 11011 |
Color Harmonies of #540587
Complementary color
Monochromatic Colors of #540587
Black with #540587
Text Example
Text Example
White with #540587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540587; }
p { color: rgb(84,5,135); }
H1.HeaderClassName
{
color: #540587;
}
.AnyTagClassName
{
color: #540587;
}
</style>
background-color css
<style>
a { background-color: #540587; }
a { background-color: rgb(84,5,135); }
div.DivClassName
{
background-color: #540587;
}
.BgClassName
{
background-color: #540587;
}
</style>
border-color css
<style>
span { border-color: #540587; }
span { border-color: rgb(84,5,135); }
td.TdClassName
{
border-color: #540587;
}
.TagClassName
{
border-color: #540587;
}
</style>