Shades of Indigo #44149F
Tints of Indigo #44149F
RGB
CMYK
RGB Variations
Color information
#44149F (or 0x44149F) is known color: Indigo. HEX triplet: 44, 14 and 9F. RGB value is (68,20,159). Sum of RGB (Red+Green+Blue) = 68+20+159=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 159 (62.5% from 255 or 64.37% from 247); Max value from RGB is 159 - color contains mainly: blue. Hex color #44149F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44149F is #BBEB60. Grayscale: #313131. Windows color (decimal): -12315489 or 10425412. OLE color: 10425412.
HSL color Cylindrical-coordinate representation of color #44149F: hue angle of 260.72º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #44149F is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 20 | 159 | - |
| CMYK | 0.57 | 0.87 | 0 | 0.38 |
| HSL | 260.72º | 0.78% | 0.35% | - |
| HSV(B) | 260.72º | 0.87% | 0.62% | - |
| XYZ | 8.89 | 4.23 | 33.15 | - |
| YUV | 50.2 | 189.4 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 20 | 159 | 0.57 | 0.87 | 0 | 0.38 | 260.72 | 0.78 | 0.35 |
| Hex | 44 | 14 | 9F | 39 | 57 | 0 | 26 | 105 | 4E | 23 |
| Octal | 104 | 24 | 237 | 71 | 127 | 0 | 46 | 405 | 116 | 43 |
| Binary | 1000100 | 10100 | 10011111 | 111001 | 1010111 | 0 | 100110 | 100000101 | 1001110 | 100011 |
Color Harmonies of #44149F
Complementary color
Monochromatic Colors of #44149F
Black with #44149F
Text Example
Text Example
White with #44149F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44149F; }
p { color: rgb(68,20,159); }
H1.HeaderClassName
{
color: #44149F;
}
.AnyTagClassName
{
color: #44149F;
}
</style>
background-color css
<style>
a { background-color: #44149F; }
a { background-color: rgb(68,20,159); }
div.DivClassName
{
background-color: #44149F;
}
.BgClassName
{
background-color: #44149F;
}
</style>
border-color css
<style>
span { border-color: #44149F; }
span { border-color: rgb(68,20,159); }
td.TdClassName
{
border-color: #44149F;
}
.TagClassName
{
border-color: #44149F;
}
</style>