Shades of Indigo #44117C
Tints of Indigo #44117C
RGB
CMYK
RGB Variations
Color information
#44117C (or 0x44117C) is known color: Indigo. HEX triplet: 44, 11 and 7C. RGB value is (68,17,124). Sum of RGB (Red+Green+Blue) = 68+17+124=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 124 (48.83% from 255 or 59.33% from 209); Max value from RGB is 124 - color contains mainly: blue. Hex color #44117C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44117C is #BBEE83. Grayscale: #2C2C2C. Windows color (decimal): -12316292 or 8130884. OLE color: 8130884.
HSL color Cylindrical-coordinate representation of color #44117C: hue angle of 268.6º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #44117C is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 17 | 124 | - |
| CMYK | 0.45 | 0.86 | 0 | 0.51 |
| HSL | 268.6º | 0.76% | 0.28% | - |
| HSV(B) | 268.6º | 0.86% | 0.49% | - |
| XYZ | 6.22 | 3.09 | 19.34 | - |
| YUV | 44.45 | 172.9 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 17 | 124 | 0.45 | 0.86 | 0 | 0.51 | 268.6 | 0.76 | 0.28 |
| Hex | 44 | 11 | 7C | 2D | 56 | 0 | 33 | 10D | 4C | 1C |
| Octal | 104 | 21 | 174 | 55 | 126 | 0 | 63 | 415 | 114 | 34 |
| Binary | 1000100 | 10001 | 1111100 | 101101 | 1010110 | 0 | 110011 | 100001101 | 1001100 | 11100 |
Color Harmonies of #44117C
Complementary color
Monochromatic Colors of #44117C
Black with #44117C
Text Example
Text Example
White with #44117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44117C; }
p { color: rgb(68,17,124); }
H1.HeaderClassName
{
color: #44117C;
}
.AnyTagClassName
{
color: #44117C;
}
</style>
background-color css
<style>
a { background-color: #44117C; }
a { background-color: rgb(68,17,124); }
div.DivClassName
{
background-color: #44117C;
}
.BgClassName
{
background-color: #44117C;
}
</style>
border-color css
<style>
span { border-color: #44117C; }
span { border-color: rgb(68,17,124); }
td.TdClassName
{
border-color: #44117C;
}
.TagClassName
{
border-color: #44117C;
}
</style>