Shades of Indigo #540180
Tints of Indigo #540180
RGB
CMYK
RGB Variations
Color information
#540180 (or 0x540180) is known color: Indigo. HEX triplet: 54, 01 and 80. RGB value is (84,1,128). Sum of RGB (Red+Green+Blue) = 84+1+128=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 128 (50.39% from 255 or 60.09% from 213); Max value from RGB is 128 - color contains mainly: blue. Hex color #540180 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540180 is #ABFE7F. Grayscale: #272727. Windows color (decimal): -11271808 or 8388948. OLE color: 8388948.
HSL color Cylindrical-coordinate representation of color #540180: hue angle of 279.21º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #540180 is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 84 | 1 | 128 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.50 |
| HSL | 279.21º | 0.98% | 0.25% | - |
| HSV(B) | 279.21º | 0.99% | 0.5% | - |
| XYZ | 7.56 | 3.47 | 20.69 | - |
| YUV | 40.3 | 177.5 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 1 | 128 | 0.34 | 0.99 | 0 | 0.50 | 279.21 | 0.98 | 0.25 |
| Hex | 54 | 1 | 80 | 22 | 63 | 0 | 32 | 117 | 62 | 19 |
| Octal | 124 | 1 | 200 | 42 | 143 | 0 | 62 | 427 | 142 | 31 |
| Binary | 1010100 | 1 | 10000000 | 100010 | 1100011 | 0 | 110010 | 100010111 | 1100010 | 11001 |
Color Harmonies of #540180
Complementary color
Monochromatic Colors of #540180
Black with #540180
Text Example
Text Example
White with #540180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540180; }
p { color: rgb(84,1,128); }
H1.HeaderClassName
{
color: #540180;
}
.AnyTagClassName
{
color: #540180;
}
</style>
background-color css
<style>
a { background-color: #540180; }
a { background-color: rgb(84,1,128); }
div.DivClassName
{
background-color: #540180;
}
.BgClassName
{
background-color: #540180;
}
</style>
border-color css
<style>
span { border-color: #540180; }
span { border-color: rgb(84,1,128); }
td.TdClassName
{
border-color: #540180;
}
.TagClassName
{
border-color: #540180;
}
</style>