Shades of Indigo #55017D
Tints of Indigo #55017D
RGB
CMYK
RGB Variations
Color information
#55017D (or 0x55017D) is known color: Indigo. HEX triplet: 55, 01 and 7D. RGB value is (85,1,125). Sum of RGB (Red+Green+Blue) = 85+1+125=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 125 (49.22% from 255 or 59.24% from 211); Max value from RGB is 125 - color contains mainly: blue. Hex color #55017D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55017D is #AAFE82. Grayscale: #272727. Windows color (decimal): -11206275 or 8192341. OLE color: 8192341.
HSL color Cylindrical-coordinate representation of color #55017D: hue angle of 280.65º 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 #55017D is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 1 | 125 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.51 |
| HSL | 280.65º | 0.98% | 0.25% | - |
| HSV(B) | 280.65º | 0.99% | 0.49% | - |
| XYZ | 7.46 | 3.43 | 19.67 | - |
| YUV | 40.25 | 175.83 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 1 | 125 | 0.32 | 0.99 | 0 | 0.51 | 280.65 | 0.98 | 0.25 |
| Hex | 55 | 1 | 7D | 20 | 63 | 0 | 33 | 119 | 62 | 19 |
| Octal | 125 | 1 | 175 | 40 | 143 | 0 | 63 | 431 | 142 | 31 |
| Binary | 1010101 | 1 | 1111101 | 100000 | 1100011 | 0 | 110011 | 100011001 | 1100010 | 11001 |
Color Harmonies of #55017D
Complementary color
Monochromatic Colors of #55017D
Black with #55017D
Text Example
Text Example
White with #55017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55017D; }
p { color: rgb(85,1,125); }
H1.HeaderClassName
{
color: #55017D;
}
.AnyTagClassName
{
color: #55017D;
}
</style>
background-color css
<style>
a { background-color: #55017D; }
a { background-color: rgb(85,1,125); }
div.DivClassName
{
background-color: #55017D;
}
.BgClassName
{
background-color: #55017D;
}
</style>
border-color css
<style>
span { border-color: #55017D; }
span { border-color: rgb(85,1,125); }
td.TdClassName
{
border-color: #55017D;
}
.TagClassName
{
border-color: #55017D;
}
</style>