Shades of Indigo #44108F
Tints of Indigo #44108F
RGB
CMYK
RGB Variations
Color information
#44108F (or 0x44108F) is known color: Indigo. HEX triplet: 44, 10 and 8F. RGB value is (68,16,143). Sum of RGB (Red+Green+Blue) = 68+16+143=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 143 (56.25% from 255 or 63.00% from 227); Max value from RGB is 143 - color contains mainly: blue. Hex color #44108F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44108F is #BBEF70. Grayscale: #2D2D2D. Windows color (decimal): -12316529 or 9375812. OLE color: 9375812.
HSL color Cylindrical-coordinate representation of color #44108F: hue angle of 264.57º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #44108F is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 16 | 143 | - |
| CMYK | 0.52 | 0.89 | 0 | 0.44 |
| HSL | 264.57º | 0.8% | 0.31% | - |
| HSV(B) | 264.57º | 0.89% | 0.56% | - |
| XYZ | 7.53 | 3.58 | 26.28 | - |
| YUV | 46.03 | 182.73 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 16 | 143 | 0.52 | 0.89 | 0 | 0.44 | 264.57 | 0.8 | 0.31 |
| Hex | 44 | 10 | 8F | 34 | 59 | 0 | 2C | 109 | 50 | 1F |
| Octal | 104 | 20 | 217 | 64 | 131 | 0 | 54 | 411 | 120 | 37 |
| Binary | 1000100 | 10000 | 10001111 | 110100 | 1011001 | 0 | 101100 | 100001001 | 1010000 | 11111 |
Color Harmonies of #44108F
Complementary color
Monochromatic Colors of #44108F
Black with #44108F
Text Example
Text Example
White with #44108F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44108F; }
p { color: rgb(68,16,143); }
H1.HeaderClassName
{
color: #44108F;
}
.AnyTagClassName
{
color: #44108F;
}
</style>
background-color css
<style>
a { background-color: #44108F; }
a { background-color: rgb(68,16,143); }
div.DivClassName
{
background-color: #44108F;
}
.BgClassName
{
background-color: #44108F;
}
</style>
border-color css
<style>
span { border-color: #44108F; }
span { border-color: rgb(68,16,143); }
td.TdClassName
{
border-color: #44108F;
}
.TagClassName
{
border-color: #44108F;
}
</style>