Shades of Indigo #44049D
Tints of Indigo #44049D
RGB
CMYK
RGB Variations
Color information
#44049D (or 0x44049D) is known color: Indigo. HEX triplet: 44, 04 and 9D. RGB value is (68,4,157). Sum of RGB (Red+Green+Blue) = 68+4+157=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 157 (61.72% from 255 or 68.56% from 229); Max value from RGB is 157 - color contains mainly: blue. Hex color #44049D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44049D is #BBFB62. Grayscale: #282828. Windows color (decimal): -12319587 or 10290244. OLE color: 10290244.
HSL color Cylindrical-coordinate representation of color #44049D: hue angle of 265.1º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #44049D is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 4 | 157 | - |
| CMYK | 0.57 | 0.97 | 0 | 0.38 |
| HSL | 265.1º | 0.95% | 0.32% | - |
| HSV(B) | 265.1º | 0.97% | 0.62% | - |
| XYZ | 8.51 | 3.75 | 32.17 | - |
| YUV | 40.58 | 193.7 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 4 | 157 | 0.57 | 0.97 | 0 | 0.38 | 265.1 | 0.95 | 0.32 |
| Hex | 44 | 4 | 9D | 39 | 61 | 0 | 26 | 109 | 5F | 20 |
| Octal | 104 | 4 | 235 | 71 | 141 | 0 | 46 | 411 | 137 | 40 |
| Binary | 1000100 | 100 | 10011101 | 111001 | 1100001 | 0 | 100110 | 100001001 | 1011111 | 100000 |
Color Harmonies of #44049D
Complementary color
Monochromatic Colors of #44049D
Black with #44049D
Text Example
Text Example
White with #44049D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44049D; }
p { color: rgb(68,4,157); }
H1.HeaderClassName
{
color: #44049D;
}
.AnyTagClassName
{
color: #44049D;
}
</style>
background-color css
<style>
a { background-color: #44049D; }
a { background-color: rgb(68,4,157); }
div.DivClassName
{
background-color: #44049D;
}
.BgClassName
{
background-color: #44049D;
}
</style>
border-color css
<style>
span { border-color: #44049D; }
span { border-color: rgb(68,4,157); }
td.TdClassName
{
border-color: #44049D;
}
.TagClassName
{
border-color: #44049D;
}
</style>