Shades of Indigo #44117E
Tints of Indigo #44117E
RGB
CMYK
RGB Variations
Color information
#44117E (or 0x44117E) is known color: Indigo. HEX triplet: 44, 11 and 7E. RGB value is (68,17,126). Sum of RGB (Red+Green+Blue) = 68+17+126=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 126 (49.61% from 255 or 59.72% from 211); Max value from RGB is 126 - color contains mainly: blue. Hex color #44117E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44117E is #BBEE81. Grayscale: #2C2C2C. Windows color (decimal): -12316290 or 8261956. OLE color: 8261956.
HSL color Cylindrical-coordinate representation of color #44117E: hue angle of 268.07º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #44117E is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 17 | 126 | - |
| CMYK | 0.46 | 0.87 | 0 | 0.51 |
| HSL | 268.07º | 0.76% | 0.28% | - |
| HSV(B) | 268.07º | 0.87% | 0.49% | - |
| XYZ | 6.35 | 3.14 | 20.01 | - |
| YUV | 44.68 | 173.9 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 17 | 126 | 0.46 | 0.87 | 0 | 0.51 | 268.07 | 0.76 | 0.28 |
| Hex | 44 | 11 | 7E | 2E | 57 | 0 | 33 | 10C | 4C | 1C |
| Octal | 104 | 21 | 176 | 56 | 127 | 0 | 63 | 414 | 114 | 34 |
| Binary | 1000100 | 10001 | 1111110 | 101110 | 1010111 | 0 | 110011 | 100001100 | 1001100 | 11100 |
Color Harmonies of #44117E
Complementary color
Monochromatic Colors of #44117E
Black with #44117E
Text Example
Text Example
White with #44117E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44117E; }
p { color: rgb(68,17,126); }
H1.HeaderClassName
{
color: #44117E;
}
.AnyTagClassName
{
color: #44117E;
}
</style>
background-color css
<style>
a { background-color: #44117E; }
a { background-color: rgb(68,17,126); }
div.DivClassName
{
background-color: #44117E;
}
.BgClassName
{
background-color: #44117E;
}
</style>
border-color css
<style>
span { border-color: #44117E; }
span { border-color: rgb(68,17,126); }
td.TdClassName
{
border-color: #44117E;
}
.TagClassName
{
border-color: #44117E;
}
</style>