Shades of Indigo #55007F
Tints of Indigo #55007F
RGB
CMYK
RGB Variations
Color information
#55007F (or 0x55007F) is known color: Indigo. HEX triplet: 55, 00 and 7F. RGB value is (85,0,127). Sum of RGB (Red+Green+Blue) = 85+0+127=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 127 (50% from 255 or 59.91% from 212); Max value from RGB is 127 - color contains mainly: blue. Hex color #55007F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55007F is #AAFF80. Grayscale: #272727. Windows color (decimal): -11206529 or 8323157. OLE color: 8323157.
HSL color Cylindrical-coordinate representation of color #55007F: hue angle of 280.16º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #55007F is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 0 | 127 | - |
| CMYK | 0.33 | 1 | 0 | 0.50 |
| HSL | 280.16º | 1% | 0.25% | - |
| HSV(B) | 280.16º | 1% | 0.5% | - |
| XYZ | 7.58 | 3.46 | 20.35 | - |
| YUV | 39.89 | 177.16 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 127 | 0.33 | 1 | 0 | 0.50 | 280.16 | 1 | 0.25 |
| Hex | 55 | 0 | 7F | 21 | 64 | 0 | 32 | 118 | 64 | 19 |
| Octal | 125 | 0 | 177 | 41 | 144 | 0 | 62 | 430 | 144 | 31 |
| Binary | 1010101 | 0 | 1111111 | 100001 | 1100100 | 0 | 110010 | 100011000 | 1100100 | 11001 |
Color Harmonies of #55007F
Complementary color
Monochromatic Colors of #55007F
Black with #55007F
Text Example
Text Example
White with #55007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55007F; }
p { color: rgb(85,0,127); }
H1.HeaderClassName
{
color: #55007F;
}
.AnyTagClassName
{
color: #55007F;
}
</style>
background-color css
<style>
a { background-color: #55007F; }
a { background-color: rgb(85,0,127); }
div.DivClassName
{
background-color: #55007F;
}
.BgClassName
{
background-color: #55007F;
}
</style>
border-color css
<style>
span { border-color: #55007F; }
span { border-color: rgb(85,0,127); }
td.TdClassName
{
border-color: #55007F;
}
.TagClassName
{
border-color: #55007F;
}
</style>