Shades of Indigo #54177A
Tints of Indigo #54177A
RGB
CMYK
RGB Variations
Color information
#54177A (or 0x54177A) is known color: Indigo. HEX triplet: 54, 17 and 7A. RGB value is (84,23,122). Sum of RGB (Red+Green+Blue) = 84+23+122=229 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.68% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 122 (48.05% from 255 or 53.28% from 229); Max value from RGB is 122 - color contains mainly: blue. Hex color #54177A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54177A is #ABE885. Grayscale: #343434. Windows color (decimal): -11266182 or 8001364. OLE color: 8001364.
HSL color Cylindrical-coordinate representation of color #54177A: hue angle of 276.97º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #54177A is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 23 | 122 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.52 |
| HSL | 276.97º | 0.68% | 0.28% | - |
| HSV(B) | 276.97º | 0.81% | 0.48% | - |
| XYZ | 7.48 | 3.9 | 18.77 | - |
| YUV | 52.53 | 167.21 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 23 | 122 | 0.31 | 0.81 | 0 | 0.52 | 276.97 | 0.68 | 0.28 |
| Hex | 54 | 17 | 7A | 1F | 51 | 0 | 34 | 115 | 44 | 1C |
| Octal | 124 | 27 | 172 | 37 | 121 | 0 | 64 | 425 | 104 | 34 |
| Binary | 1010100 | 10111 | 1111010 | 11111 | 1010001 | 0 | 110100 | 100010101 | 1000100 | 11100 |
Color Harmonies of #54177A
Complementary color
Monochromatic Colors of #54177A
Black with #54177A
Text Example
Text Example
White with #54177A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54177A; }
p { color: rgb(84,23,122); }
H1.HeaderClassName
{
color: #54177A;
}
.AnyTagClassName
{
color: #54177A;
}
</style>
background-color css
<style>
a { background-color: #54177A; }
a { background-color: rgb(84,23,122); }
div.DivClassName
{
background-color: #54177A;
}
.BgClassName
{
background-color: #54177A;
}
</style>
border-color css
<style>
span { border-color: #54177A; }
span { border-color: rgb(84,23,122); }
td.TdClassName
{
border-color: #54177A;
}
.TagClassName
{
border-color: #54177A;
}
</style>