Shades of Indigo #44119D
Tints of Indigo #44119D
RGB
CMYK
RGB Variations
Color information
#44119D (or 0x44119D) is known color: Indigo. HEX triplet: 44, 11 and 9D. RGB value is (68,17,157). Sum of RGB (Red+Green+Blue) = 68+17+157=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 17 (7.03% from 255 or 7.02% 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 #44119D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44119D is #BBEE62. Grayscale: #2F2F2F. Windows color (decimal): -12316259 or 10293572. OLE color: 10293572.
HSL color Cylindrical-coordinate representation of color #44119D: hue angle of 261.86º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #44119D is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 17 | 157 | - |
| CMYK | 0.57 | 0.89 | 0 | 0.38 |
| HSL | 261.86º | 0.8% | 0.34% | - |
| HSV(B) | 261.86º | 0.89% | 0.62% | - |
| XYZ | 8.67 | 4.06 | 32.23 | - |
| YUV | 48.21 | 189.4 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 17 | 157 | 0.57 | 0.89 | 0 | 0.38 | 261.86 | 0.8 | 0.34 |
| Hex | 44 | 11 | 9D | 39 | 59 | 0 | 26 | 106 | 50 | 22 |
| Octal | 104 | 21 | 235 | 71 | 131 | 0 | 46 | 406 | 120 | 42 |
| Binary | 1000100 | 10001 | 10011101 | 111001 | 1011001 | 0 | 100110 | 100000110 | 1010000 | 100010 |
Color Harmonies of #44119D
Complementary color
Monochromatic Colors of #44119D
Black with #44119D
Text Example
Text Example
White with #44119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44119D; }
p { color: rgb(68,17,157); }
H1.HeaderClassName
{
color: #44119D;
}
.AnyTagClassName
{
color: #44119D;
}
</style>
background-color css
<style>
a { background-color: #44119D; }
a { background-color: rgb(68,17,157); }
div.DivClassName
{
background-color: #44119D;
}
.BgClassName
{
background-color: #44119D;
}
</style>
border-color css
<style>
span { border-color: #44119D; }
span { border-color: rgb(68,17,157); }
td.TdClassName
{
border-color: #44119D;
}
.TagClassName
{
border-color: #44119D;
}
</style>