Shades of Indigo #55007C
Tints of Indigo #55007C
RGB
CMYK
RGB Variations
Color information
#55007C (or 0x55007C) is known color: Indigo. HEX triplet: 55, 00 and 7C. RGB value is (85,0,124). Sum of RGB (Red+Green+Blue) = 85+0+124=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 124 (48.83% from 255 or 59.33% from 209); Max value from RGB is 124 - color contains mainly: blue. Hex color #55007C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55007C is #AAFF83. Grayscale: #272727. Windows color (decimal): -11206532 or 8126549. OLE color: 8126549.
HSL color Cylindrical-coordinate representation of color #55007C: hue angle of 281.13º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #55007C is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 0 | 124 | - |
| CMYK | 0.31 | 1 | 0 | 0.51 |
| HSL | 281.13º | 1% | 0.24% | - |
| HSV(B) | 281.13º | 1% | 0.49% | - |
| XYZ | 7.38 | 3.39 | 19.33 | - |
| YUV | 39.55 | 175.66 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 124 | 0.31 | 1 | 0 | 0.51 | 281.13 | 1 | 0.24 |
| Hex | 55 | 0 | 7C | 1F | 64 | 0 | 33 | 119 | 64 | 18 |
| Octal | 125 | 0 | 174 | 37 | 144 | 0 | 63 | 431 | 144 | 30 |
| Binary | 1010101 | 0 | 1111100 | 11111 | 1100100 | 0 | 110011 | 100011001 | 1100100 | 11000 |
Color Harmonies of #55007C
Complementary color
Monochromatic Colors of #55007C
Black with #55007C
Text Example
Text Example
White with #55007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55007C; }
p { color: rgb(85,0,124); }
H1.HeaderClassName
{
color: #55007C;
}
.AnyTagClassName
{
color: #55007C;
}
</style>
background-color css
<style>
a { background-color: #55007C; }
a { background-color: rgb(85,0,124); }
div.DivClassName
{
background-color: #55007C;
}
.BgClassName
{
background-color: #55007C;
}
</style>
border-color css
<style>
span { border-color: #55007C; }
span { border-color: rgb(85,0,124); }
td.TdClassName
{
border-color: #55007C;
}
.TagClassName
{
border-color: #55007C;
}
</style>