Shades of Indigo #54078B
Tints of Indigo #54078B
RGB
CMYK
RGB Variations
Color information
#54078B (or 0x54078B) is known color: Indigo. HEX triplet: 54, 07 and 8B. RGB value is (84,7,139). Sum of RGB (Red+Green+Blue) = 84+7+139=230 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.52% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 139 (54.69% from 255 or 60.43% from 230); Max value from RGB is 139 - color contains mainly: blue. Hex color #54078B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54078B is #ABF874. Grayscale: #2C2C2C. Windows color (decimal): -11270261 or 9111380. OLE color: 9111380.
HSL color Cylindrical-coordinate representation of color #54078B: hue angle of 275º 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 #54078B is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 7 | 139 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.45 |
| HSL | 275º | 0.9% | 0.29% | - |
| HSV(B) | 275º | 0.95% | 0.55% | - |
| XYZ | 8.39 | 3.9 | 24.74 | - |
| YUV | 45.07 | 181.01 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 7 | 139 | 0.40 | 0.95 | 0 | 0.45 | 275 | 0.9 | 0.29 |
| Hex | 54 | 7 | 8B | 28 | 5F | 0 | 2D | 113 | 5A | 1D |
| Octal | 124 | 7 | 213 | 50 | 137 | 0 | 55 | 423 | 132 | 35 |
| Binary | 1010100 | 111 | 10001011 | 101000 | 1011111 | 0 | 101101 | 100010011 | 1011010 | 11101 |
Color Harmonies of #54078B
Complementary color
Monochromatic Colors of #54078B
Black with #54078B
Text Example
Text Example
White with #54078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54078B; }
p { color: rgb(84,7,139); }
H1.HeaderClassName
{
color: #54078B;
}
.AnyTagClassName
{
color: #54078B;
}
</style>
background-color css
<style>
a { background-color: #54078B; }
a { background-color: rgb(84,7,139); }
div.DivClassName
{
background-color: #54078B;
}
.BgClassName
{
background-color: #54078B;
}
</style>
border-color css
<style>
span { border-color: #54078B; }
span { border-color: rgb(84,7,139); }
td.TdClassName
{
border-color: #54078B;
}
.TagClassName
{
border-color: #54078B;
}
</style>