Shades of Indigo #540A8B
Tints of Indigo #540A8B
RGB
CMYK
RGB Variations
Color information
#540A8B (or 0x540A8B) is known color: Indigo. HEX triplet: 54, 0A and 8B. RGB value is (84,10,139). Sum of RGB (Red+Green+Blue) = 84+10+139=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 139 (54.69% from 255 or 59.66% from 233); Max value from RGB is 139 - color contains mainly: blue. Hex color #540A8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540A8B is #ABF574. Grayscale: #2E2E2E. Windows color (decimal): -11269493 or 9112148. OLE color: 9112148.
HSL color Cylindrical-coordinate representation of color #540A8B: hue angle of 274.42º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540A8B is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 10 | 139 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.45 |
| HSL | 274.42º | 0.87% | 0.29% | - |
| HSV(B) | 274.42º | 0.93% | 0.55% | - |
| XYZ | 8.42 | 3.97 | 24.75 | - |
| YUV | 46.83 | 180.02 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 10 | 139 | 0.40 | 0.93 | 0 | 0.45 | 274.42 | 0.87 | 0.29 |
| Hex | 54 | A | 8B | 28 | 5D | 0 | 2D | 112 | 57 | 1D |
| Octal | 124 | 12 | 213 | 50 | 135 | 0 | 55 | 422 | 127 | 35 |
| Binary | 1010100 | 1010 | 10001011 | 101000 | 1011101 | 0 | 101101 | 100010010 | 1010111 | 11101 |
Color Harmonies of #540A8B
Complementary color
Monochromatic Colors of #540A8B
Black with #540A8B
Text Example
Text Example
White with #540A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540A8B; }
p { color: rgb(84,10,139); }
H1.HeaderClassName
{
color: #540A8B;
}
.AnyTagClassName
{
color: #540A8B;
}
</style>
background-color css
<style>
a { background-color: #540A8B; }
a { background-color: rgb(84,10,139); }
div.DivClassName
{
background-color: #540A8B;
}
.BgClassName
{
background-color: #540A8B;
}
</style>
border-color css
<style>
span { border-color: #540A8B; }
span { border-color: rgb(84,10,139); }
td.TdClassName
{
border-color: #540A8B;
}
.TagClassName
{
border-color: #540A8B;
}
</style>