Shades of Indigo #44149D
Tints of Indigo #44149D
RGB
CMYK
RGB Variations
Color information
#44149D (or 0x44149D) is known color: Indigo. HEX triplet: 44, 14 and 9D. RGB value is (68,20,157). Sum of RGB (Red+Green+Blue) = 68+20+157=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 157 (61.72% from 255 or 64.08% from 245); Max value from RGB is 157 - color contains mainly: blue. Hex color #44149D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44149D is #BBEB62. Grayscale: #313131. Windows color (decimal): -12315491 or 10294340. OLE color: 10294340.
HSL color Cylindrical-coordinate representation of color #44149D: hue angle of 261.02º degrees, saturation: 0.77, 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 #44149D is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 20 | 157 | - |
| CMYK | 0.57 | 0.87 | 0 | 0.38 |
| HSL | 261.02º | 0.77% | 0.35% | - |
| HSV(B) | 261.02º | 0.87% | 0.62% | - |
| XYZ | 8.72 | 4.16 | 32.24 | - |
| YUV | 49.97 | 188.4 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 20 | 157 | 0.57 | 0.87 | 0 | 0.38 | 261.02 | 0.77 | 0.35 |
| Hex | 44 | 14 | 9D | 39 | 57 | 0 | 26 | 105 | 4D | 23 |
| Octal | 104 | 24 | 235 | 71 | 127 | 0 | 46 | 405 | 115 | 43 |
| Binary | 1000100 | 10100 | 10011101 | 111001 | 1010111 | 0 | 100110 | 100000101 | 1001101 | 100011 |
Color Harmonies of #44149D
Complementary color
Monochromatic Colors of #44149D
Black with #44149D
Text Example
Text Example
White with #44149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44149D; }
p { color: rgb(68,20,157); }
H1.HeaderClassName
{
color: #44149D;
}
.AnyTagClassName
{
color: #44149D;
}
</style>
background-color css
<style>
a { background-color: #44149D; }
a { background-color: rgb(68,20,157); }
div.DivClassName
{
background-color: #44149D;
}
.BgClassName
{
background-color: #44149D;
}
</style>
border-color css
<style>
span { border-color: #44149D; }
span { border-color: rgb(68,20,157); }
td.TdClassName
{
border-color: #44149D;
}
.TagClassName
{
border-color: #44149D;
}
</style>