Shades of Indigo #540592
Tints of Indigo #540592
RGB
CMYK
RGB Variations
Color information
#540592 (or 0x540592) is known color: Indigo. HEX triplet: 54, 05 and 92. RGB value is (84,5,146). Sum of RGB (Red+Green+Blue) = 84+5+146=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 146 (57.42% from 255 or 62.13% from 235); Max value from RGB is 146 - color contains mainly: blue. Hex color #540592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540592 is #ABFA6D. Grayscale: #2C2C2C. Windows color (decimal): -11270766 or 9569620. OLE color: 9569620.
HSL color Cylindrical-coordinate representation of color #540592: hue angle of 273.62º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #540592 is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 84 | 5 | 146 | - |
| CMYK | 0.42 | 0.97 | 0 | 0.43 |
| HSL | 273.62º | 0.93% | 0.3% | - |
| HSV(B) | 273.62º | 0.97% | 0.57% | - |
| XYZ | 8.9 | 4.07 | 27.51 | - |
| YUV | 44.7 | 185.17 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 5 | 146 | 0.42 | 0.97 | 0 | 0.43 | 273.62 | 0.93 | 0.3 |
| Hex | 54 | 5 | 92 | 2A | 61 | 0 | 2B | 112 | 5D | 1E |
| Octal | 124 | 5 | 222 | 52 | 141 | 0 | 53 | 422 | 135 | 36 |
| Binary | 1010100 | 101 | 10010010 | 101010 | 1100001 | 0 | 101011 | 100010010 | 1011101 | 11110 |
Color Harmonies of #540592
Complementary color
Monochromatic Colors of #540592
Black with #540592
Text Example
Text Example
White with #540592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540592; }
p { color: rgb(84,5,146); }
H1.HeaderClassName
{
color: #540592;
}
.AnyTagClassName
{
color: #540592;
}
</style>
background-color css
<style>
a { background-color: #540592; }
a { background-color: rgb(84,5,146); }
div.DivClassName
{
background-color: #540592;
}
.BgClassName
{
background-color: #540592;
}
</style>
border-color css
<style>
span { border-color: #540592; }
span { border-color: rgb(84,5,146); }
td.TdClassName
{
border-color: #540592;
}
.TagClassName
{
border-color: #540592;
}
</style>