Shades of Indigo #44149C
Tints of Indigo #44149C
RGB
CMYK
RGB Variations
Color information
#44149C (or 0x44149C) is known color: Indigo. HEX triplet: 44, 14 and 9C. RGB value is (68,20,156). Sum of RGB (Red+Green+Blue) = 68+20+156=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 156 (61.33% from 255 or 63.93% from 244); Max value from RGB is 156 - color contains mainly: blue. Hex color #44149C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44149C is #BBEB63. Grayscale: #313131. Windows color (decimal): -12315492 or 10228804. OLE color: 10228804.
HSL color Cylindrical-coordinate representation of color #44149C: hue angle of 261.18º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #44149C is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 20 | 156 | - |
| CMYK | 0.56 | 0.87 | 0 | 0.39 |
| HSL | 261.18º | 0.77% | 0.35% | - |
| HSV(B) | 261.18º | 0.87% | 0.61% | - |
| XYZ | 8.63 | 4.13 | 31.79 | - |
| YUV | 49.86 | 187.9 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 20 | 156 | 0.56 | 0.87 | 0 | 0.39 | 261.18 | 0.77 | 0.35 |
| Hex | 44 | 14 | 9C | 38 | 57 | 0 | 27 | 105 | 4D | 23 |
| Octal | 104 | 24 | 234 | 70 | 127 | 0 | 47 | 405 | 115 | 43 |
| Binary | 1000100 | 10100 | 10011100 | 111000 | 1010111 | 0 | 100111 | 100000101 | 1001101 | 100011 |
Color Harmonies of #44149C
Complementary color
Monochromatic Colors of #44149C
Black with #44149C
Text Example
Text Example
White with #44149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44149C; }
p { color: rgb(68,20,156); }
H1.HeaderClassName
{
color: #44149C;
}
.AnyTagClassName
{
color: #44149C;
}
</style>
background-color css
<style>
a { background-color: #44149C; }
a { background-color: rgb(68,20,156); }
div.DivClassName
{
background-color: #44149C;
}
.BgClassName
{
background-color: #44149C;
}
</style>
border-color css
<style>
span { border-color: #44149C; }
span { border-color: rgb(68,20,156); }
td.TdClassName
{
border-color: #44149C;
}
.TagClassName
{
border-color: #44149C;
}
</style>