Shades of Indigo #541073
Tints of Indigo #541073
RGB
CMYK
RGB Variations
Color information
#541073 (or 0x541073) is known color: Indigo. HEX triplet: 54, 10 and 73. RGB value is (84,16,115). Sum of RGB (Red+Green+Blue) = 84+16+115=215 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.07% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 115 (45.31% from 255 or 53.49% from 215); Max value from RGB is 115 - color contains mainly: blue. Hex color #541073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541073 is #ABEF8C. Grayscale: #2F2F2F. Windows color (decimal): -11267981 or 7540820. OLE color: 7540820.
HSL color Cylindrical-coordinate representation of color #541073: hue angle of 281.21º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #541073 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 16 | 115 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.55 |
| HSL | 281.21º | 0.76% | 0.26% | - |
| HSV(B) | 281.21º | 0.86% | 0.45% | - |
| XYZ | 6.94 | 3.49 | 16.53 | - |
| YUV | 47.62 | 166.03 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 16 | 115 | 0.27 | 0.86 | 0 | 0.55 | 281.21 | 0.76 | 0.26 |
| Hex | 54 | 10 | 73 | 1B | 56 | 0 | 37 | 119 | 4C | 1A |
| Octal | 124 | 20 | 163 | 33 | 126 | 0 | 67 | 431 | 114 | 32 |
| Binary | 1010100 | 10000 | 1110011 | 11011 | 1010110 | 0 | 110111 | 100011001 | 1001100 | 11010 |
Color Harmonies of #541073
Complementary color
Monochromatic Colors of #541073
Black with #541073
Text Example
Text Example
White with #541073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541073; }
p { color: rgb(84,16,115); }
H1.HeaderClassName
{
color: #541073;
}
.AnyTagClassName
{
color: #541073;
}
</style>
background-color css
<style>
a { background-color: #541073; }
a { background-color: rgb(84,16,115); }
div.DivClassName
{
background-color: #541073;
}
.BgClassName
{
background-color: #541073;
}
</style>
border-color css
<style>
span { border-color: #541073; }
span { border-color: rgb(84,16,115); }
td.TdClassName
{
border-color: #541073;
}
.TagClassName
{
border-color: #541073;
}
</style>