Shades of Indigo #540F85
Tints of Indigo #540F85
RGB
CMYK
RGB Variations
Color information
#540F85 (or 0x540F85) is known color: Indigo. HEX triplet: 54, 0F and 85. RGB value is (84,15,133). Sum of RGB (Red+Green+Blue) = 84+15+133=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 133 (52.34% from 255 or 57.33% from 232); Max value from RGB is 133 - color contains mainly: blue. Hex color #540F85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540F85 is #ABF07A. Grayscale: #303030. Windows color (decimal): -11268219 or 8720212. OLE color: 8720212.
HSL color Cylindrical-coordinate representation of color #540F85: hue angle of 275.08º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #540F85 is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 84 | 15 | 133 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.48 |
| HSL | 275.08º | 0.8% | 0.29% | - |
| HSV(B) | 275.08º | 0.89% | 0.52% | - |
| XYZ | 8.06 | 3.92 | 22.52 | - |
| YUV | 49.08 | 175.36 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 15 | 133 | 0.37 | 0.89 | 0 | 0.48 | 275.08 | 0.8 | 0.29 |
| Hex | 54 | F | 85 | 25 | 59 | 0 | 30 | 113 | 50 | 1D |
| Octal | 124 | 17 | 205 | 45 | 131 | 0 | 60 | 423 | 120 | 35 |
| Binary | 1010100 | 1111 | 10000101 | 100101 | 1011001 | 0 | 110000 | 100010011 | 1010000 | 11101 |
Color Harmonies of #540F85
Complementary color
Monochromatic Colors of #540F85
Black with #540F85
Text Example
Text Example
White with #540F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540F85; }
p { color: rgb(84,15,133); }
H1.HeaderClassName
{
color: #540F85;
}
.AnyTagClassName
{
color: #540F85;
}
</style>
background-color css
<style>
a { background-color: #540F85; }
a { background-color: rgb(84,15,133); }
div.DivClassName
{
background-color: #540F85;
}
.BgClassName
{
background-color: #540F85;
}
</style>
border-color css
<style>
span { border-color: #540F85; }
span { border-color: rgb(84,15,133); }
td.TdClassName
{
border-color: #540F85;
}
.TagClassName
{
border-color: #540F85;
}
</style>