Shades of Indigo #44106E
Tints of Indigo #44106E
RGB
CMYK
RGB Variations
Color information
#44106E (or 0x44106E) is known color: Indigo. HEX triplet: 44, 10 and 6E. RGB value is (68,16,110). Sum of RGB (Red+Green+Blue) = 68+16+110=194 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.05% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 110 (43.36% from 255 or 56.70% from 194); Max value from RGB is 110 - color contains mainly: blue. Hex color #44106E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44106E is #BBEF91. Grayscale: #292929. Windows color (decimal): -12316562 or 7213124. OLE color: 7213124.
HSL color Cylindrical-coordinate representation of color #44106E: hue angle of 273.19º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #44106E is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 68 | 16 | 110 | - |
| CMYK | 0.38 | 0.85 | 0 | 0.57 |
| HSL | 273.19º | 0.75% | 0.25% | - |
| HSV(B) | 273.19º | 0.85% | 0.43% | - |
| XYZ | 5.38 | 2.73 | 14.99 | - |
| YUV | 42.26 | 166.23 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 16 | 110 | 0.38 | 0.85 | 0 | 0.57 | 273.19 | 0.75 | 0.25 |
| Hex | 44 | 10 | 6E | 26 | 55 | 0 | 39 | 111 | 4B | 19 |
| Octal | 104 | 20 | 156 | 46 | 125 | 0 | 71 | 421 | 113 | 31 |
| Binary | 1000100 | 10000 | 1101110 | 100110 | 1010101 | 0 | 111001 | 100010001 | 1001011 | 11001 |
Color Harmonies of #44106E
Complementary color
Monochromatic Colors of #44106E
Black with #44106E
Text Example
Text Example
White with #44106E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44106E; }
p { color: rgb(68,16,110); }
H1.HeaderClassName
{
color: #44106E;
}
.AnyTagClassName
{
color: #44106E;
}
</style>
background-color css
<style>
a { background-color: #44106E; }
a { background-color: rgb(68,16,110); }
div.DivClassName
{
background-color: #44106E;
}
.BgClassName
{
background-color: #44106E;
}
</style>
border-color css
<style>
span { border-color: #44106E; }
span { border-color: rgb(68,16,110); }
td.TdClassName
{
border-color: #44106E;
}
.TagClassName
{
border-color: #44106E;
}
</style>