Shades of Indigo #55039B
Tints of Indigo #55039B
RGB
CMYK
RGB Variations
Color information
#55039B (or 0x55039B) is known color: Indigo. HEX triplet: 55, 03 and 9B. RGB value is (85,3,155). Sum of RGB (Red+Green+Blue) = 85+3+155=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 155 (60.94% from 255 or 63.79% from 243); Max value from RGB is 155 - color contains mainly: blue. Hex color #55039B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55039B is #AAFC64. Grayscale: #2C2C2C. Windows color (decimal): -11205733 or 10158933. OLE color: 10158933.
HSL color Cylindrical-coordinate representation of color #55039B: hue angle of 272.37º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55039B is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 3 | 155 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.39 |
| HSL | 272.37º | 0.96% | 0.31% | - |
| HSV(B) | 272.37º | 0.98% | 0.61% | - |
| XYZ | 9.7 | 4.36 | 31.34 | - |
| YUV | 44.85 | 190.17 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 155 | 0.45 | 0.98 | 0 | 0.39 | 272.37 | 0.96 | 0.31 |
| Hex | 55 | 3 | 9B | 2D | 62 | 0 | 27 | 110 | 60 | 1F |
| Octal | 125 | 3 | 233 | 55 | 142 | 0 | 47 | 420 | 140 | 37 |
| Binary | 1010101 | 11 | 10011011 | 101101 | 1100010 | 0 | 100111 | 100010000 | 1100000 | 11111 |
Color Harmonies of #55039B
Complementary color
Monochromatic Colors of #55039B
Black with #55039B
Text Example
Text Example
White with #55039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55039B; }
p { color: rgb(85,3,155); }
H1.HeaderClassName
{
color: #55039B;
}
.AnyTagClassName
{
color: #55039B;
}
</style>
background-color css
<style>
a { background-color: #55039B; }
a { background-color: rgb(85,3,155); }
div.DivClassName
{
background-color: #55039B;
}
.BgClassName
{
background-color: #55039B;
}
</style>
border-color css
<style>
span { border-color: #55039B; }
span { border-color: rgb(85,3,155); }
td.TdClassName
{
border-color: #55039B;
}
.TagClassName
{
border-color: #55039B;
}
</style>