Shades of Indigo #540192
Tints of Indigo #540192
RGB
CMYK
RGB Variations
Color information
#540192 (or 0x540192) is known color: Indigo. HEX triplet: 54, 01 and 92. RGB value is (84,1,146). Sum of RGB (Red+Green+Blue) = 84+1+146=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 146 (57.42% from 255 or 63.20% from 231); Max value from RGB is 146 - color contains mainly: blue. Hex color #540192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540192 is #ABFE6D. Grayscale: #292929. Windows color (decimal): -11271790 or 9568596. OLE color: 9568596.
HSL color Cylindrical-coordinate representation of color #540192: hue angle of 274.34º degrees, saturation: 0.99, 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 #540192 is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 84 | 1 | 146 | - |
| CMYK | 0.42 | 0.99 | 0 | 0.43 |
| HSL | 274.34º | 0.99% | 0.29% | - |
| HSV(B) | 274.34º | 0.99% | 0.57% | - |
| XYZ | 8.86 | 3.98 | 27.5 | - |
| YUV | 42.35 | 186.5 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 1 | 146 | 0.42 | 0.99 | 0 | 0.43 | 274.34 | 0.99 | 0.29 |
| Hex | 54 | 1 | 92 | 2A | 63 | 0 | 2B | 112 | 63 | 1D |
| Octal | 124 | 1 | 222 | 52 | 143 | 0 | 53 | 422 | 143 | 35 |
| Binary | 1010100 | 1 | 10010010 | 101010 | 1100011 | 0 | 101011 | 100010010 | 1100011 | 11101 |
Color Harmonies of #540192
Complementary color
Monochromatic Colors of #540192
Black with #540192
Text Example
Text Example
White with #540192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540192; }
p { color: rgb(84,1,146); }
H1.HeaderClassName
{
color: #540192;
}
.AnyTagClassName
{
color: #540192;
}
</style>
background-color css
<style>
a { background-color: #540192; }
a { background-color: rgb(84,1,146); }
div.DivClassName
{
background-color: #540192;
}
.BgClassName
{
background-color: #540192;
}
</style>
border-color css
<style>
span { border-color: #540192; }
span { border-color: rgb(84,1,146); }
td.TdClassName
{
border-color: #540192;
}
.TagClassName
{
border-color: #540192;
}
</style>