Shades of Indigo #44046D
Tints of Indigo #44046D
RGB
CMYK
RGB Variations
Color information
#44046D (or 0x44046D) is known color: Indigo. HEX triplet: 44, 04 and 6D. RGB value is (68,4,109). Sum of RGB (Red+Green+Blue) = 68+4+109=181 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.57% from 181); Green value is 4 (1.95% from 255 or 2.21% from 181); Blue value is 109 (42.97% from 255 or 60.22% from 181); Max value from RGB is 109 - color contains mainly: blue. Hex color #44046D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44046D is #BBFB92. Grayscale: #222222. Windows color (decimal): -12319635 or 7144516. OLE color: 7144516.
HSL color Cylindrical-coordinate representation of color #44046D: hue angle of 276.57º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #44046D is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 68 | 4 | 109 | - |
| CMYK | 0.38 | 0.96 | 0 | 0.57 |
| HSL | 276.57º | 0.93% | 0.22% | - |
| HSV(B) | 276.57º | 0.96% | 0.43% | - |
| XYZ | 5.19 | 2.42 | 14.66 | - |
| YUV | 35.11 | 169.7 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 4 | 109 | 0.38 | 0.96 | 0 | 0.57 | 276.57 | 0.93 | 0.22 |
| Hex | 44 | 4 | 6D | 26 | 60 | 0 | 39 | 115 | 5D | 16 |
| Octal | 104 | 4 | 155 | 46 | 140 | 0 | 71 | 425 | 135 | 26 |
| Binary | 1000100 | 100 | 1101101 | 100110 | 1100000 | 0 | 111001 | 100010101 | 1011101 | 10110 |
Color Harmonies of #44046D
Complementary color
Monochromatic Colors of #44046D
Black with #44046D
Text Example
Text Example
White with #44046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44046D; }
p { color: rgb(68,4,109); }
H1.HeaderClassName
{
color: #44046D;
}
.AnyTagClassName
{
color: #44046D;
}
</style>
background-color css
<style>
a { background-color: #44046D; }
a { background-color: rgb(68,4,109); }
div.DivClassName
{
background-color: #44046D;
}
.BgClassName
{
background-color: #44046D;
}
</style>
border-color css
<style>
span { border-color: #44046D; }
span { border-color: rgb(68,4,109); }
td.TdClassName
{
border-color: #44046D;
}
.TagClassName
{
border-color: #44046D;
}
</style>