Shades of Indigo #440AA8
Tints of Indigo #440AA8
RGB
CMYK
RGB Variations
Color information
#440AA8 (or 0x440AA8) is known color: Indigo. HEX triplet: 44, 0A and A8. RGB value is (68,10,168). Sum of RGB (Red+Green+Blue) = 68+10+168=246 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.64% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 168 (66.02% from 255 or 68.29% from 246); Max value from RGB is 168 - color contains mainly: blue. Hex color #440AA8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440AA8 is #BBF557. Grayscale: #2C2C2C. Windows color (decimal): -12318040 or 11012676. OLE color: 11012676.
HSL color Cylindrical-coordinate representation of color #440AA8: hue angle of 262.03º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440AA8 is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 68 | 10 | 168 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.34 |
| HSL | 262.03º | 0.89% | 0.35% | - |
| HSV(B) | 262.03º | 0.94% | 0.66% | - |
| XYZ | 9.56 | 4.27 | 37.37 | - |
| YUV | 45.35 | 197.22 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 168 | 0.60 | 0.94 | 0 | 0.34 | 262.03 | 0.89 | 0.35 |
| Hex | 44 | A | A8 | 3C | 5E | 0 | 22 | 106 | 59 | 23 |
| Octal | 104 | 12 | 250 | 74 | 136 | 0 | 42 | 406 | 131 | 43 |
| Binary | 1000100 | 1010 | 10101000 | 111100 | 1011110 | 0 | 100010 | 100000110 | 1011001 | 100011 |
Color Harmonies of #440AA8
Complementary color
Monochromatic Colors of #440AA8
Black with #440AA8
Text Example
Text Example
White with #440AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440AA8; }
p { color: rgb(68,10,168); }
H1.HeaderClassName
{
color: #440AA8;
}
.AnyTagClassName
{
color: #440AA8;
}
</style>
background-color css
<style>
a { background-color: #440AA8; }
a { background-color: rgb(68,10,168); }
div.DivClassName
{
background-color: #440AA8;
}
.BgClassName
{
background-color: #440AA8;
}
</style>
border-color css
<style>
span { border-color: #440AA8; }
span { border-color: rgb(68,10,168); }
td.TdClassName
{
border-color: #440AA8;
}
.TagClassName
{
border-color: #440AA8;
}
</style>