Shades of Indigo #440199
Tints of Indigo #440199
RGB
CMYK
RGB Variations
Color information
#440199 (or 0x440199) is known color: Indigo. HEX triplet: 44, 01 and 99. RGB value is (68,1,153). Sum of RGB (Red+Green+Blue) = 68+1+153=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 153 (60.16% from 255 or 68.92% from 222); Max value from RGB is 153 - color contains mainly: blue. Hex color #440199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440199 is #BBFE66. Grayscale: #252525. Windows color (decimal): -12320359 or 10027332. OLE color: 10027332.
HSL color Cylindrical-coordinate representation of color #440199: hue angle of 266.45º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #440199 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 68 | 1 | 153 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.4 |
| HSL | 266.45º | 0.99% | 0.3% | - |
| HSV(B) | 266.45º | 0.99% | 0.6% | - |
| XYZ | 8.14 | 3.55 | 30.39 | - |
| YUV | 38.36 | 192.7 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 1 | 153 | 0.56 | 0.99 | 0 | 0.4 | 266.45 | 0.99 | 0.3 |
| Hex | 44 | 1 | 99 | 38 | 63 | 0 | 28 | 10A | 63 | 1E |
| Octal | 104 | 1 | 231 | 70 | 143 | 0 | 50 | 412 | 143 | 36 |
| Binary | 1000100 | 1 | 10011001 | 111000 | 1100011 | 0 | 101000 | 100001010 | 1100011 | 11110 |
Color Harmonies of #440199
Complementary color
Monochromatic Colors of #440199
Black with #440199
Text Example
Text Example
White with #440199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440199; }
p { color: rgb(68,1,153); }
H1.HeaderClassName
{
color: #440199;
}
.AnyTagClassName
{
color: #440199;
}
</style>
background-color css
<style>
a { background-color: #440199; }
a { background-color: rgb(68,1,153); }
div.DivClassName
{
background-color: #440199;
}
.BgClassName
{
background-color: #440199;
}
</style>
border-color css
<style>
span { border-color: #440199; }
span { border-color: rgb(68,1,153); }
td.TdClassName
{
border-color: #440199;
}
.TagClassName
{
border-color: #440199;
}
</style>