Shades of Indigo #55087B
Tints of Indigo #55087B
RGB
CMYK
RGB Variations
Color information
#55087B (or 0x55087B) is known color: Indigo. HEX triplet: 55, 08 and 7B. RGB value is (85,8,123). Sum of RGB (Red+Green+Blue) = 85+8+123=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 123 (48.44% from 255 or 56.94% from 216); Max value from RGB is 123 - color contains mainly: blue. Hex color #55087B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55087B is #AAF784. Grayscale: #2B2B2B. Windows color (decimal): -11204485 or 8063061. OLE color: 8063061.
HSL color Cylindrical-coordinate representation of color #55087B: hue angle of 280.17º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #55087B is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 8 | 123 | - |
| CMYK | 0.31 | 0.93 | 0 | 0.52 |
| HSL | 280.17º | 0.88% | 0.26% | - |
| HSV(B) | 280.17º | 0.93% | 0.48% | - |
| XYZ | 7.41 | 3.54 | 19.03 | - |
| YUV | 44.13 | 172.51 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 123 | 0.31 | 0.93 | 0 | 0.52 | 280.17 | 0.88 | 0.26 |
| Hex | 55 | 8 | 7B | 1F | 5D | 0 | 34 | 118 | 58 | 1A |
| Octal | 125 | 10 | 173 | 37 | 135 | 0 | 64 | 430 | 130 | 32 |
| Binary | 1010101 | 1000 | 1111011 | 11111 | 1011101 | 0 | 110100 | 100011000 | 1011000 | 11010 |
Color Harmonies of #55087B
Complementary color
Monochromatic Colors of #55087B
Black with #55087B
Text Example
Text Example
White with #55087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55087B; }
p { color: rgb(85,8,123); }
H1.HeaderClassName
{
color: #55087B;
}
.AnyTagClassName
{
color: #55087B;
}
</style>
background-color css
<style>
a { background-color: #55087B; }
a { background-color: rgb(85,8,123); }
div.DivClassName
{
background-color: #55087B;
}
.BgClassName
{
background-color: #55087B;
}
</style>
border-color css
<style>
span { border-color: #55087B; }
span { border-color: rgb(85,8,123); }
td.TdClassName
{
border-color: #55087B;
}
.TagClassName
{
border-color: #55087B;
}
</style>