Shades of Indigo #55017C
Tints of Indigo #55017C
RGB
CMYK
RGB Variations
Color information
#55017C (or 0x55017C) is known color: Indigo. HEX triplet: 55, 01 and 7C. RGB value is (85,1,124). Sum of RGB (Red+Green+Blue) = 85+1+124=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 124 (48.83% from 255 or 59.05% from 210); Max value from RGB is 124 - color contains mainly: blue. Hex color #55017C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55017C is #AAFE83. Grayscale: #272727. Windows color (decimal): -11206276 or 8126805. OLE color: 8126805.
HSL color Cylindrical-coordinate representation of color #55017C: hue angle of 280.98º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55017C is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 1 | 124 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.51 |
| HSL | 280.98º | 0.98% | 0.25% | - |
| HSV(B) | 280.98º | 0.99% | 0.49% | - |
| XYZ | 7.4 | 3.41 | 19.34 | - |
| YUV | 40.14 | 175.33 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 1 | 124 | 0.31 | 0.99 | 0 | 0.51 | 280.98 | 0.98 | 0.25 |
| Hex | 55 | 1 | 7C | 1F | 63 | 0 | 33 | 119 | 62 | 19 |
| Octal | 125 | 1 | 174 | 37 | 143 | 0 | 63 | 431 | 142 | 31 |
| Binary | 1010101 | 1 | 1111100 | 11111 | 1100011 | 0 | 110011 | 100011001 | 1100010 | 11001 |
Color Harmonies of #55017C
Complementary color
Monochromatic Colors of #55017C
Black with #55017C
Text Example
Text Example
White with #55017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55017C; }
p { color: rgb(85,1,124); }
H1.HeaderClassName
{
color: #55017C;
}
.AnyTagClassName
{
color: #55017C;
}
</style>
background-color css
<style>
a { background-color: #55017C; }
a { background-color: rgb(85,1,124); }
div.DivClassName
{
background-color: #55017C;
}
.BgClassName
{
background-color: #55017C;
}
</style>
border-color css
<style>
span { border-color: #55017C; }
span { border-color: rgb(85,1,124); }
td.TdClassName
{
border-color: #55017C;
}
.TagClassName
{
border-color: #55017C;
}
</style>