Shades of Indigo #55078B
Tints of Indigo #55078B
RGB
CMYK
RGB Variations
Color information
#55078B (or 0x55078B) is known color: Indigo. HEX triplet: 55, 07 and 8B. RGB value is (85,7,139). Sum of RGB (Red+Green+Blue) = 85+7+139=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 139 (54.69% from 255 or 60.17% from 231); Max value from RGB is 139 - color contains mainly: blue. Hex color #55078B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55078B is #AAF874. Grayscale: #2C2C2C. Windows color (decimal): -11204725 or 9111381. OLE color: 9111381.
HSL color Cylindrical-coordinate representation of color #55078B: hue angle of 275.45º 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 #55078B is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 7 | 139 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.45 |
| HSL | 275.45º | 0.9% | 0.29% | - |
| HSV(B) | 275.45º | 0.95% | 0.55% | - |
| XYZ | 8.48 | 3.95 | 24.74 | - |
| YUV | 45.37 | 180.84 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 7 | 139 | 0.39 | 0.95 | 0 | 0.45 | 275.45 | 0.9 | 0.29 |
| Hex | 55 | 7 | 8B | 27 | 5F | 0 | 2D | 113 | 5A | 1D |
| Octal | 125 | 7 | 213 | 47 | 137 | 0 | 55 | 423 | 132 | 35 |
| Binary | 1010101 | 111 | 10001011 | 100111 | 1011111 | 0 | 101101 | 100010011 | 1011010 | 11101 |
Color Harmonies of #55078B
Complementary color
Monochromatic Colors of #55078B
Black with #55078B
Text Example
Text Example
White with #55078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55078B; }
p { color: rgb(85,7,139); }
H1.HeaderClassName
{
color: #55078B;
}
.AnyTagClassName
{
color: #55078B;
}
</style>
background-color css
<style>
a { background-color: #55078B; }
a { background-color: rgb(85,7,139); }
div.DivClassName
{
background-color: #55078B;
}
.BgClassName
{
background-color: #55078B;
}
</style>
border-color css
<style>
span { border-color: #55078B; }
span { border-color: rgb(85,7,139); }
td.TdClassName
{
border-color: #55078B;
}
.TagClassName
{
border-color: #55078B;
}
</style>