Shades of Indigo #55079A
Tints of Indigo #55079A
RGB
CMYK
RGB Variations
Color information
#55079A (or 0x55079A) is known color: Indigo. HEX triplet: 55, 07 and 9A. RGB value is (85,7,154). Sum of RGB (Red+Green+Blue) = 85+7+154=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 154 (60.55% from 255 or 62.60% from 246); Max value from RGB is 154 - color contains mainly: blue. Hex color #55079A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55079A is #AAF865. Grayscale: #2E2E2E. Windows color (decimal): -11204710 or 10094421. OLE color: 10094421.
HSL color Cylindrical-coordinate representation of color #55079A: hue angle of 271.84º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #55079A is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 7 | 154 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.40 |
| HSL | 271.84º | 0.91% | 0.32% | - |
| HSV(B) | 271.84º | 0.95% | 0.6% | - |
| XYZ | 9.66 | 4.42 | 30.92 | - |
| YUV | 47.08 | 188.34 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 7 | 154 | 0.45 | 0.95 | 0 | 0.40 | 271.84 | 0.91 | 0.32 |
| Hex | 55 | 7 | 9A | 2D | 5F | 0 | 28 | 110 | 5B | 20 |
| Octal | 125 | 7 | 232 | 55 | 137 | 0 | 50 | 420 | 133 | 40 |
| Binary | 1010101 | 111 | 10011010 | 101101 | 1011111 | 0 | 101000 | 100010000 | 1011011 | 100000 |
Color Harmonies of #55079A
Complementary color
Monochromatic Colors of #55079A
Black with #55079A
Text Example
Text Example
White with #55079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55079A; }
p { color: rgb(85,7,154); }
H1.HeaderClassName
{
color: #55079A;
}
.AnyTagClassName
{
color: #55079A;
}
</style>
background-color css
<style>
a { background-color: #55079A; }
a { background-color: rgb(85,7,154); }
div.DivClassName
{
background-color: #55079A;
}
.BgClassName
{
background-color: #55079A;
}
</style>
border-color css
<style>
span { border-color: #55079A; }
span { border-color: rgb(85,7,154); }
td.TdClassName
{
border-color: #55079A;
}
.TagClassName
{
border-color: #55079A;
}
</style>