Shades of Indigo #540292
Tints of Indigo #540292
RGB
CMYK
RGB Variations
Color information
#540292 (or 0x540292) is known color: Indigo. HEX triplet: 54, 02 and 92. RGB value is (84,2,146). Sum of RGB (Red+Green+Blue) = 84+2+146=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 146 (57.42% from 255 or 62.93% from 232); Max value from RGB is 146 - color contains mainly: blue. Hex color #540292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540292 is #ABFD6D. Grayscale: #2A2A2A. Windows color (decimal): -11271534 or 9568852. OLE color: 9568852.
HSL color Cylindrical-coordinate representation of color #540292: hue angle of 274.17º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #540292 is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 84 | 2 | 146 | - |
| CMYK | 0.42 | 0.99 | 0 | 0.43 |
| HSL | 274.17º | 0.97% | 0.29% | - |
| HSV(B) | 274.17º | 0.99% | 0.57% | - |
| XYZ | 8.87 | 4 | 27.5 | - |
| YUV | 42.93 | 186.17 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 2 | 146 | 0.42 | 0.99 | 0 | 0.43 | 274.17 | 0.97 | 0.29 |
| Hex | 54 | 2 | 92 | 2A | 63 | 0 | 2B | 112 | 61 | 1D |
| Octal | 124 | 2 | 222 | 52 | 143 | 0 | 53 | 422 | 141 | 35 |
| Binary | 1010100 | 10 | 10010010 | 101010 | 1100011 | 0 | 101011 | 100010010 | 1100001 | 11101 |
Color Harmonies of #540292
Complementary color
Monochromatic Colors of #540292
Black with #540292
Text Example
Text Example
White with #540292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540292; }
p { color: rgb(84,2,146); }
H1.HeaderClassName
{
color: #540292;
}
.AnyTagClassName
{
color: #540292;
}
</style>
background-color css
<style>
a { background-color: #540292; }
a { background-color: rgb(84,2,146); }
div.DivClassName
{
background-color: #540292;
}
.BgClassName
{
background-color: #540292;
}
</style>
border-color css
<style>
span { border-color: #540292; }
span { border-color: rgb(84,2,146); }
td.TdClassName
{
border-color: #540292;
}
.TagClassName
{
border-color: #540292;
}
</style>