Shades of Indigo #44129F
Tints of Indigo #44129F
RGB
CMYK
RGB Variations
Color information
#44129F (or 0x44129F) is known color: Indigo. HEX triplet: 44, 12 and 9F. RGB value is (68,18,159). Sum of RGB (Red+Green+Blue) = 68+18+159=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 159 (62.5% from 255 or 64.90% from 245); Max value from RGB is 159 - color contains mainly: blue. Hex color #44129F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44129F is #BBED60. Grayscale: #303030. Windows color (decimal): -12316001 or 10424900. OLE color: 10424900.
HSL color Cylindrical-coordinate representation of color #44129F: hue angle of 261.28º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #44129F is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 18 | 159 | - |
| CMYK | 0.57 | 0.89 | 0 | 0.38 |
| HSL | 261.28º | 0.8% | 0.35% | - |
| HSV(B) | 261.28º | 0.89% | 0.62% | - |
| XYZ | 8.86 | 4.16 | 33.14 | - |
| YUV | 49.02 | 190.07 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 18 | 159 | 0.57 | 0.89 | 0 | 0.38 | 261.28 | 0.8 | 0.35 |
| Hex | 44 | 12 | 9F | 39 | 59 | 0 | 26 | 105 | 50 | 23 |
| Octal | 104 | 22 | 237 | 71 | 131 | 0 | 46 | 405 | 120 | 43 |
| Binary | 1000100 | 10010 | 10011111 | 111001 | 1011001 | 0 | 100110 | 100000101 | 1010000 | 100011 |
Color Harmonies of #44129F
Complementary color
Monochromatic Colors of #44129F
Black with #44129F
Text Example
Text Example
White with #44129F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44129F; }
p { color: rgb(68,18,159); }
H1.HeaderClassName
{
color: #44129F;
}
.AnyTagClassName
{
color: #44129F;
}
</style>
background-color css
<style>
a { background-color: #44129F; }
a { background-color: rgb(68,18,159); }
div.DivClassName
{
background-color: #44129F;
}
.BgClassName
{
background-color: #44129F;
}
</style>
border-color css
<style>
span { border-color: #44129F; }
span { border-color: rgb(68,18,159); }
td.TdClassName
{
border-color: #44129F;
}
.TagClassName
{
border-color: #44129F;
}
</style>