Shades of Indigo #540B74
Tints of Indigo #540B74
RGB
CMYK
RGB Variations
Color information
#540B74 (or 0x540B74) is known color: Indigo. HEX triplet: 54, 0B and 74. RGB value is (84,11,116). Sum of RGB (Red+Green+Blue) = 84+11+116=211 (27% of max value = 765). Red value is 84 (33.20% from 255 or 39.81% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 116 (45.70% from 255 or 54.98% from 211); Max value from RGB is 116 - color contains mainly: blue. Hex color #540B74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540B74 is #ABF48B. Grayscale: #2C2C2C. Windows color (decimal): -11269260 or 7605076. OLE color: 7605076.
HSL color Cylindrical-coordinate representation of color #540B74: hue angle of 281.71º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #540B74 is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 11 | 116 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.55 |
| HSL | 281.71º | 0.83% | 0.25% | - |
| HSV(B) | 281.71º | 0.91% | 0.45% | - |
| XYZ | 6.93 | 3.39 | 16.81 | - |
| YUV | 44.8 | 168.18 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 116 | 0.28 | 0.91 | 0 | 0.55 | 281.71 | 0.83 | 0.25 |
| Hex | 54 | B | 74 | 1C | 5B | 0 | 37 | 11A | 53 | 19 |
| Octal | 124 | 13 | 164 | 34 | 133 | 0 | 67 | 432 | 123 | 31 |
| Binary | 1010100 | 1011 | 1110100 | 11100 | 1011011 | 0 | 110111 | 100011010 | 1010011 | 11001 |
Color Harmonies of #540B74
Complementary color
Monochromatic Colors of #540B74
Black with #540B74
Text Example
Text Example
White with #540B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540B74; }
p { color: rgb(84,11,116); }
H1.HeaderClassName
{
color: #540B74;
}
.AnyTagClassName
{
color: #540B74;
}
</style>
background-color css
<style>
a { background-color: #540B74; }
a { background-color: rgb(84,11,116); }
div.DivClassName
{
background-color: #540B74;
}
.BgClassName
{
background-color: #540B74;
}
</style>
border-color css
<style>
span { border-color: #540B74; }
span { border-color: rgb(84,11,116); }
td.TdClassName
{
border-color: #540B74;
}
.TagClassName
{
border-color: #540B74;
}
</style>