Shades of Indigo #54147C
Tints of Indigo #54147C
RGB
CMYK
RGB Variations
Color information
#54147C (or 0x54147C) is known color: Indigo. HEX triplet: 54, 14 and 7C. RGB value is (84,20,124). Sum of RGB (Red+Green+Blue) = 84+20+124=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 124 (48.83% from 255 or 54.39% from 228); Max value from RGB is 124 - color contains mainly: blue. Hex color #54147C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54147C is #ABEB83. Grayscale: #323232. Windows color (decimal): -11266948 or 8131668. OLE color: 8131668.
HSL color Cylindrical-coordinate representation of color #54147C: hue angle of 276.92º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #54147C is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 20 | 124 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.51 |
| HSL | 276.92º | 0.72% | 0.28% | - |
| HSV(B) | 276.92º | 0.84% | 0.49% | - |
| XYZ | 7.54 | 3.84 | 19.41 | - |
| YUV | 50.99 | 169.2 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 20 | 124 | 0.32 | 0.84 | 0 | 0.51 | 276.92 | 0.72 | 0.28 |
| Hex | 54 | 14 | 7C | 20 | 54 | 0 | 33 | 115 | 48 | 1C |
| Octal | 124 | 24 | 174 | 40 | 124 | 0 | 63 | 425 | 110 | 34 |
| Binary | 1010100 | 10100 | 1111100 | 100000 | 1010100 | 0 | 110011 | 100010101 | 1001000 | 11100 |
Color Harmonies of #54147C
Complementary color
Monochromatic Colors of #54147C
Black with #54147C
Text Example
Text Example
White with #54147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54147C; }
p { color: rgb(84,20,124); }
H1.HeaderClassName
{
color: #54147C;
}
.AnyTagClassName
{
color: #54147C;
}
</style>
background-color css
<style>
a { background-color: #54147C; }
a { background-color: rgb(84,20,124); }
div.DivClassName
{
background-color: #54147C;
}
.BgClassName
{
background-color: #54147C;
}
</style>
border-color css
<style>
span { border-color: #54147C; }
span { border-color: rgb(84,20,124); }
td.TdClassName
{
border-color: #54147C;
}
.TagClassName
{
border-color: #54147C;
}
</style>