Shades of Indigo #54178B
Tints of Indigo #54178B
RGB
CMYK
RGB Variations
Color information
#54178B (or 0x54178B) is known color: Indigo. HEX triplet: 54, 17 and 8B. RGB value is (84,23,139). Sum of RGB (Red+Green+Blue) = 84+23+139=246 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.15% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #54178B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54178B is #ABE874. Grayscale: #363636. Windows color (decimal): -11266165 or 9115476. OLE color: 9115476.
HSL color Cylindrical-coordinate representation of color #54178B: hue angle of 271.55º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #54178B is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 23 | 139 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.45 |
| HSL | 271.55º | 0.72% | 0.32% | - |
| HSV(B) | 271.55º | 0.83% | 0.55% | - |
| XYZ | 8.62 | 4.36 | 24.81 | - |
| YUV | 54.46 | 175.71 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 23 | 139 | 0.40 | 0.83 | 0 | 0.45 | 271.55 | 0.72 | 0.32 |
| Hex | 54 | 17 | 8B | 28 | 53 | 0 | 2D | 110 | 48 | 20 |
| Octal | 124 | 27 | 213 | 50 | 123 | 0 | 55 | 420 | 110 | 40 |
| Binary | 1010100 | 10111 | 10001011 | 101000 | 1010011 | 0 | 101101 | 100010000 | 1001000 | 100000 |
Color Harmonies of #54178B
Complementary color
Monochromatic Colors of #54178B
Black with #54178B
Text Example
Text Example
White with #54178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54178B; }
p { color: rgb(84,23,139); }
H1.HeaderClassName
{
color: #54178B;
}
.AnyTagClassName
{
color: #54178B;
}
</style>
background-color css
<style>
a { background-color: #54178B; }
a { background-color: rgb(84,23,139); }
div.DivClassName
{
background-color: #54178B;
}
.BgClassName
{
background-color: #54178B;
}
</style>
border-color css
<style>
span { border-color: #54178B; }
span { border-color: rgb(84,23,139); }
td.TdClassName
{
border-color: #54178B;
}
.TagClassName
{
border-color: #54178B;
}
</style>