Shades of Indigo #44129B
Tints of Indigo #44129B
RGB
CMYK
RGB Variations
Color information
#44129B (or 0x44129B) is known color: Indigo. HEX triplet: 44, 12 and 9B. RGB value is (68,18,155). Sum of RGB (Red+Green+Blue) = 68+18+155=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 155 (60.94% from 255 or 64.32% from 241); Max value from RGB is 155 - color contains mainly: blue. Hex color #44129B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44129B is #BBED64. Grayscale: #303030. Windows color (decimal): -12316005 or 10162756. OLE color: 10162756.
HSL color Cylindrical-coordinate representation of color #44129B: hue angle of 261.9º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #44129B is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 18 | 155 | - |
| CMYK | 0.56 | 0.88 | 0 | 0.39 |
| HSL | 261.9º | 0.79% | 0.34% | - |
| HSV(B) | 261.9º | 0.88% | 0.61% | - |
| XYZ | 8.52 | 4.03 | 31.34 | - |
| YUV | 48.57 | 188.07 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 18 | 155 | 0.56 | 0.88 | 0 | 0.39 | 261.9 | 0.79 | 0.34 |
| Hex | 44 | 12 | 9B | 38 | 58 | 0 | 27 | 106 | 4F | 22 |
| Octal | 104 | 22 | 233 | 70 | 130 | 0 | 47 | 406 | 117 | 42 |
| Binary | 1000100 | 10010 | 10011011 | 111000 | 1011000 | 0 | 100111 | 100000110 | 1001111 | 100010 |
Color Harmonies of #44129B
Complementary color
Monochromatic Colors of #44129B
Black with #44129B
Text Example
Text Example
White with #44129B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44129B; }
p { color: rgb(68,18,155); }
H1.HeaderClassName
{
color: #44129B;
}
.AnyTagClassName
{
color: #44129B;
}
</style>
background-color css
<style>
a { background-color: #44129B; }
a { background-color: rgb(68,18,155); }
div.DivClassName
{
background-color: #44129B;
}
.BgClassName
{
background-color: #44129B;
}
</style>
border-color css
<style>
span { border-color: #44129B; }
span { border-color: rgb(68,18,155); }
td.TdClassName
{
border-color: #44129B;
}
.TagClassName
{
border-color: #44129B;
}
</style>