Shades of Indigo #541777
Tints of Indigo #541777
RGB
CMYK
RGB Variations
Color information
#541777 (or 0x541777) is known color: Indigo. HEX triplet: 54, 17 and 77. RGB value is (84,23,119). Sum of RGB (Red+Green+Blue) = 84+23+119=226 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.17% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #541777 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541777 is #ABE888. Grayscale: #333333. Windows color (decimal): -11266185 or 7804756. OLE color: 7804756.
HSL color Cylindrical-coordinate representation of color #541777: hue angle of 278.12º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #541777 is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 84 | 23 | 119 | - |
| CMYK | 0.29 | 0.81 | 0 | 0.53 |
| HSL | 278.13º | 0.68% | 0.28% | - |
| HSV(B) | 278.13º | 0.81% | 0.47% | - |
| XYZ | 7.29 | 3.83 | 17.81 | - |
| YUV | 52.18 | 165.71 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 23 | 119 | 0.29 | 0.81 | 0 | 0.53 | 278.13 | 0.68 | 0.28 |
| Hex | 54 | 17 | 77 | 1D | 51 | 0 | 35 | 116 | 44 | 1C |
| Octal | 124 | 27 | 167 | 35 | 121 | 0 | 65 | 426 | 104 | 34 |
| Binary | 1010100 | 10111 | 1110111 | 11101 | 1010001 | 0 | 110101 | 100010110 | 1000100 | 11100 |
Color Harmonies of #541777
Complementary color
Monochromatic Colors of #541777
Black with #541777
Text Example
Text Example
White with #541777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541777; }
p { color: rgb(84,23,119); }
H1.HeaderClassName
{
color: #541777;
}
.AnyTagClassName
{
color: #541777;
}
</style>
background-color css
<style>
a { background-color: #541777; }
a { background-color: rgb(84,23,119); }
div.DivClassName
{
background-color: #541777;
}
.BgClassName
{
background-color: #541777;
}
</style>
border-color css
<style>
span { border-color: #541777; }
span { border-color: rgb(84,23,119); }
td.TdClassName
{
border-color: #541777;
}
.TagClassName
{
border-color: #541777;
}
</style>