Shades of Indigo #55079B
Tints of Indigo #55079B
RGB
CMYK
RGB Variations
Color information
#55079B (or 0x55079B) is known color: Indigo. HEX triplet: 55, 07 and 9B. RGB value is (85,7,155). Sum of RGB (Red+Green+Blue) = 85+7+155=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 155 (60.94% from 255 or 62.75% from 247); Max value from RGB is 155 - color contains mainly: blue. Hex color #55079B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55079B is #AAF864. Grayscale: #2E2E2E. Windows color (decimal): -11204709 or 10159957. OLE color: 10159957.
HSL color Cylindrical-coordinate representation of color #55079B: hue angle of 271.62º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #55079B is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 7 | 155 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.39 |
| HSL | 271.62º | 0.91% | 0.32% | - |
| HSV(B) | 271.62º | 0.95% | 0.61% | - |
| XYZ | 9.74 | 4.45 | 31.36 | - |
| YUV | 47.19 | 188.84 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 7 | 155 | 0.45 | 0.95 | 0 | 0.39 | 271.62 | 0.91 | 0.32 |
| Hex | 55 | 7 | 9B | 2D | 5F | 0 | 27 | 110 | 5B | 20 |
| Octal | 125 | 7 | 233 | 55 | 137 | 0 | 47 | 420 | 133 | 40 |
| Binary | 1010101 | 111 | 10011011 | 101101 | 1011111 | 0 | 100111 | 100010000 | 1011011 | 100000 |
Color Harmonies of #55079B
Complementary color
Monochromatic Colors of #55079B
Black with #55079B
Text Example
Text Example
White with #55079B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55079B; }
p { color: rgb(85,7,155); }
H1.HeaderClassName
{
color: #55079B;
}
.AnyTagClassName
{
color: #55079B;
}
</style>
background-color css
<style>
a { background-color: #55079B; }
a { background-color: rgb(85,7,155); }
div.DivClassName
{
background-color: #55079B;
}
.BgClassName
{
background-color: #55079B;
}
</style>
border-color css
<style>
span { border-color: #55079B; }
span { border-color: rgb(85,7,155); }
td.TdClassName
{
border-color: #55079B;
}
.TagClassName
{
border-color: #55079B;
}
</style>