Shades of Indigo #44118B
Tints of Indigo #44118B
RGB
CMYK
RGB Variations
Color information
#44118B (or 0x44118B) is known color: Indigo. HEX triplet: 44, 11 and 8B. RGB value is (68,17,139). Sum of RGB (Red+Green+Blue) = 68+17+139=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 139 (54.69% from 255 or 62.05% from 224); Max value from RGB is 139 - color contains mainly: blue. Hex color #44118B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44118B is #BBEE74. Grayscale: #2D2D2D. Windows color (decimal): -12316277 or 9113924. OLE color: 9113924.
HSL color Cylindrical-coordinate representation of color #44118B: hue angle of 265.08º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #44118B is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 17 | 139 | - |
| CMYK | 0.51 | 0.88 | 0 | 0.45 |
| HSL | 265.08º | 0.78% | 0.31% | - |
| HSV(B) | 265.08º | 0.88% | 0.55% | - |
| XYZ | 7.24 | 3.49 | 24.72 | - |
| YUV | 46.16 | 180.4 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 17 | 139 | 0.51 | 0.88 | 0 | 0.45 | 265.08 | 0.78 | 0.31 |
| Hex | 44 | 11 | 8B | 33 | 58 | 0 | 2D | 109 | 4E | 1F |
| Octal | 104 | 21 | 213 | 63 | 130 | 0 | 55 | 411 | 116 | 37 |
| Binary | 1000100 | 10001 | 10001011 | 110011 | 1011000 | 0 | 101101 | 100001001 | 1001110 | 11111 |
Color Harmonies of #44118B
Complementary color
Monochromatic Colors of #44118B
Black with #44118B
Text Example
Text Example
White with #44118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44118B; }
p { color: rgb(68,17,139); }
H1.HeaderClassName
{
color: #44118B;
}
.AnyTagClassName
{
color: #44118B;
}
</style>
background-color css
<style>
a { background-color: #44118B; }
a { background-color: rgb(68,17,139); }
div.DivClassName
{
background-color: #44118B;
}
.BgClassName
{
background-color: #44118B;
}
</style>
border-color css
<style>
span { border-color: #44118B; }
span { border-color: rgb(68,17,139); }
td.TdClassName
{
border-color: #44118B;
}
.TagClassName
{
border-color: #44118B;
}
</style>