Shades of Indigo #55197C
Tints of Indigo #55197C
RGB
CMYK
RGB Variations
Color information
#55197C (or 0x55197C) is known color: Indigo. HEX triplet: 55, 19 and 7C. RGB value is (85,25,124). Sum of RGB (Red+Green+Blue) = 85+25+124=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 124 (48.83% from 255 or 52.99% from 234); Max value from RGB is 124 - color contains mainly: blue. Hex color #55197C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55197C is #AAE683. Grayscale: #353535. Windows color (decimal): -11200132 or 8132949. OLE color: 8132949.
HSL color Cylindrical-coordinate representation of color #55197C: hue angle of 276.36º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55197C is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 25 | 124 | - |
| CMYK | 0.31 | 0.80 | 0 | 0.51 |
| HSL | 276.36º | 0.66% | 0.29% | - |
| HSV(B) | 276.36º | 0.8% | 0.49% | - |
| XYZ | 7.73 | 4.08 | 19.45 | - |
| YUV | 54.23 | 167.38 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 25 | 124 | 0.31 | 0.80 | 0 | 0.51 | 276.36 | 0.66 | 0.29 |
| Hex | 55 | 19 | 7C | 1F | 50 | 0 | 33 | 114 | 42 | 1D |
| Octal | 125 | 31 | 174 | 37 | 120 | 0 | 63 | 424 | 102 | 35 |
| Binary | 1010101 | 11001 | 1111100 | 11111 | 1010000 | 0 | 110011 | 100010100 | 1000010 | 11101 |
Color Harmonies of #55197C
Complementary color
Monochromatic Colors of #55197C
Black with #55197C
Text Example
Text Example
White with #55197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55197C; }
p { color: rgb(85,25,124); }
H1.HeaderClassName
{
color: #55197C;
}
.AnyTagClassName
{
color: #55197C;
}
</style>
background-color css
<style>
a { background-color: #55197C; }
a { background-color: rgb(85,25,124); }
div.DivClassName
{
background-color: #55197C;
}
.BgClassName
{
background-color: #55197C;
}
</style>
border-color css
<style>
span { border-color: #55197C; }
span { border-color: rgb(85,25,124); }
td.TdClassName
{
border-color: #55197C;
}
.TagClassName
{
border-color: #55197C;
}
</style>