Shades of Indigo #55019F
Tints of Indigo #55019F
RGB
CMYK
RGB Variations
Color information
#55019F (or 0x55019F) is known color: Indigo. HEX triplet: 55, 01 and 9F. RGB value is (85,1,159). Sum of RGB (Red+Green+Blue) = 85+1+159=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 159 (62.5% from 255 or 64.90% from 245); Max value from RGB is 159 - color contains mainly: blue. Hex color #55019F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55019F is #AAFE60. Grayscale: #2B2B2B. Windows color (decimal): -11206241 or 10420565. OLE color: 10420565.
HSL color Cylindrical-coordinate representation of color #55019F: hue angle of 271.9º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55019F is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 1 | 159 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.38 |
| HSL | 271.9º | 0.99% | 0.31% | - |
| HSV(B) | 271.9º | 0.99% | 0.62% | - |
| XYZ | 10.02 | 4.46 | 33.13 | - |
| YUV | 44.13 | 192.83 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 1 | 159 | 0.47 | 0.99 | 0 | 0.38 | 271.9 | 0.99 | 0.31 |
| Hex | 55 | 1 | 9F | 2F | 63 | 0 | 26 | 110 | 63 | 1F |
| Octal | 125 | 1 | 237 | 57 | 143 | 0 | 46 | 420 | 143 | 37 |
| Binary | 1010101 | 1 | 10011111 | 101111 | 1100011 | 0 | 100110 | 100010000 | 1100011 | 11111 |
Color Harmonies of #55019F
Complementary color
Monochromatic Colors of #55019F
Black with #55019F
Text Example
Text Example
White with #55019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55019F; }
p { color: rgb(85,1,159); }
H1.HeaderClassName
{
color: #55019F;
}
.AnyTagClassName
{
color: #55019F;
}
</style>
background-color css
<style>
a { background-color: #55019F; }
a { background-color: rgb(85,1,159); }
div.DivClassName
{
background-color: #55019F;
}
.BgClassName
{
background-color: #55019F;
}
</style>
border-color css
<style>
span { border-color: #55019F; }
span { border-color: rgb(85,1,159); }
td.TdClassName
{
border-color: #55019F;
}
.TagClassName
{
border-color: #55019F;
}
</style>