Shades of Indigo #55038D
Tints of Indigo #55038D
RGB
CMYK
RGB Variations
Color information
#55038D (or 0x55038D) is known color: Indigo. HEX triplet: 55, 03 and 8D. RGB value is (85,3,141). Sum of RGB (Red+Green+Blue) = 85+3+141=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 141 (55.47% from 255 or 61.57% from 229); Max value from RGB is 141 - color contains mainly: blue. Hex color #55038D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55038D is #AAFC72. Grayscale: #2A2A2A. Windows color (decimal): -11205747 or 9241429. OLE color: 9241429.
HSL color Cylindrical-coordinate representation of color #55038D: hue angle of 275.65º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55038D is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 3 | 141 | - |
| CMYK | 0.40 | 0.98 | 0 | 0.45 |
| HSL | 275.65º | 0.96% | 0.28% | - |
| HSV(B) | 275.65º | 0.98% | 0.55% | - |
| XYZ | 8.59 | 3.92 | 25.5 | - |
| YUV | 43.25 | 183.17 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 141 | 0.40 | 0.98 | 0 | 0.45 | 275.65 | 0.96 | 0.28 |
| Hex | 55 | 3 | 8D | 28 | 62 | 0 | 2D | 114 | 60 | 1C |
| Octal | 125 | 3 | 215 | 50 | 142 | 0 | 55 | 424 | 140 | 34 |
| Binary | 1010101 | 11 | 10001101 | 101000 | 1100010 | 0 | 101101 | 100010100 | 1100000 | 11100 |
Color Harmonies of #55038D
Complementary color
Monochromatic Colors of #55038D
Black with #55038D
Text Example
Text Example
White with #55038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55038D; }
p { color: rgb(85,3,141); }
H1.HeaderClassName
{
color: #55038D;
}
.AnyTagClassName
{
color: #55038D;
}
</style>
background-color css
<style>
a { background-color: #55038D; }
a { background-color: rgb(85,3,141); }
div.DivClassName
{
background-color: #55038D;
}
.BgClassName
{
background-color: #55038D;
}
</style>
border-color css
<style>
span { border-color: #55038D; }
span { border-color: rgb(85,3,141); }
td.TdClassName
{
border-color: #55038D;
}
.TagClassName
{
border-color: #55038D;
}
</style>