Shades of Indigo #441094
Tints of Indigo #441094
RGB
CMYK
RGB Variations
Color information
#441094 (or 0x441094) is known color: Indigo. HEX triplet: 44, 10 and 94. RGB value is (68,16,148). Sum of RGB (Red+Green+Blue) = 68+16+148=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 148 (58.20% from 255 or 63.79% from 232); Max value from RGB is 148 - color contains mainly: blue. Hex color #441094 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441094 is #BBEF6B. Grayscale: #2E2E2E. Windows color (decimal): -12316524 or 9703492. OLE color: 9703492.
HSL color Cylindrical-coordinate representation of color #441094: hue angle of 263.64º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #441094 is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 16 | 148 | - |
| CMYK | 0.54 | 0.89 | 0 | 0.42 |
| HSL | 263.64º | 0.8% | 0.32% | - |
| HSV(B) | 263.64º | 0.89% | 0.58% | - |
| XYZ | 7.91 | 3.74 | 28.32 | - |
| YUV | 46.6 | 185.23 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 16 | 148 | 0.54 | 0.89 | 0 | 0.42 | 263.64 | 0.8 | 0.32 |
| Hex | 44 | 10 | 94 | 36 | 59 | 0 | 2A | 108 | 50 | 20 |
| Octal | 104 | 20 | 224 | 66 | 131 | 0 | 52 | 410 | 120 | 40 |
| Binary | 1000100 | 10000 | 10010100 | 110110 | 1011001 | 0 | 101010 | 100001000 | 1010000 | 100000 |
Color Harmonies of #441094
Complementary color
Monochromatic Colors of #441094
Black with #441094
Text Example
Text Example
White with #441094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441094; }
p { color: rgb(68,16,148); }
H1.HeaderClassName
{
color: #441094;
}
.AnyTagClassName
{
color: #441094;
}
</style>
background-color css
<style>
a { background-color: #441094; }
a { background-color: rgb(68,16,148); }
div.DivClassName
{
background-color: #441094;
}
.BgClassName
{
background-color: #441094;
}
</style>
border-color css
<style>
span { border-color: #441094; }
span { border-color: rgb(68,16,148); }
td.TdClassName
{
border-color: #441094;
}
.TagClassName
{
border-color: #441094;
}
</style>