Shades of Indigo #440FA9
Tints of Indigo #440FA9
RGB
CMYK
RGB Variations
Color information
#440FA9 (or 0x440FA9) is known color: Indigo. HEX triplet: 44, 0F and A9. RGB value is (68,15,169). Sum of RGB (Red+Green+Blue) = 68+15+169=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 15 (6.25% from 255 or 5.95% from 252); Blue value is 169 (66.41% from 255 or 67.06% from 252); Max value from RGB is 169 - color contains mainly: blue. Hex color #440FA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440FA9 is #BBF056. Grayscale: #2F2F2F. Windows color (decimal): -12316759 or 11079492. OLE color: 11079492.
HSL color Cylindrical-coordinate representation of color #440FA9: hue angle of 260.65º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #440FA9 is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 68 | 15 | 169 | - |
| CMYK | 0.60 | 0.91 | 0 | 0.34 |
| HSL | 260.65º | 0.84% | 0.36% | - |
| HSV(B) | 260.65º | 0.91% | 0.66% | - |
| XYZ | 9.72 | 4.44 | 37.88 | - |
| YUV | 48.4 | 196.06 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 15 | 169 | 0.60 | 0.91 | 0 | 0.34 | 260.65 | 0.84 | 0.36 |
| Hex | 44 | F | A9 | 3C | 5B | 0 | 22 | 105 | 54 | 24 |
| Octal | 104 | 17 | 251 | 74 | 133 | 0 | 42 | 405 | 124 | 44 |
| Binary | 1000100 | 1111 | 10101001 | 111100 | 1011011 | 0 | 100010 | 100000101 | 1010100 | 100100 |
Color Harmonies of #440FA9
Complementary color
Monochromatic Colors of #440FA9
Black with #440FA9
Text Example
Text Example
White with #440FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440FA9; }
p { color: rgb(68,15,169); }
H1.HeaderClassName
{
color: #440FA9;
}
.AnyTagClassName
{
color: #440FA9;
}
</style>
background-color css
<style>
a { background-color: #440FA9; }
a { background-color: rgb(68,15,169); }
div.DivClassName
{
background-color: #440FA9;
}
.BgClassName
{
background-color: #440FA9;
}
</style>
border-color css
<style>
span { border-color: #440FA9; }
span { border-color: rgb(68,15,169); }
td.TdClassName
{
border-color: #440FA9;
}
.TagClassName
{
border-color: #440FA9;
}
</style>