Shades of Indigo #441098
Tints of Indigo #441098
RGB
CMYK
RGB Variations
Color information
#441098 (or 0x441098) is known color: Indigo. HEX triplet: 44, 10 and 98. RGB value is (68,16,152). Sum of RGB (Red+Green+Blue) = 68+16+152=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 152 (59.77% from 255 or 64.41% from 236); Max value from RGB is 152 - color contains mainly: blue. Hex color #441098 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441098 is #BBEF67. Grayscale: #2E2E2E. Windows color (decimal): -12316520 or 9965636. OLE color: 9965636.
HSL color Cylindrical-coordinate representation of color #441098: hue angle of 262.94º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #441098 is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 16 | 152 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.40 |
| HSL | 262.94º | 0.81% | 0.33% | - |
| HSV(B) | 262.94º | 0.89% | 0.6% | - |
| XYZ | 8.24 | 3.87 | 30.02 | - |
| YUV | 47.05 | 187.23 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 16 | 152 | 0.55 | 0.89 | 0 | 0.40 | 262.94 | 0.81 | 0.33 |
| Hex | 44 | 10 | 98 | 37 | 59 | 0 | 28 | 107 | 51 | 21 |
| Octal | 104 | 20 | 230 | 67 | 131 | 0 | 50 | 407 | 121 | 41 |
| Binary | 1000100 | 10000 | 10011000 | 110111 | 1011001 | 0 | 101000 | 100000111 | 1010001 | 100001 |
Color Harmonies of #441098
Complementary color
Monochromatic Colors of #441098
Black with #441098
Text Example
Text Example
White with #441098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441098; }
p { color: rgb(68,16,152); }
H1.HeaderClassName
{
color: #441098;
}
.AnyTagClassName
{
color: #441098;
}
</style>
background-color css
<style>
a { background-color: #441098; }
a { background-color: rgb(68,16,152); }
div.DivClassName
{
background-color: #441098;
}
.BgClassName
{
background-color: #441098;
}
</style>
border-color css
<style>
span { border-color: #441098; }
span { border-color: rgb(68,16,152); }
td.TdClassName
{
border-color: #441098;
}
.TagClassName
{
border-color: #441098;
}
</style>