Shades of Indigo #441299
Tints of Indigo #441299
RGB
CMYK
RGB Variations
Color information
#441299 (or 0x441299) is known color: Indigo. HEX triplet: 44, 12 and 99. RGB value is (68,18,153). Sum of RGB (Red+Green+Blue) = 68+18+153=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 153 (60.16% from 255 or 64.02% from 239); Max value from RGB is 153 - color contains mainly: blue. Hex color #441299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441299 is #BBED66. Grayscale: #2F2F2F. Windows color (decimal): -12316007 or 10031684. OLE color: 10031684.
HSL color Cylindrical-coordinate representation of color #441299: hue angle of 262.22º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #441299 is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 68 | 18 | 153 | - |
| CMYK | 0.56 | 0.88 | 0 | 0.4 |
| HSL | 262.22º | 0.79% | 0.34% | - |
| HSV(B) | 262.22º | 0.88% | 0.6% | - |
| XYZ | 8.35 | 3.96 | 30.46 | - |
| YUV | 48.34 | 187.07 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 18 | 153 | 0.56 | 0.88 | 0 | 0.4 | 262.22 | 0.79 | 0.34 |
| Hex | 44 | 12 | 99 | 38 | 58 | 0 | 28 | 106 | 4F | 22 |
| Octal | 104 | 22 | 231 | 70 | 130 | 0 | 50 | 406 | 117 | 42 |
| Binary | 1000100 | 10010 | 10011001 | 111000 | 1011000 | 0 | 101000 | 100000110 | 1001111 | 100010 |
Color Harmonies of #441299
Complementary color
Monochromatic Colors of #441299
Black with #441299
Text Example
Text Example
White with #441299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441299; }
p { color: rgb(68,18,153); }
H1.HeaderClassName
{
color: #441299;
}
.AnyTagClassName
{
color: #441299;
}
</style>
background-color css
<style>
a { background-color: #441299; }
a { background-color: rgb(68,18,153); }
div.DivClassName
{
background-color: #441299;
}
.BgClassName
{
background-color: #441299;
}
</style>
border-color css
<style>
span { border-color: #441299; }
span { border-color: rgb(68,18,153); }
td.TdClassName
{
border-color: #441299;
}
.TagClassName
{
border-color: #441299;
}
</style>