Shades of Indigo #55009D
Tints of Indigo #55009D
RGB
CMYK
RGB Variations
Color information
#55009D (or 0x55009D) is known color: Indigo. HEX triplet: 55, 00 and 9D. RGB value is (85,0,157). Sum of RGB (Red+Green+Blue) = 85+0+157=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 157 (61.72% from 255 or 64.88% from 242); Max value from RGB is 157 - color contains mainly: blue. Hex color #55009D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55009D is #AAFF62. Grayscale: #2A2A2A. Windows color (decimal): -11206499 or 10289237. OLE color: 10289237.
HSL color Cylindrical-coordinate representation of color #55009D: hue angle of 272.48º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #55009D is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 0 | 157 | - |
| CMYK | 0.46 | 1 | 0 | 0.38 |
| HSL | 272.48º | 1% | 0.31% | - |
| HSV(B) | 272.48º | 1% | 0.62% | - |
| XYZ | 9.83 | 4.37 | 32.22 | - |
| YUV | 43.31 | 192.16 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 157 | 0.46 | 1 | 0 | 0.38 | 272.48 | 1 | 0.31 |
| Hex | 55 | 0 | 9D | 2E | 64 | 0 | 26 | 110 | 64 | 1F |
| Octal | 125 | 0 | 235 | 56 | 144 | 0 | 46 | 420 | 144 | 37 |
| Binary | 1010101 | 0 | 10011101 | 101110 | 1100100 | 0 | 100110 | 100010000 | 1100100 | 11111 |
Color Harmonies of #55009D
Complementary color
Monochromatic Colors of #55009D
Black with #55009D
Text Example
Text Example
White with #55009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55009D; }
p { color: rgb(85,0,157); }
H1.HeaderClassName
{
color: #55009D;
}
.AnyTagClassName
{
color: #55009D;
}
</style>
background-color css
<style>
a { background-color: #55009D; }
a { background-color: rgb(85,0,157); }
div.DivClassName
{
background-color: #55009D;
}
.BgClassName
{
background-color: #55009D;
}
</style>
border-color css
<style>
span { border-color: #55009D; }
span { border-color: rgb(85,0,157); }
td.TdClassName
{
border-color: #55009D;
}
.TagClassName
{
border-color: #55009D;
}
</style>