Shades of Indigo #55078A
Tints of Indigo #55078A
RGB
CMYK
RGB Variations
Color information
#55078A (or 0x55078A) is known color: Indigo. HEX triplet: 55, 07 and 8A. RGB value is (85,7,138). Sum of RGB (Red+Green+Blue) = 85+7+138=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 138 (54.30% from 255 or 60% from 230); Max value from RGB is 138 - color contains mainly: blue. Hex color #55078A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55078A is #AAF875. Grayscale: #2C2C2C. Windows color (decimal): -11204726 or 9045845. OLE color: 9045845.
HSL color Cylindrical-coordinate representation of color #55078A: hue angle of 275.73º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #55078A is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 7 | 138 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.46 |
| HSL | 275.73º | 0.9% | 0.28% | - |
| HSV(B) | 275.73º | 0.95% | 0.54% | - |
| XYZ | 8.41 | 3.92 | 24.36 | - |
| YUV | 45.26 | 180.34 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 7 | 138 | 0.38 | 0.95 | 0 | 0.46 | 275.73 | 0.9 | 0.28 |
| Hex | 55 | 7 | 8A | 26 | 5F | 0 | 2E | 114 | 5A | 1C |
| Octal | 125 | 7 | 212 | 46 | 137 | 0 | 56 | 424 | 132 | 34 |
| Binary | 1010101 | 111 | 10001010 | 100110 | 1011111 | 0 | 101110 | 100010100 | 1011010 | 11100 |
Color Harmonies of #55078A
Complementary color
Monochromatic Colors of #55078A
Black with #55078A
Text Example
Text Example
White with #55078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55078A; }
p { color: rgb(85,7,138); }
H1.HeaderClassName
{
color: #55078A;
}
.AnyTagClassName
{
color: #55078A;
}
</style>
background-color css
<style>
a { background-color: #55078A; }
a { background-color: rgb(85,7,138); }
div.DivClassName
{
background-color: #55078A;
}
.BgClassName
{
background-color: #55078A;
}
</style>
border-color css
<style>
span { border-color: #55078A; }
span { border-color: rgb(85,7,138); }
td.TdClassName
{
border-color: #55078A;
}
.TagClassName
{
border-color: #55078A;
}
</style>