Shades of Indigo #440AA2
Tints of Indigo #440AA2
RGB
CMYK
RGB Variations
Color information
#440AA2 (or 0x440AA2) is known color: Indigo. HEX triplet: 44, 0A and A2. RGB value is (68,10,162). Sum of RGB (Red+Green+Blue) = 68+10+162=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 10 (4.30% from 255 or 4.17% from 240); Blue value is 162 (63.67% from 255 or 67.5% from 240); Max value from RGB is 162 - color contains mainly: blue. Hex color #440AA2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440AA2 is #BBF55D. Grayscale: #2C2C2C. Windows color (decimal): -12318046 or 10619460. OLE color: 10619460.
HSL color Cylindrical-coordinate representation of color #440AA2: hue angle of 262.89º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440AA2 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 68 | 10 | 162 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.36 |
| HSL | 262.89º | 0.88% | 0.34% | - |
| HSV(B) | 262.89º | 0.94% | 0.64% | - |
| XYZ | 9.01 | 4.05 | 34.49 | - |
| YUV | 44.67 | 194.22 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 162 | 0.58 | 0.94 | 0 | 0.36 | 262.89 | 0.88 | 0.34 |
| Hex | 44 | A | A2 | 3A | 5E | 0 | 24 | 107 | 58 | 22 |
| Octal | 104 | 12 | 242 | 72 | 136 | 0 | 44 | 407 | 130 | 42 |
| Binary | 1000100 | 1010 | 10100010 | 111010 | 1011110 | 0 | 100100 | 100000111 | 1011000 | 100010 |
Color Harmonies of #440AA2
Complementary color
Monochromatic Colors of #440AA2
Black with #440AA2
Text Example
Text Example
White with #440AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440AA2; }
p { color: rgb(68,10,162); }
H1.HeaderClassName
{
color: #440AA2;
}
.AnyTagClassName
{
color: #440AA2;
}
</style>
background-color css
<style>
a { background-color: #440AA2; }
a { background-color: rgb(68,10,162); }
div.DivClassName
{
background-color: #440AA2;
}
.BgClassName
{
background-color: #440AA2;
}
</style>
border-color css
<style>
span { border-color: #440AA2; }
span { border-color: rgb(68,10,162); }
td.TdClassName
{
border-color: #440AA2;
}
.TagClassName
{
border-color: #440AA2;
}
</style>