Shades of Indigo #440AA5
Tints of Indigo #440AA5
RGB
CMYK
RGB Variations
Color information
#440AA5 (or 0x440AA5) is known color: Indigo. HEX triplet: 44, 0A and A5. RGB value is (68,10,165). Sum of RGB (Red+Green+Blue) = 68+10+165=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 165 (64.84% from 255 or 67.90% from 243); Max value from RGB is 165 - color contains mainly: blue. Hex color #440AA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440AA5 is #BBF55A. Grayscale: #2C2C2C. Windows color (decimal): -12318043 or 10816068. OLE color: 10816068.
HSL color Cylindrical-coordinate representation of color #440AA5: hue angle of 262.45º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440AA5 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 68 | 10 | 165 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.35 |
| HSL | 262.45º | 0.89% | 0.34% | - |
| HSV(B) | 262.45º | 0.94% | 0.65% | - |
| XYZ | 9.28 | 4.16 | 35.91 | - |
| YUV | 45.01 | 195.72 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 165 | 0.59 | 0.94 | 0 | 0.35 | 262.45 | 0.89 | 0.34 |
| Hex | 44 | A | A5 | 3B | 5E | 0 | 23 | 106 | 59 | 22 |
| Octal | 104 | 12 | 245 | 73 | 136 | 0 | 43 | 406 | 131 | 42 |
| Binary | 1000100 | 1010 | 10100101 | 111011 | 1011110 | 0 | 100011 | 100000110 | 1011001 | 100010 |
Color Harmonies of #440AA5
Complementary color
Monochromatic Colors of #440AA5
Black with #440AA5
Text Example
Text Example
White with #440AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440AA5; }
p { color: rgb(68,10,165); }
H1.HeaderClassName
{
color: #440AA5;
}
.AnyTagClassName
{
color: #440AA5;
}
</style>
background-color css
<style>
a { background-color: #440AA5; }
a { background-color: rgb(68,10,165); }
div.DivClassName
{
background-color: #440AA5;
}
.BgClassName
{
background-color: #440AA5;
}
</style>
border-color css
<style>
span { border-color: #440AA5; }
span { border-color: rgb(68,10,165); }
td.TdClassName
{
border-color: #440AA5;
}
.TagClassName
{
border-color: #440AA5;
}
</style>