Shades of Indigo #54039D
Tints of Indigo #54039D
RGB
CMYK
RGB Variations
Color information
#54039D (or 0x54039D) is known color: Indigo. HEX triplet: 54, 03 and 9D. RGB value is (84,3,157). Sum of RGB (Red+Green+Blue) = 84+3+157=244 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.43% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 157 (61.72% from 255 or 64.34% from 244); Max value from RGB is 157 - color contains mainly: blue. Hex color #54039D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54039D is #ABFC62. Grayscale: #2C2C2C. Windows color (decimal): -11271267 or 10290004. OLE color: 10290004.
HSL color Cylindrical-coordinate representation of color #54039D: hue angle of 271.56º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #54039D is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 3 | 157 | - |
| CMYK | 0.46 | 0.98 | 0 | 0.38 |
| HSL | 271.56º | 0.96% | 0.31% | - |
| HSV(B) | 271.56º | 0.98% | 0.62% | - |
| XYZ | 9.77 | 4.38 | 32.23 | - |
| YUV | 44.78 | 191.34 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 3 | 157 | 0.46 | 0.98 | 0 | 0.38 | 271.56 | 0.96 | 0.31 |
| Hex | 54 | 3 | 9D | 2E | 62 | 0 | 26 | 110 | 60 | 1F |
| Octal | 124 | 3 | 235 | 56 | 142 | 0 | 46 | 420 | 140 | 37 |
| Binary | 1010100 | 11 | 10011101 | 101110 | 1100010 | 0 | 100110 | 100010000 | 1100000 | 11111 |
Color Harmonies of #54039D
Complementary color
Monochromatic Colors of #54039D
Black with #54039D
Text Example
Text Example
White with #54039D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54039D; }
p { color: rgb(84,3,157); }
H1.HeaderClassName
{
color: #54039D;
}
.AnyTagClassName
{
color: #54039D;
}
</style>
background-color css
<style>
a { background-color: #54039D; }
a { background-color: rgb(84,3,157); }
div.DivClassName
{
background-color: #54039D;
}
.BgClassName
{
background-color: #54039D;
}
</style>
border-color css
<style>
span { border-color: #54039D; }
span { border-color: rgb(84,3,157); }
td.TdClassName
{
border-color: #54039D;
}
.TagClassName
{
border-color: #54039D;
}
</style>