Shades of Indigo #55087F
Tints of Indigo #55087F
RGB
CMYK
RGB Variations
Color information
#55087F (or 0x55087F) is known color: Indigo. HEX triplet: 55, 08 and 7F. RGB value is (85,8,127). Sum of RGB (Red+Green+Blue) = 85+8+127=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 127 (50% from 255 or 57.73% from 220); Max value from RGB is 127 - color contains mainly: blue. Hex color #55087F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55087F is #AAF780. Grayscale: #2C2C2C. Windows color (decimal): -11204481 or 8325205. OLE color: 8325205.
HSL color Cylindrical-coordinate representation of color #55087F: hue angle of 278.82º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #55087F is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 8 | 127 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.50 |
| HSL | 278.82º | 0.88% | 0.26% | - |
| HSV(B) | 278.82º | 0.94% | 0.5% | - |
| XYZ | 7.66 | 3.64 | 20.38 | - |
| YUV | 44.59 | 174.51 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 127 | 0.33 | 0.94 | 0 | 0.50 | 278.82 | 0.88 | 0.26 |
| Hex | 55 | 8 | 7F | 21 | 5E | 0 | 32 | 117 | 58 | 1A |
| Octal | 125 | 10 | 177 | 41 | 136 | 0 | 62 | 427 | 130 | 32 |
| Binary | 1010101 | 1000 | 1111111 | 100001 | 1011110 | 0 | 110010 | 100010111 | 1011000 | 11010 |
Color Harmonies of #55087F
Complementary color
Monochromatic Colors of #55087F
Black with #55087F
Text Example
Text Example
White with #55087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55087F; }
p { color: rgb(85,8,127); }
H1.HeaderClassName
{
color: #55087F;
}
.AnyTagClassName
{
color: #55087F;
}
</style>
background-color css
<style>
a { background-color: #55087F; }
a { background-color: rgb(85,8,127); }
div.DivClassName
{
background-color: #55087F;
}
.BgClassName
{
background-color: #55087F;
}
</style>
border-color css
<style>
span { border-color: #55087F; }
span { border-color: rgb(85,8,127); }
td.TdClassName
{
border-color: #55087F;
}
.TagClassName
{
border-color: #55087F;
}
</style>