Shades of Indigo #540686
Tints of Indigo #540686
RGB
CMYK
RGB Variations
Color information
#540686 (or 0x540686) is known color: Indigo. HEX triplet: 54, 06 and 86. RGB value is (84,6,134). Sum of RGB (Red+Green+Blue) = 84+6+134=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 134 (52.73% from 255 or 59.82% from 224); Max value from RGB is 134 - color contains mainly: blue. Hex color #540686 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540686 is #ABF979. Grayscale: #2B2B2B. Windows color (decimal): -11270522 or 8783444. OLE color: 8783444.
HSL color Cylindrical-coordinate representation of color #540686: hue angle of 276.56º degrees, saturation: 0.91, 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 #540686 is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 6 | 134 | - |
| CMYK | 0.37 | 0.96 | 0 | 0.47 |
| HSL | 276.56º | 0.91% | 0.27% | - |
| HSV(B) | 276.56º | 0.96% | 0.53% | - |
| XYZ | 8.02 | 3.74 | 22.85 | - |
| YUV | 43.91 | 178.84 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 6 | 134 | 0.37 | 0.96 | 0 | 0.47 | 276.56 | 0.91 | 0.27 |
| Hex | 54 | 6 | 86 | 25 | 60 | 0 | 2F | 115 | 5B | 1B |
| Octal | 124 | 6 | 206 | 45 | 140 | 0 | 57 | 425 | 133 | 33 |
| Binary | 1010100 | 110 | 10000110 | 100101 | 1100000 | 0 | 101111 | 100010101 | 1011011 | 11011 |
Color Harmonies of #540686
Complementary color
Monochromatic Colors of #540686
Black with #540686
Text Example
Text Example
White with #540686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540686; }
p { color: rgb(84,6,134); }
H1.HeaderClassName
{
color: #540686;
}
.AnyTagClassName
{
color: #540686;
}
</style>
background-color css
<style>
a { background-color: #540686; }
a { background-color: rgb(84,6,134); }
div.DivClassName
{
background-color: #540686;
}
.BgClassName
{
background-color: #540686;
}
</style>
border-color css
<style>
span { border-color: #540686; }
span { border-color: rgb(84,6,134); }
td.TdClassName
{
border-color: #540686;
}
.TagClassName
{
border-color: #540686;
}
</style>