Shades of Indigo #55019D
Tints of Indigo #55019D
RGB
CMYK
RGB Variations
Color information
#55019D (or 0x55019D) is known color: Indigo. HEX triplet: 55, 01 and 9D. RGB value is (85,1,157). Sum of RGB (Red+Green+Blue) = 85+1+157=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 157 (61.72% from 255 or 64.61% from 243); Max value from RGB is 157 - color contains mainly: blue. Hex color #55019D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55019D is #AAFE62. Grayscale: #2B2B2B. Windows color (decimal): -11206243 or 10289493. OLE color: 10289493.
HSL color Cylindrical-coordinate representation of color #55019D: hue angle of 272.31º 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 #55019D is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 1 | 157 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.38 |
| HSL | 272.31º | 0.99% | 0.31% | - |
| HSV(B) | 272.31º | 0.99% | 0.62% | - |
| XYZ | 9.84 | 4.39 | 32.23 | - |
| YUV | 43.9 | 191.83 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 1 | 157 | 0.46 | 0.99 | 0 | 0.38 | 272.31 | 0.99 | 0.31 |
| Hex | 55 | 1 | 9D | 2E | 63 | 0 | 26 | 110 | 63 | 1F |
| Octal | 125 | 1 | 235 | 56 | 143 | 0 | 46 | 420 | 143 | 37 |
| Binary | 1010101 | 1 | 10011101 | 101110 | 1100011 | 0 | 100110 | 100010000 | 1100011 | 11111 |
Color Harmonies of #55019D
Complementary color
Monochromatic Colors of #55019D
Black with #55019D
Text Example
Text Example
White with #55019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55019D; }
p { color: rgb(85,1,157); }
H1.HeaderClassName
{
color: #55019D;
}
.AnyTagClassName
{
color: #55019D;
}
</style>
background-color css
<style>
a { background-color: #55019D; }
a { background-color: rgb(85,1,157); }
div.DivClassName
{
background-color: #55019D;
}
.BgClassName
{
background-color: #55019D;
}
</style>
border-color css
<style>
span { border-color: #55019D; }
span { border-color: rgb(85,1,157); }
td.TdClassName
{
border-color: #55019D;
}
.TagClassName
{
border-color: #55019D;
}
</style>