Shades of Indigo #55079C
Tints of Indigo #55079C
RGB
CMYK
RGB Variations
Color information
#55079C (or 0x55079C) is known color: Indigo. HEX triplet: 55, 07 and 9C. RGB value is (85,7,156). Sum of RGB (Red+Green+Blue) = 85+7+156=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 156 (61.33% from 255 or 62.90% from 248); Max value from RGB is 156 - color contains mainly: blue. Hex color #55079C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55079C is #AAF863. Grayscale: #2E2E2E. Windows color (decimal): -11204708 or 10225493. OLE color: 10225493.
HSL color Cylindrical-coordinate representation of color #55079C: hue angle of 271.41º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #55079C is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 7 | 156 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.39 |
| HSL | 271.41º | 0.91% | 0.32% | - |
| HSV(B) | 271.41º | 0.96% | 0.61% | - |
| XYZ | 9.82 | 4.48 | 31.8 | - |
| YUV | 47.31 | 189.34 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 7 | 156 | 0.46 | 0.96 | 0 | 0.39 | 271.41 | 0.91 | 0.32 |
| Hex | 55 | 7 | 9C | 2E | 60 | 0 | 27 | 10F | 5B | 20 |
| Octal | 125 | 7 | 234 | 56 | 140 | 0 | 47 | 417 | 133 | 40 |
| Binary | 1010101 | 111 | 10011100 | 101110 | 1100000 | 0 | 100111 | 100001111 | 1011011 | 100000 |
Color Harmonies of #55079C
Complementary color
Monochromatic Colors of #55079C
Black with #55079C
Text Example
Text Example
White with #55079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55079C; }
p { color: rgb(85,7,156); }
H1.HeaderClassName
{
color: #55079C;
}
.AnyTagClassName
{
color: #55079C;
}
</style>
background-color css
<style>
a { background-color: #55079C; }
a { background-color: rgb(85,7,156); }
div.DivClassName
{
background-color: #55079C;
}
.BgClassName
{
background-color: #55079C;
}
</style>
border-color css
<style>
span { border-color: #55079C; }
span { border-color: rgb(85,7,156); }
td.TdClassName
{
border-color: #55079C;
}
.TagClassName
{
border-color: #55079C;
}
</style>