Shades of Indigo #541285
Tints of Indigo #541285
RGB
CMYK
RGB Variations
Color information
#541285 (or 0x541285) is known color: Indigo. HEX triplet: 54, 12 and 85. RGB value is (84,18,133). Sum of RGB (Red+Green+Blue) = 84+18+133=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 133 (52.34% from 255 or 56.60% from 235); Max value from RGB is 133 - color contains mainly: blue. Hex color #541285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541285 is #ABED7A. Grayscale: #323232. Windows color (decimal): -11267451 or 8720980. OLE color: 8720980.
HSL color Cylindrical-coordinate representation of color #541285: hue angle of 274.43º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #541285 is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 84 | 18 | 133 | - |
| CMYK | 0.37 | 0.86 | 0 | 0.48 |
| HSL | 274.43º | 0.76% | 0.3% | - |
| HSV(B) | 274.43º | 0.86% | 0.52% | - |
| XYZ | 8.11 | 4.01 | 22.54 | - |
| YUV | 50.84 | 174.37 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 18 | 133 | 0.37 | 0.86 | 0 | 0.48 | 274.43 | 0.76 | 0.3 |
| Hex | 54 | 12 | 85 | 25 | 56 | 0 | 30 | 112 | 4C | 1E |
| Octal | 124 | 22 | 205 | 45 | 126 | 0 | 60 | 422 | 114 | 36 |
| Binary | 1010100 | 10010 | 10000101 | 100101 | 1010110 | 0 | 110000 | 100010010 | 1001100 | 11110 |
Color Harmonies of #541285
Complementary color
Monochromatic Colors of #541285
Black with #541285
Text Example
Text Example
White with #541285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541285; }
p { color: rgb(84,18,133); }
H1.HeaderClassName
{
color: #541285;
}
.AnyTagClassName
{
color: #541285;
}
</style>
background-color css
<style>
a { background-color: #541285; }
a { background-color: rgb(84,18,133); }
div.DivClassName
{
background-color: #541285;
}
.BgClassName
{
background-color: #541285;
}
</style>
border-color css
<style>
span { border-color: #541285; }
span { border-color: rgb(84,18,133); }
td.TdClassName
{
border-color: #541285;
}
.TagClassName
{
border-color: #541285;
}
</style>