Shades of Indigo #44149A
Tints of Indigo #44149A
RGB
CMYK
RGB Variations
Color information
#44149A (or 0x44149A) is known color: Indigo. HEX triplet: 44, 14 and 9A. RGB value is (68,20,154). Sum of RGB (Red+Green+Blue) = 68+20+154=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 154 (60.55% from 255 or 63.64% from 242); Max value from RGB is 154 - color contains mainly: blue. Hex color #44149A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44149A is #BBEB65. Grayscale: #313131. Windows color (decimal): -12315494 or 10097732. OLE color: 10097732.
HSL color Cylindrical-coordinate representation of color #44149A: hue angle of 261.49º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #44149A is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 20 | 154 | - |
| CMYK | 0.56 | 0.87 | 0 | 0.40 |
| HSL | 261.49º | 0.77% | 0.34% | - |
| HSV(B) | 261.49º | 0.87% | 0.6% | - |
| XYZ | 8.47 | 4.06 | 30.91 | - |
| YUV | 49.63 | 186.9 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 20 | 154 | 0.56 | 0.87 | 0 | 0.40 | 261.49 | 0.77 | 0.34 |
| Hex | 44 | 14 | 9A | 38 | 57 | 0 | 28 | 105 | 4D | 22 |
| Octal | 104 | 24 | 232 | 70 | 127 | 0 | 50 | 405 | 115 | 42 |
| Binary | 1000100 | 10100 | 10011010 | 111000 | 1010111 | 0 | 101000 | 100000101 | 1001101 | 100010 |
Color Harmonies of #44149A
Complementary color
Monochromatic Colors of #44149A
Black with #44149A
Text Example
Text Example
White with #44149A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44149A; }
p { color: rgb(68,20,154); }
H1.HeaderClassName
{
color: #44149A;
}
.AnyTagClassName
{
color: #44149A;
}
</style>
background-color css
<style>
a { background-color: #44149A; }
a { background-color: rgb(68,20,154); }
div.DivClassName
{
background-color: #44149A;
}
.BgClassName
{
background-color: #44149A;
}
</style>
border-color css
<style>
span { border-color: #44149A; }
span { border-color: rgb(68,20,154); }
td.TdClassName
{
border-color: #44149A;
}
.TagClassName
{
border-color: #44149A;
}
</style>