Shades of Indigo #54019D
Tints of Indigo #54019D
RGB
CMYK
RGB Variations
Color information
#54019D (or 0x54019D) is known color: Indigo. HEX triplet: 54, 01 and 9D. RGB value is (84,1,157). Sum of RGB (Red+Green+Blue) = 84+1+157=242 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.71% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 157 (61.72% from 255 or 64.88% from 242); Max value from RGB is 157 - color contains mainly: blue. Hex color #54019D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54019D is #ABFE62. Grayscale: #2B2B2B. Windows color (decimal): -11271779 or 10289492. OLE color: 10289492.
HSL color Cylindrical-coordinate representation of color #54019D: hue angle of 271.92º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #54019D is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 1 | 157 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.38 |
| HSL | 271.92º | 0.99% | 0.31% | - |
| HSV(B) | 271.92º | 0.99% | 0.62% | - |
| XYZ | 9.75 | 4.34 | 32.22 | - |
| YUV | 43.6 | 192 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 1 | 157 | 0.46 | 0.99 | 0 | 0.38 | 271.92 | 0.99 | 0.31 |
| Hex | 54 | 1 | 9D | 2E | 63 | 0 | 26 | 110 | 63 | 1F |
| Octal | 124 | 1 | 235 | 56 | 143 | 0 | 46 | 420 | 143 | 37 |
| Binary | 1010100 | 1 | 10011101 | 101110 | 1100011 | 0 | 100110 | 100010000 | 1100011 | 11111 |
Color Harmonies of #54019D
Complementary color
Monochromatic Colors of #54019D
Black with #54019D
Text Example
Text Example
White with #54019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54019D; }
p { color: rgb(84,1,157); }
H1.HeaderClassName
{
color: #54019D;
}
.AnyTagClassName
{
color: #54019D;
}
</style>
background-color css
<style>
a { background-color: #54019D; }
a { background-color: rgb(84,1,157); }
div.DivClassName
{
background-color: #54019D;
}
.BgClassName
{
background-color: #54019D;
}
</style>
border-color css
<style>
span { border-color: #54019D; }
span { border-color: rgb(84,1,157); }
td.TdClassName
{
border-color: #54019D;
}
.TagClassName
{
border-color: #54019D;
}
</style>