Shades of Indigo #55167D
Tints of Indigo #55167D
RGB
CMYK
RGB Variations
Color information
#55167D (or 0x55167D) is known color: Indigo. HEX triplet: 55, 16 and 7D. RGB value is (85,22,125). Sum of RGB (Red+Green+Blue) = 85+22+125=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 125 (49.22% from 255 or 53.88% from 232); Max value from RGB is 125 - color contains mainly: blue. Hex color #55167D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55167D is #AAE982. Grayscale: #343434. Windows color (decimal): -11200899 or 8197717. OLE color: 8197717.
HSL color Cylindrical-coordinate representation of color #55167D: hue angle of 276.7º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55167D is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 22 | 125 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.51 |
| HSL | 276.7º | 0.7% | 0.29% | - |
| HSV(B) | 276.7º | 0.82% | 0.49% | - |
| XYZ | 7.73 | 3.99 | 19.76 | - |
| YUV | 52.58 | 168.87 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 125 | 0.32 | 0.82 | 0 | 0.51 | 276.7 | 0.7 | 0.29 |
| Hex | 55 | 16 | 7D | 20 | 52 | 0 | 33 | 115 | 46 | 1D |
| Octal | 125 | 26 | 175 | 40 | 122 | 0 | 63 | 425 | 106 | 35 |
| Binary | 1010101 | 10110 | 1111101 | 100000 | 1010010 | 0 | 110011 | 100010101 | 1000110 | 11101 |
Color Harmonies of #55167D
Complementary color
Monochromatic Colors of #55167D
Black with #55167D
Text Example
Text Example
White with #55167D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55167D; }
p { color: rgb(85,22,125); }
H1.HeaderClassName
{
color: #55167D;
}
.AnyTagClassName
{
color: #55167D;
}
</style>
background-color css
<style>
a { background-color: #55167D; }
a { background-color: rgb(85,22,125); }
div.DivClassName
{
background-color: #55167D;
}
.BgClassName
{
background-color: #55167D;
}
</style>
border-color css
<style>
span { border-color: #55167D; }
span { border-color: rgb(85,22,125); }
td.TdClassName
{
border-color: #55167D;
}
.TagClassName
{
border-color: #55167D;
}
</style>