Shades of Indigo #54018E
Tints of Indigo #54018E
RGB
CMYK
RGB Variations
Color information
#54018E (or 0x54018E) is known color: Indigo. HEX triplet: 54, 01 and 8E. RGB value is (84,1,142). Sum of RGB (Red+Green+Blue) = 84+1+142=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 142 (55.86% from 255 or 62.56% from 227); Max value from RGB is 142 - color contains mainly: blue. Hex color #54018E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54018E is #ABFE71. Grayscale: #292929. Windows color (decimal): -11271794 or 9306452. OLE color: 9306452.
HSL color Cylindrical-coordinate representation of color #54018E: hue angle of 275.32º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #54018E is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 1 | 142 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.44 |
| HSL | 275.32º | 0.99% | 0.28% | - |
| HSV(B) | 275.32º | 0.99% | 0.56% | - |
| XYZ | 8.55 | 3.86 | 25.89 | - |
| YUV | 41.89 | 184.5 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 1 | 142 | 0.41 | 0.99 | 0 | 0.44 | 275.32 | 0.99 | 0.28 |
| Hex | 54 | 1 | 8E | 29 | 63 | 0 | 2C | 113 | 63 | 1C |
| Octal | 124 | 1 | 216 | 51 | 143 | 0 | 54 | 423 | 143 | 34 |
| Binary | 1010100 | 1 | 10001110 | 101001 | 1100011 | 0 | 101100 | 100010011 | 1100011 | 11100 |
Color Harmonies of #54018E
Complementary color
Monochromatic Colors of #54018E
Black with #54018E
Text Example
Text Example
White with #54018E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54018E; }
p { color: rgb(84,1,142); }
H1.HeaderClassName
{
color: #54018E;
}
.AnyTagClassName
{
color: #54018E;
}
</style>
background-color css
<style>
a { background-color: #54018E; }
a { background-color: rgb(84,1,142); }
div.DivClassName
{
background-color: #54018E;
}
.BgClassName
{
background-color: #54018E;
}
</style>
border-color css
<style>
span { border-color: #54018E; }
span { border-color: rgb(84,1,142); }
td.TdClassName
{
border-color: #54018E;
}
.TagClassName
{
border-color: #54018E;
}
</style>