Shades of Indigo #540A74
Tints of Indigo #540A74
RGB
CMYK
RGB Variations
Color information
#540A74 (or 0x540A74) is known color: Indigo. HEX triplet: 54, 0A and 74. RGB value is (84,10,116). Sum of RGB (Red+Green+Blue) = 84+10+116=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 116 (45.70% from 255 or 55.24% from 210); Max value from RGB is 116 - color contains mainly: blue. Hex color #540A74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540A74 is #ABF58B. Grayscale: #2B2B2B. Windows color (decimal): -11269516 or 7604820. OLE color: 7604820.
HSL color Cylindrical-coordinate representation of color #540A74: hue angle of 281.89º degrees, saturation: 0.84, 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 #540A74 is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 10 | 116 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.55 |
| HSL | 281.89º | 0.84% | 0.25% | - |
| HSV(B) | 281.89º | 0.91% | 0.45% | - |
| XYZ | 6.92 | 3.36 | 16.81 | - |
| YUV | 44.21 | 168.52 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 10 | 116 | 0.28 | 0.91 | 0 | 0.55 | 281.89 | 0.84 | 0.25 |
| Hex | 54 | A | 74 | 1C | 5B | 0 | 37 | 11A | 54 | 19 |
| Octal | 124 | 12 | 164 | 34 | 133 | 0 | 67 | 432 | 124 | 31 |
| Binary | 1010100 | 1010 | 1110100 | 11100 | 1011011 | 0 | 110111 | 100011010 | 1010100 | 11001 |
Color Harmonies of #540A74
Complementary color
Monochromatic Colors of #540A74
Black with #540A74
Text Example
Text Example
White with #540A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540A74; }
p { color: rgb(84,10,116); }
H1.HeaderClassName
{
color: #540A74;
}
.AnyTagClassName
{
color: #540A74;
}
</style>
background-color css
<style>
a { background-color: #540A74; }
a { background-color: rgb(84,10,116); }
div.DivClassName
{
background-color: #540A74;
}
.BgClassName
{
background-color: #540A74;
}
</style>
border-color css
<style>
span { border-color: #540A74; }
span { border-color: rgb(84,10,116); }
td.TdClassName
{
border-color: #540A74;
}
.TagClassName
{
border-color: #540A74;
}
</style>