Shades of Indigo #440DA9
Tints of Indigo #440DA9
RGB
CMYK
RGB Variations
Color information
#440DA9 (or 0x440DA9) is known color: Indigo. HEX triplet: 44, 0D and A9. RGB value is (68,13,169). Sum of RGB (Red+Green+Blue) = 68+13+169=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 169 (66.41% from 255 or 67.6% from 250); Max value from RGB is 169 - color contains mainly: blue. Hex color #440DA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440DA9 is #BBF256. Grayscale: #2E2E2E. Windows color (decimal): -12317271 or 11078980. OLE color: 11078980.
HSL color Cylindrical-coordinate representation of color #440DA9: hue angle of 261.15º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #440DA9 is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 68 | 13 | 169 | - |
| CMYK | 0.60 | 0.92 | 0 | 0.34 |
| HSL | 261.15º | 0.86% | 0.36% | - |
| HSV(B) | 261.15º | 0.92% | 0.66% | - |
| XYZ | 9.69 | 4.38 | 37.87 | - |
| YUV | 47.23 | 196.72 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 13 | 169 | 0.60 | 0.92 | 0 | 0.34 | 261.15 | 0.86 | 0.36 |
| Hex | 44 | D | A9 | 3C | 5C | 0 | 22 | 105 | 56 | 24 |
| Octal | 104 | 15 | 251 | 74 | 134 | 0 | 42 | 405 | 126 | 44 |
| Binary | 1000100 | 1101 | 10101001 | 111100 | 1011100 | 0 | 100010 | 100000101 | 1010110 | 100100 |
Color Harmonies of #440DA9
Complementary color
Monochromatic Colors of #440DA9
Black with #440DA9
Text Example
Text Example
White with #440DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440DA9; }
p { color: rgb(68,13,169); }
H1.HeaderClassName
{
color: #440DA9;
}
.AnyTagClassName
{
color: #440DA9;
}
</style>
background-color css
<style>
a { background-color: #440DA9; }
a { background-color: rgb(68,13,169); }
div.DivClassName
{
background-color: #440DA9;
}
.BgClassName
{
background-color: #440DA9;
}
</style>
border-color css
<style>
span { border-color: #440DA9; }
span { border-color: rgb(68,13,169); }
td.TdClassName
{
border-color: #440DA9;
}
.TagClassName
{
border-color: #440DA9;
}
</style>