Shades of Indigo #44109F
Tints of Indigo #44109F
RGB
CMYK
RGB Variations
Color information
#44109F (or 0x44109F) is known color: Indigo. HEX triplet: 44, 10 and 9F. RGB value is (68,16,159). Sum of RGB (Red+Green+Blue) = 68+16+159=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 159 (62.5% from 255 or 65.43% from 243); Max value from RGB is 159 - color contains mainly: blue. Hex color #44109F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44109F is #BBEF60. Grayscale: #2F2F2F. Windows color (decimal): -12316513 or 10424388. OLE color: 10424388.
HSL color Cylindrical-coordinate representation of color #44109F: hue angle of 261.82º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #44109F is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 16 | 159 | - |
| CMYK | 0.57 | 0.90 | 0 | 0.38 |
| HSL | 261.82º | 0.82% | 0.34% | - |
| HSV(B) | 261.82º | 0.9% | 0.62% | - |
| XYZ | 8.83 | 4.1 | 33.13 | - |
| YUV | 47.85 | 190.73 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 16 | 159 | 0.57 | 0.90 | 0 | 0.38 | 261.82 | 0.82 | 0.34 |
| Hex | 44 | 10 | 9F | 39 | 5A | 0 | 26 | 106 | 52 | 22 |
| Octal | 104 | 20 | 237 | 71 | 132 | 0 | 46 | 406 | 122 | 42 |
| Binary | 1000100 | 10000 | 10011111 | 111001 | 1011010 | 0 | 100110 | 100000110 | 1010010 | 100010 |
Color Harmonies of #44109F
Complementary color
Monochromatic Colors of #44109F
Black with #44109F
Text Example
Text Example
White with #44109F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44109F; }
p { color: rgb(68,16,159); }
H1.HeaderClassName
{
color: #44109F;
}
.AnyTagClassName
{
color: #44109F;
}
</style>
background-color css
<style>
a { background-color: #44109F; }
a { background-color: rgb(68,16,159); }
div.DivClassName
{
background-color: #44109F;
}
.BgClassName
{
background-color: #44109F;
}
</style>
border-color css
<style>
span { border-color: #44109F; }
span { border-color: rgb(68,16,159); }
td.TdClassName
{
border-color: #44109F;
}
.TagClassName
{
border-color: #44109F;
}
</style>