Shades of Indigo #44119B
Tints of Indigo #44119B
RGB
CMYK
RGB Variations
Color information
#44119B (or 0x44119B) is known color: Indigo. HEX triplet: 44, 11 and 9B. RGB value is (68,17,155). Sum of RGB (Red+Green+Blue) = 68+17+155=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 155 (60.94% from 255 or 64.58% from 240); Max value from RGB is 155 - color contains mainly: blue. Hex color #44119B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44119B is #BBEE64. Grayscale: #2F2F2F. Windows color (decimal): -12316261 or 10162500. OLE color: 10162500.
HSL color Cylindrical-coordinate representation of color #44119B: hue angle of 262.17º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #44119B is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 17 | 155 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.39 |
| HSL | 262.17º | 0.8% | 0.34% | - |
| HSV(B) | 262.17º | 0.89% | 0.61% | - |
| XYZ | 8.5 | 4 | 31.33 | - |
| YUV | 47.98 | 188.4 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 17 | 155 | 0.56 | 0.89 | 0 | 0.39 | 262.17 | 0.8 | 0.34 |
| Hex | 44 | 11 | 9B | 38 | 59 | 0 | 27 | 106 | 50 | 22 |
| Octal | 104 | 21 | 233 | 70 | 131 | 0 | 47 | 406 | 120 | 42 |
| Binary | 1000100 | 10001 | 10011011 | 111000 | 1011001 | 0 | 100111 | 100000110 | 1010000 | 100010 |
Color Harmonies of #44119B
Complementary color
Monochromatic Colors of #44119B
Black with #44119B
Text Example
Text Example
White with #44119B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44119B; }
p { color: rgb(68,17,155); }
H1.HeaderClassName
{
color: #44119B;
}
.AnyTagClassName
{
color: #44119B;
}
</style>
background-color css
<style>
a { background-color: #44119B; }
a { background-color: rgb(68,17,155); }
div.DivClassName
{
background-color: #44119B;
}
.BgClassName
{
background-color: #44119B;
}
</style>
border-color css
<style>
span { border-color: #44119B; }
span { border-color: rgb(68,17,155); }
td.TdClassName
{
border-color: #44119B;
}
.TagClassName
{
border-color: #44119B;
}
</style>