Shades of Indigo #541876
Tints of Indigo #541876
RGB
CMYK
RGB Variations
Color information
#541876 (or 0x541876) is known color: Indigo. HEX triplet: 54, 18 and 76. RGB value is (84,24,118). Sum of RGB (Red+Green+Blue) = 84+24+118=226 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.17% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #541876 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541876 is #ABE789. Grayscale: #343434. Windows color (decimal): -11265930 or 7739476. OLE color: 7739476.
HSL color Cylindrical-coordinate representation of color #541876: hue angle of 278.3º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #541876 is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 84 | 24 | 118 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.54 |
| HSL | 278.3º | 0.66% | 0.28% | - |
| HSV(B) | 278.3º | 0.8% | 0.46% | - |
| XYZ | 7.25 | 3.85 | 17.5 | - |
| YUV | 52.66 | 164.88 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 24 | 118 | 0.29 | 0.80 | 0 | 0.54 | 278.3 | 0.66 | 0.28 |
| Hex | 54 | 18 | 76 | 1D | 50 | 0 | 36 | 116 | 42 | 1C |
| Octal | 124 | 30 | 166 | 35 | 120 | 0 | 66 | 426 | 102 | 34 |
| Binary | 1010100 | 11000 | 1110110 | 11101 | 1010000 | 0 | 110110 | 100010110 | 1000010 | 11100 |
Color Harmonies of #541876
Complementary color
Monochromatic Colors of #541876
Black with #541876
Text Example
Text Example
White with #541876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541876; }
p { color: rgb(84,24,118); }
H1.HeaderClassName
{
color: #541876;
}
.AnyTagClassName
{
color: #541876;
}
</style>
background-color css
<style>
a { background-color: #541876; }
a { background-color: rgb(84,24,118); }
div.DivClassName
{
background-color: #541876;
}
.BgClassName
{
background-color: #541876;
}
</style>
border-color css
<style>
span { border-color: #541876; }
span { border-color: rgb(84,24,118); }
td.TdClassName
{
border-color: #541876;
}
.TagClassName
{
border-color: #541876;
}
</style>