Shades of Indigo #44118C
Tints of Indigo #44118C
RGB
CMYK
RGB Variations
Color information
#44118C (or 0x44118C) is known color: Indigo. HEX triplet: 44, 11 and 8C. RGB value is (68,17,140). Sum of RGB (Red+Green+Blue) = 68+17+140=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 140 (55.08% from 255 or 62.22% from 225); Max value from RGB is 140 - color contains mainly: blue. Hex color #44118C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44118C is #BBEE73. Grayscale: #2D2D2D. Windows color (decimal): -12316276 or 9179460. OLE color: 9179460.
HSL color Cylindrical-coordinate representation of color #44118C: hue angle of 264.88º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #44118C is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 17 | 140 | - |
| CMYK | 0.51 | 0.88 | 0 | 0.45 |
| HSL | 264.88º | 0.78% | 0.31% | - |
| HSV(B) | 264.88º | 0.88% | 0.55% | - |
| XYZ | 7.32 | 3.52 | 25.11 | - |
| YUV | 46.27 | 180.9 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 17 | 140 | 0.51 | 0.88 | 0 | 0.45 | 264.88 | 0.78 | 0.31 |
| Hex | 44 | 11 | 8C | 33 | 58 | 0 | 2D | 109 | 4E | 1F |
| Octal | 104 | 21 | 214 | 63 | 130 | 0 | 55 | 411 | 116 | 37 |
| Binary | 1000100 | 10001 | 10001100 | 110011 | 1011000 | 0 | 101101 | 100001001 | 1001110 | 11111 |
Color Harmonies of #44118C
Complementary color
Monochromatic Colors of #44118C
Black with #44118C
Text Example
Text Example
White with #44118C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44118C; }
p { color: rgb(68,17,140); }
H1.HeaderClassName
{
color: #44118C;
}
.AnyTagClassName
{
color: #44118C;
}
</style>
background-color css
<style>
a { background-color: #44118C; }
a { background-color: rgb(68,17,140); }
div.DivClassName
{
background-color: #44118C;
}
.BgClassName
{
background-color: #44118C;
}
</style>
border-color css
<style>
span { border-color: #44118C; }
span { border-color: rgb(68,17,140); }
td.TdClassName
{
border-color: #44118C;
}
.TagClassName
{
border-color: #44118C;
}
</style>