Shades of Indigo #44048C
Tints of Indigo #44048C
RGB
CMYK
RGB Variations
Color information
#44048C (or 0x44048C) is known color: Indigo. HEX triplet: 44, 04 and 8C. RGB value is (68,4,140). Sum of RGB (Red+Green+Blue) = 68+4+140=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 140 (55.08% from 255 or 66.04% from 212); Max value from RGB is 140 - color contains mainly: blue. Hex color #44048C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44048C is #BBFB73. Grayscale: #262626. Windows color (decimal): -12319604 or 9176132. OLE color: 9176132.
HSL color Cylindrical-coordinate representation of color #44048C: hue angle of 268.24º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #44048C is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 4 | 140 | - |
| CMYK | 0.51 | 0.97 | 0 | 0.45 |
| HSL | 268.24º | 0.94% | 0.28% | - |
| HSV(B) | 268.24º | 0.97% | 0.55% | - |
| XYZ | 7.16 | 3.21 | 25.05 | - |
| YUV | 38.64 | 185.2 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 4 | 140 | 0.51 | 0.97 | 0 | 0.45 | 268.24 | 0.94 | 0.28 |
| Hex | 44 | 4 | 8C | 33 | 61 | 0 | 2D | 10C | 5E | 1C |
| Octal | 104 | 4 | 214 | 63 | 141 | 0 | 55 | 414 | 136 | 34 |
| Binary | 1000100 | 100 | 10001100 | 110011 | 1100001 | 0 | 101101 | 100001100 | 1011110 | 11100 |
Color Harmonies of #44048C
Complementary color
Monochromatic Colors of #44048C
Black with #44048C
Text Example
Text Example
White with #44048C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44048C; }
p { color: rgb(68,4,140); }
H1.HeaderClassName
{
color: #44048C;
}
.AnyTagClassName
{
color: #44048C;
}
</style>
background-color css
<style>
a { background-color: #44048C; }
a { background-color: rgb(68,4,140); }
div.DivClassName
{
background-color: #44048C;
}
.BgClassName
{
background-color: #44048C;
}
</style>
border-color css
<style>
span { border-color: #44048C; }
span { border-color: rgb(68,4,140); }
td.TdClassName
{
border-color: #44048C;
}
.TagClassName
{
border-color: #44048C;
}
</style>