Shades of Indigo #54018F
Tints of Indigo #54018F
RGB
CMYK
RGB Variations
Color information
#54018F (or 0x54018F) is known color: Indigo. HEX triplet: 54, 01 and 8F. RGB value is (84,1,143). Sum of RGB (Red+Green+Blue) = 84+1+143=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 143 (56.25% from 255 or 62.72% from 228); Max value from RGB is 143 - color contains mainly: blue. Hex color #54018F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54018F is #ABFE70. Grayscale: #292929. Windows color (decimal): -11271793 or 9371988. OLE color: 9371988.
HSL color Cylindrical-coordinate representation of color #54018F: hue angle of 275.07º 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 #54018F is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 1 | 143 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.44 |
| HSL | 275.07º | 0.99% | 0.28% | - |
| HSV(B) | 275.07º | 0.99% | 0.56% | - |
| XYZ | 8.62 | 3.89 | 26.28 | - |
| YUV | 42.01 | 185 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 1 | 143 | 0.41 | 0.99 | 0 | 0.44 | 275.07 | 0.99 | 0.28 |
| Hex | 54 | 1 | 8F | 29 | 63 | 0 | 2C | 113 | 63 | 1C |
| Octal | 124 | 1 | 217 | 51 | 143 | 0 | 54 | 423 | 143 | 34 |
| Binary | 1010100 | 1 | 10001111 | 101001 | 1100011 | 0 | 101100 | 100010011 | 1100011 | 11100 |
Color Harmonies of #54018F
Complementary color
Monochromatic Colors of #54018F
Black with #54018F
Text Example
Text Example
White with #54018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54018F; }
p { color: rgb(84,1,143); }
H1.HeaderClassName
{
color: #54018F;
}
.AnyTagClassName
{
color: #54018F;
}
</style>
background-color css
<style>
a { background-color: #54018F; }
a { background-color: rgb(84,1,143); }
div.DivClassName
{
background-color: #54018F;
}
.BgClassName
{
background-color: #54018F;
}
</style>
border-color css
<style>
span { border-color: #54018F; }
span { border-color: rgb(84,1,143); }
td.TdClassName
{
border-color: #54018F;
}
.TagClassName
{
border-color: #54018F;
}
</style>