Shades of Indigo #541585
Tints of Indigo #541585
RGB
CMYK
RGB Variations
Color information
#541585 (or 0x541585) is known color: Indigo. HEX triplet: 54, 15 and 85. RGB value is (84,21,133). Sum of RGB (Red+Green+Blue) = 84+21+133=238 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.29% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 133 (52.34% from 255 or 55.88% from 238); Max value from RGB is 133 - color contains mainly: blue. Hex color #541585 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541585 is #ABEA7A. Grayscale: #343434. Windows color (decimal): -11266683 or 8721748. OLE color: 8721748.
HSL color Cylindrical-coordinate representation of color #541585: hue angle of 273.75º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #541585 is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 84 | 21 | 133 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.48 |
| HSL | 273.75º | 0.73% | 0.3% | - |
| HSV(B) | 273.75º | 0.84% | 0.52% | - |
| XYZ | 8.16 | 4.11 | 22.55 | - |
| YUV | 52.61 | 173.37 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 21 | 133 | 0.37 | 0.84 | 0 | 0.48 | 273.75 | 0.73 | 0.3 |
| Hex | 54 | 15 | 85 | 25 | 54 | 0 | 30 | 112 | 49 | 1E |
| Octal | 124 | 25 | 205 | 45 | 124 | 0 | 60 | 422 | 111 | 36 |
| Binary | 1010100 | 10101 | 10000101 | 100101 | 1010100 | 0 | 110000 | 100010010 | 1001001 | 11110 |
Color Harmonies of #541585
Complementary color
Monochromatic Colors of #541585
Black with #541585
Text Example
Text Example
White with #541585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541585; }
p { color: rgb(84,21,133); }
H1.HeaderClassName
{
color: #541585;
}
.AnyTagClassName
{
color: #541585;
}
</style>
background-color css
<style>
a { background-color: #541585; }
a { background-color: rgb(84,21,133); }
div.DivClassName
{
background-color: #541585;
}
.BgClassName
{
background-color: #541585;
}
</style>
border-color css
<style>
span { border-color: #541585; }
span { border-color: rgb(84,21,133); }
td.TdClassName
{
border-color: #541585;
}
.TagClassName
{
border-color: #541585;
}
</style>