Shades of Indigo #440AAA
Tints of Indigo #440AAA
RGB
CMYK
RGB Variations
Color information
#440AAA (or 0x440AAA) is known color: Indigo. HEX triplet: 44, 0A and AA. RGB value is (68,10,170). Sum of RGB (Red+Green+Blue) = 68+10+170=248 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.42% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 170 (66.80% from 255 or 68.55% from 248); Max value from RGB is 170 - color contains mainly: blue. Hex color #440AAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440AAA is #BBF555. Grayscale: #2D2D2D. Windows color (decimal): -12318038 or 11143748. OLE color: 11143748.
HSL color Cylindrical-coordinate representation of color #440AAA: hue angle of 261.75º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440AAA is Cyan = 0.6, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 10 | 170 | - |
| CMYK | 0.6 | 0.94 | 0 | 0.33 |
| HSL | 261.75º | 0.89% | 0.35% | - |
| HSV(B) | 261.75º | 0.94% | 0.67% | - |
| XYZ | 9.75 | 4.35 | 38.36 | - |
| YUV | 45.58 | 198.22 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 170 | 0.6 | 0.94 | 0 | 0.33 | 261.75 | 0.89 | 0.35 |
| Hex | 44 | A | AA | 3C | 5E | 0 | 21 | 106 | 59 | 23 |
| Octal | 104 | 12 | 252 | 74 | 136 | 0 | 41 | 406 | 131 | 43 |
| Binary | 1000100 | 1010 | 10101010 | 111100 | 1011110 | 0 | 100001 | 100000110 | 1011001 | 100011 |
Color Harmonies of #440AAA
Complementary color
Monochromatic Colors of #440AAA
Black with #440AAA
Text Example
Text Example
White with #440AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440AAA; }
p { color: rgb(68,10,170); }
H1.HeaderClassName
{
color: #440AAA;
}
.AnyTagClassName
{
color: #440AAA;
}
</style>
background-color css
<style>
a { background-color: #440AAA; }
a { background-color: rgb(68,10,170); }
div.DivClassName
{
background-color: #440AAA;
}
.BgClassName
{
background-color: #440AAA;
}
</style>
border-color css
<style>
span { border-color: #440AAA; }
span { border-color: rgb(68,10,170); }
td.TdClassName
{
border-color: #440AAA;
}
.TagClassName
{
border-color: #440AAA;
}
</style>