Shades of Indigo #440AA1
Tints of Indigo #440AA1
RGB
CMYK
RGB Variations
Color information
#440AA1 (or 0x440AA1) is known color: Indigo. HEX triplet: 44, 0A and A1. RGB value is (68,10,161). Sum of RGB (Red+Green+Blue) = 68+10+161=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 10 (4.30% from 255 or 4.18% from 239); Blue value is 161 (63.28% from 255 or 67.36% from 239); Max value from RGB is 161 - color contains mainly: blue. Hex color #440AA1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440AA1 is #BBF55E. Grayscale: #2C2C2C. Windows color (decimal): -12318047 or 10553924. OLE color: 10553924.
HSL color Cylindrical-coordinate representation of color #440AA1: hue angle of 263.05º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440AA1 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 68 | 10 | 161 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.37 |
| HSL | 263.05º | 0.88% | 0.34% | - |
| HSV(B) | 263.05º | 0.94% | 0.63% | - |
| XYZ | 8.93 | 4.02 | 34.02 | - |
| YUV | 44.56 | 193.72 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 161 | 0.58 | 0.94 | 0 | 0.37 | 263.05 | 0.88 | 0.34 |
| Hex | 44 | A | A1 | 3A | 5E | 0 | 25 | 107 | 58 | 22 |
| Octal | 104 | 12 | 241 | 72 | 136 | 0 | 45 | 407 | 130 | 42 |
| Binary | 1000100 | 1010 | 10100001 | 111010 | 1011110 | 0 | 100101 | 100000111 | 1011000 | 100010 |
Color Harmonies of #440AA1
Complementary color
Monochromatic Colors of #440AA1
Black with #440AA1
Text Example
Text Example
White with #440AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440AA1; }
p { color: rgb(68,10,161); }
H1.HeaderClassName
{
color: #440AA1;
}
.AnyTagClassName
{
color: #440AA1;
}
</style>
background-color css
<style>
a { background-color: #440AA1; }
a { background-color: rgb(68,10,161); }
div.DivClassName
{
background-color: #440AA1;
}
.BgClassName
{
background-color: #440AA1;
}
</style>
border-color css
<style>
span { border-color: #440AA1; }
span { border-color: rgb(68,10,161); }
td.TdClassName
{
border-color: #440AA1;
}
.TagClassName
{
border-color: #440AA1;
}
</style>