Shades of Indigo #55078D
Tints of Indigo #55078D
RGB
CMYK
RGB Variations
Color information
#55078D (or 0x55078D) is known color: Indigo. HEX triplet: 55, 07 and 8D. RGB value is (85,7,141). Sum of RGB (Red+Green+Blue) = 85+7+141=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 141 (55.47% from 255 or 60.52% from 233); Max value from RGB is 141 - color contains mainly: blue. Hex color #55078D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55078D is #AAF872. Grayscale: #2D2D2D. Windows color (decimal): -11204723 or 9242453. OLE color: 9242453.
HSL color Cylindrical-coordinate representation of color #55078D: hue angle of 274.93º degrees, saturation: 0.91, 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 #55078D is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 7 | 141 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.45 |
| HSL | 274.93º | 0.91% | 0.29% | - |
| HSV(B) | 274.93º | 0.95% | 0.55% | - |
| XYZ | 8.63 | 4.01 | 25.52 | - |
| YUV | 45.6 | 181.84 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 7 | 141 | 0.40 | 0.95 | 0 | 0.45 | 274.93 | 0.91 | 0.29 |
| Hex | 55 | 7 | 8D | 28 | 5F | 0 | 2D | 113 | 5B | 1D |
| Octal | 125 | 7 | 215 | 50 | 137 | 0 | 55 | 423 | 133 | 35 |
| Binary | 1010101 | 111 | 10001101 | 101000 | 1011111 | 0 | 101101 | 100010011 | 1011011 | 11101 |
Color Harmonies of #55078D
Complementary color
Monochromatic Colors of #55078D
Black with #55078D
Text Example
Text Example
White with #55078D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55078D; }
p { color: rgb(85,7,141); }
H1.HeaderClassName
{
color: #55078D;
}
.AnyTagClassName
{
color: #55078D;
}
</style>
background-color css
<style>
a { background-color: #55078D; }
a { background-color: rgb(85,7,141); }
div.DivClassName
{
background-color: #55078D;
}
.BgClassName
{
background-color: #55078D;
}
</style>
border-color css
<style>
span { border-color: #55078D; }
span { border-color: rgb(85,7,141); }
td.TdClassName
{
border-color: #55078D;
}
.TagClassName
{
border-color: #55078D;
}
</style>