Shades of Indigo #440F99
Tints of Indigo #440F99
RGB
CMYK
RGB Variations
Color information
#440F99 (or 0x440F99) is known color: Indigo. HEX triplet: 44, 0F and 99. RGB value is (68,15,153). Sum of RGB (Red+Green+Blue) = 68+15+153=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 15 (6.25% from 255 or 6.36% from 236); Blue value is 153 (60.16% from 255 or 64.83% from 236); Max value from RGB is 153 - color contains mainly: blue. Hex color #440F99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440F99 is #BBF066. Grayscale: #2E2E2E. Windows color (decimal): -12316775 or 10030916. OLE color: 10030916.
HSL color Cylindrical-coordinate representation of color #440F99: hue angle of 263.04º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #440F99 is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 68 | 15 | 153 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.4 |
| HSL | 263.04º | 0.82% | 0.33% | - |
| HSV(B) | 263.04º | 0.9% | 0.6% | - |
| XYZ | 8.3 | 3.87 | 30.45 | - |
| YUV | 46.58 | 188.06 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 15 | 153 | 0.56 | 0.90 | 0 | 0.4 | 263.04 | 0.82 | 0.33 |
| Hex | 44 | F | 99 | 38 | 5A | 0 | 28 | 107 | 52 | 21 |
| Octal | 104 | 17 | 231 | 70 | 132 | 0 | 50 | 407 | 122 | 41 |
| Binary | 1000100 | 1111 | 10011001 | 111000 | 1011010 | 0 | 101000 | 100000111 | 1010010 | 100001 |
Color Harmonies of #440F99
Complementary color
Monochromatic Colors of #440F99
Black with #440F99
Text Example
Text Example
White with #440F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440F99; }
p { color: rgb(68,15,153); }
H1.HeaderClassName
{
color: #440F99;
}
.AnyTagClassName
{
color: #440F99;
}
</style>
background-color css
<style>
a { background-color: #440F99; }
a { background-color: rgb(68,15,153); }
div.DivClassName
{
background-color: #440F99;
}
.BgClassName
{
background-color: #440F99;
}
</style>
border-color css
<style>
span { border-color: #440F99; }
span { border-color: rgb(68,15,153); }
td.TdClassName
{
border-color: #440F99;
}
.TagClassName
{
border-color: #440F99;
}
</style>