Shades of Indigo #55027F
Tints of Indigo #55027F
RGB
CMYK
RGB Variations
Color information
#55027F (or 0x55027F) is known color: Indigo. HEX triplet: 55, 02 and 7F. RGB value is (85,2,127). Sum of RGB (Red+Green+Blue) = 85+2+127=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 127 (50% from 255 or 59.35% from 214); Max value from RGB is 127 - color contains mainly: blue. Hex color #55027F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55027F is #AAFD80. Grayscale: #282828. Windows color (decimal): -11206017 or 8323669. OLE color: 8323669.
HSL color Cylindrical-coordinate representation of color #55027F: hue angle of 279.84º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55027F is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 2 | 127 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.50 |
| HSL | 279.84º | 0.97% | 0.25% | - |
| HSV(B) | 279.84º | 0.98% | 0.5% | - |
| XYZ | 7.6 | 3.51 | 20.36 | - |
| YUV | 41.07 | 176.5 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 127 | 0.33 | 0.98 | 0 | 0.50 | 279.84 | 0.97 | 0.25 |
| Hex | 55 | 2 | 7F | 21 | 62 | 0 | 32 | 118 | 61 | 19 |
| Octal | 125 | 2 | 177 | 41 | 142 | 0 | 62 | 430 | 141 | 31 |
| Binary | 1010101 | 10 | 1111111 | 100001 | 1100010 | 0 | 110010 | 100011000 | 1100001 | 11001 |
Color Harmonies of #55027F
Complementary color
Monochromatic Colors of #55027F
Black with #55027F
Text Example
Text Example
White with #55027F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55027F; }
p { color: rgb(85,2,127); }
H1.HeaderClassName
{
color: #55027F;
}
.AnyTagClassName
{
color: #55027F;
}
</style>
background-color css
<style>
a { background-color: #55027F; }
a { background-color: rgb(85,2,127); }
div.DivClassName
{
background-color: #55027F;
}
.BgClassName
{
background-color: #55027F;
}
</style>
border-color css
<style>
span { border-color: #55027F; }
span { border-color: rgb(85,2,127); }
td.TdClassName
{
border-color: #55027F;
}
.TagClassName
{
border-color: #55027F;
}
</style>