Shades of Indigo #55027C
Tints of Indigo #55027C
RGB
CMYK
RGB Variations
Color information
#55027C (or 0x55027C) is known color: Indigo. HEX triplet: 55, 02 and 7C. RGB value is (85,2,124). Sum of RGB (Red+Green+Blue) = 85+2+124=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #55027C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55027C is #AAFD83. Grayscale: #282828. Windows color (decimal): -11206020 or 8127061. OLE color: 8127061.
HSL color Cylindrical-coordinate representation of color #55027C: hue angle of 280.82º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55027C is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 2 | 124 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.51 |
| HSL | 280.82º | 0.97% | 0.25% | - |
| HSV(B) | 280.82º | 0.98% | 0.49% | - |
| XYZ | 7.41 | 3.43 | 19.34 | - |
| YUV | 40.73 | 175 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 124 | 0.31 | 0.98 | 0 | 0.51 | 280.82 | 0.97 | 0.25 |
| Hex | 55 | 2 | 7C | 1F | 62 | 0 | 33 | 119 | 61 | 19 |
| Octal | 125 | 2 | 174 | 37 | 142 | 0 | 63 | 431 | 141 | 31 |
| Binary | 1010101 | 10 | 1111100 | 11111 | 1100010 | 0 | 110011 | 100011001 | 1100001 | 11001 |
Color Harmonies of #55027C
Complementary color
Monochromatic Colors of #55027C
Black with #55027C
Text Example
Text Example
White with #55027C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55027C; }
p { color: rgb(85,2,124); }
H1.HeaderClassName
{
color: #55027C;
}
.AnyTagClassName
{
color: #55027C;
}
</style>
background-color css
<style>
a { background-color: #55027C; }
a { background-color: rgb(85,2,124); }
div.DivClassName
{
background-color: #55027C;
}
.BgClassName
{
background-color: #55027C;
}
</style>
border-color css
<style>
span { border-color: #55027C; }
span { border-color: rgb(85,2,124); }
td.TdClassName
{
border-color: #55027C;
}
.TagClassName
{
border-color: #55027C;
}
</style>