Shades of Indigo #540595
Tints of Indigo #540595
RGB
CMYK
RGB Variations
Color information
#540595 (or 0x540595) is known color: Indigo. HEX triplet: 54, 05 and 95. RGB value is (84,5,149). Sum of RGB (Red+Green+Blue) = 84+5+149=238 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.29% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 149 (58.59% from 255 or 62.61% from 238); Max value from RGB is 149 - color contains mainly: blue. Hex color #540595 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540595 is #ABFA6A. Grayscale: #2C2C2C. Windows color (decimal): -11270763 or 9766228. OLE color: 9766228.
HSL color Cylindrical-coordinate representation of color #540595: hue angle of 272.92º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #540595 is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 5 | 149 | - |
| CMYK | 0.44 | 0.97 | 0 | 0.42 |
| HSL | 272.92º | 0.94% | 0.3% | - |
| HSV(B) | 272.92º | 0.97% | 0.58% | - |
| XYZ | 9.14 | 4.16 | 28.76 | - |
| YUV | 45.04 | 186.67 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 5 | 149 | 0.44 | 0.97 | 0 | 0.42 | 272.92 | 0.94 | 0.3 |
| Hex | 54 | 5 | 95 | 2C | 61 | 0 | 2A | 111 | 5E | 1E |
| Octal | 124 | 5 | 225 | 54 | 141 | 0 | 52 | 421 | 136 | 36 |
| Binary | 1010100 | 101 | 10010101 | 101100 | 1100001 | 0 | 101010 | 100010001 | 1011110 | 11110 |
Color Harmonies of #540595
Complementary color
Monochromatic Colors of #540595
Black with #540595
Text Example
Text Example
White with #540595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540595; }
p { color: rgb(84,5,149); }
H1.HeaderClassName
{
color: #540595;
}
.AnyTagClassName
{
color: #540595;
}
</style>
background-color css
<style>
a { background-color: #540595; }
a { background-color: rgb(84,5,149); }
div.DivClassName
{
background-color: #540595;
}
.BgClassName
{
background-color: #540595;
}
</style>
border-color css
<style>
span { border-color: #540595; }
span { border-color: rgb(84,5,149); }
td.TdClassName
{
border-color: #540595;
}
.TagClassName
{
border-color: #540595;
}
</style>