Shades of Indigo #55079D
Tints of Indigo #55079D
RGB
CMYK
RGB Variations
Color information
#55079D (or 0x55079D) is known color: Indigo. HEX triplet: 55, 07 and 9D. RGB value is (85,7,157). Sum of RGB (Red+Green+Blue) = 85+7+157=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 157 (61.72% from 255 or 63.05% from 249); Max value from RGB is 157 - color contains mainly: blue. Hex color #55079D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55079D is #AAF862. Grayscale: #2E2E2E. Windows color (decimal): -11204707 or 10291029. OLE color: 10291029.
HSL color Cylindrical-coordinate representation of color #55079D: hue angle of 271.2º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #55079D is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 7 | 157 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.38 |
| HSL | 271.2º | 0.91% | 0.32% | - |
| HSV(B) | 271.2º | 0.96% | 0.62% | - |
| XYZ | 9.91 | 4.52 | 32.25 | - |
| YUV | 47.42 | 189.84 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 7 | 157 | 0.46 | 0.96 | 0 | 0.38 | 271.2 | 0.91 | 0.32 |
| Hex | 55 | 7 | 9D | 2E | 60 | 0 | 26 | 10F | 5B | 20 |
| Octal | 125 | 7 | 235 | 56 | 140 | 0 | 46 | 417 | 133 | 40 |
| Binary | 1010101 | 111 | 10011101 | 101110 | 1100000 | 0 | 100110 | 100001111 | 1011011 | 100000 |
Color Harmonies of #55079D
Complementary color
Monochromatic Colors of #55079D
Black with #55079D
Text Example
Text Example
White with #55079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55079D; }
p { color: rgb(85,7,157); }
H1.HeaderClassName
{
color: #55079D;
}
.AnyTagClassName
{
color: #55079D;
}
</style>
background-color css
<style>
a { background-color: #55079D; }
a { background-color: rgb(85,7,157); }
div.DivClassName
{
background-color: #55079D;
}
.BgClassName
{
background-color: #55079D;
}
</style>
border-color css
<style>
span { border-color: #55079D; }
span { border-color: rgb(85,7,157); }
td.TdClassName
{
border-color: #55079D;
}
.TagClassName
{
border-color: #55079D;
}
</style>