Shades of Indigo #55019B
Tints of Indigo #55019B
RGB
CMYK
RGB Variations
Color information
#55019B (or 0x55019B) is known color: Indigo. HEX triplet: 55, 01 and 9B. RGB value is (85,1,155). Sum of RGB (Red+Green+Blue) = 85+1+155=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 155 (60.94% from 255 or 64.32% from 241); Max value from RGB is 155 - color contains mainly: blue. Hex color #55019B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55019B is #AAFE64. Grayscale: #2B2B2B. Windows color (decimal): -11206245 or 10158421. OLE color: 10158421.
HSL color Cylindrical-coordinate representation of color #55019B: hue angle of 272.73º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55019B is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 1 | 155 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.39 |
| HSL | 272.73º | 0.99% | 0.31% | - |
| HSV(B) | 272.73º | 0.99% | 0.61% | - |
| XYZ | 9.67 | 4.32 | 31.33 | - |
| YUV | 43.67 | 190.83 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 1 | 155 | 0.45 | 0.99 | 0 | 0.39 | 272.73 | 0.99 | 0.31 |
| Hex | 55 | 1 | 9B | 2D | 63 | 0 | 27 | 111 | 63 | 1F |
| Octal | 125 | 1 | 233 | 55 | 143 | 0 | 47 | 421 | 143 | 37 |
| Binary | 1010101 | 1 | 10011011 | 101101 | 1100011 | 0 | 100111 | 100010001 | 1100011 | 11111 |
Color Harmonies of #55019B
Complementary color
Monochromatic Colors of #55019B
Black with #55019B
Text Example
Text Example
White with #55019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55019B; }
p { color: rgb(85,1,155); }
H1.HeaderClassName
{
color: #55019B;
}
.AnyTagClassName
{
color: #55019B;
}
</style>
background-color css
<style>
a { background-color: #55019B; }
a { background-color: rgb(85,1,155); }
div.DivClassName
{
background-color: #55019B;
}
.BgClassName
{
background-color: #55019B;
}
</style>
border-color css
<style>
span { border-color: #55019B; }
span { border-color: rgb(85,1,155); }
td.TdClassName
{
border-color: #55019B;
}
.TagClassName
{
border-color: #55019B;
}
</style>