Shades of Indigo #440AA7
Tints of Indigo #440AA7
RGB
CMYK
RGB Variations
Color information
#440AA7 (or 0x440AA7) is known color: Indigo. HEX triplet: 44, 0A and A7. RGB value is (68,10,167). Sum of RGB (Red+Green+Blue) = 68+10+167=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 167 (65.62% from 255 or 68.16% from 245); Max value from RGB is 167 - color contains mainly: blue. Hex color #440AA7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440AA7 is #BBF558. Grayscale: #2C2C2C. Windows color (decimal): -12318041 or 10947140. OLE color: 10947140.
HSL color Cylindrical-coordinate representation of color #440AA7: hue angle of 262.17º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440AA7 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 68 | 10 | 167 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.35 |
| HSL | 262.17º | 0.89% | 0.35% | - |
| HSV(B) | 262.17º | 0.94% | 0.65% | - |
| XYZ | 9.47 | 4.24 | 36.88 | - |
| YUV | 45.24 | 196.72 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 167 | 0.59 | 0.94 | 0 | 0.35 | 262.17 | 0.89 | 0.35 |
| Hex | 44 | A | A7 | 3B | 5E | 0 | 23 | 106 | 59 | 23 |
| Octal | 104 | 12 | 247 | 73 | 136 | 0 | 43 | 406 | 131 | 43 |
| Binary | 1000100 | 1010 | 10100111 | 111011 | 1011110 | 0 | 100011 | 100000110 | 1011001 | 100011 |
Color Harmonies of #440AA7
Complementary color
Monochromatic Colors of #440AA7
Black with #440AA7
Text Example
Text Example
White with #440AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440AA7; }
p { color: rgb(68,10,167); }
H1.HeaderClassName
{
color: #440AA7;
}
.AnyTagClassName
{
color: #440AA7;
}
</style>
background-color css
<style>
a { background-color: #440AA7; }
a { background-color: rgb(68,10,167); }
div.DivClassName
{
background-color: #440AA7;
}
.BgClassName
{
background-color: #440AA7;
}
</style>
border-color css
<style>
span { border-color: #440AA7; }
span { border-color: rgb(68,10,167); }
td.TdClassName
{
border-color: #440AA7;
}
.TagClassName
{
border-color: #440AA7;
}
</style>