Shades of Indigo #44139D
Tints of Indigo #44139D
RGB
CMYK
RGB Variations
Color information
#44139D (or 0x44139D) is known color: Indigo. HEX triplet: 44, 13 and 9D. RGB value is (68,19,157). Sum of RGB (Red+Green+Blue) = 68+19+157=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 157 (61.72% from 255 or 64.34% from 244); Max value from RGB is 157 - color contains mainly: blue. Hex color #44139D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44139D is #BBEC62. Grayscale: #303030. Windows color (decimal): -12315747 or 10294084. OLE color: 10294084.
HSL color Cylindrical-coordinate representation of color #44139D: hue angle of 261.3º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #44139D is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 19 | 157 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.38 |
| HSL | 261.3º | 0.78% | 0.35% | - |
| HSV(B) | 261.3º | 0.88% | 0.62% | - |
| XYZ | 8.7 | 4.13 | 32.24 | - |
| YUV | 49.38 | 188.73 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 19 | 157 | 0.57 | 0.88 | 0 | 0.38 | 261.3 | 0.78 | 0.35 |
| Hex | 44 | 13 | 9D | 39 | 58 | 0 | 26 | 105 | 4E | 23 |
| Octal | 104 | 23 | 235 | 71 | 130 | 0 | 46 | 405 | 116 | 43 |
| Binary | 1000100 | 10011 | 10011101 | 111001 | 1011000 | 0 | 100110 | 100000101 | 1001110 | 100011 |
Color Harmonies of #44139D
Complementary color
Monochromatic Colors of #44139D
Black with #44139D
Text Example
Text Example
White with #44139D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44139D; }
p { color: rgb(68,19,157); }
H1.HeaderClassName
{
color: #44139D;
}
.AnyTagClassName
{
color: #44139D;
}
</style>
background-color css
<style>
a { background-color: #44139D; }
a { background-color: rgb(68,19,157); }
div.DivClassName
{
background-color: #44139D;
}
.BgClassName
{
background-color: #44139D;
}
</style>
border-color css
<style>
span { border-color: #44139D; }
span { border-color: rgb(68,19,157); }
td.TdClassName
{
border-color: #44139D;
}
.TagClassName
{
border-color: #44139D;
}
</style>