Shades of Indigo #54078C
Tints of Indigo #54078C
RGB
CMYK
RGB Variations
Color information
#54078C (or 0x54078C) is known color: Indigo. HEX triplet: 54, 07 and 8C. RGB value is (84,7,140). Sum of RGB (Red+Green+Blue) = 84+7+140=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 140 (55.08% from 255 or 60.61% from 231); Max value from RGB is 140 - color contains mainly: blue. Hex color #54078C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54078C is #ABF873. Grayscale: #2C2C2C. Windows color (decimal): -11270260 or 9176916. OLE color: 9176916.
HSL color Cylindrical-coordinate representation of color #54078C: hue angle of 274.74º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #54078C is Cyan = 0.4, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 7 | 140 | - |
| CMYK | 0.4 | 0.95 | 0 | 0.45 |
| HSL | 274.74º | 0.9% | 0.29% | - |
| HSV(B) | 274.74º | 0.95% | 0.55% | - |
| XYZ | 8.47 | 3.93 | 25.12 | - |
| YUV | 45.19 | 181.51 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 7 | 140 | 0.4 | 0.95 | 0 | 0.45 | 274.74 | 0.9 | 0.29 |
| Hex | 54 | 7 | 8C | 28 | 5F | 0 | 2D | 113 | 5A | 1D |
| Octal | 124 | 7 | 214 | 50 | 137 | 0 | 55 | 423 | 132 | 35 |
| Binary | 1010100 | 111 | 10001100 | 101000 | 1011111 | 0 | 101101 | 100010011 | 1011010 | 11101 |
Color Harmonies of #54078C
Complementary color
Monochromatic Colors of #54078C
Black with #54078C
Text Example
Text Example
White with #54078C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54078C; }
p { color: rgb(84,7,140); }
H1.HeaderClassName
{
color: #54078C;
}
.AnyTagClassName
{
color: #54078C;
}
</style>
background-color css
<style>
a { background-color: #54078C; }
a { background-color: rgb(84,7,140); }
div.DivClassName
{
background-color: #54078C;
}
.BgClassName
{
background-color: #54078C;
}
</style>
border-color css
<style>
span { border-color: #54078C; }
span { border-color: rgb(84,7,140); }
td.TdClassName
{
border-color: #54078C;
}
.TagClassName
{
border-color: #54078C;
}
</style>