Shades of Indigo #4409AA
Tints of Indigo #4409AA
RGB
CMYK
RGB Variations
Color information
#4409AA (or 0x4409AA) is known color: Indigo. HEX triplet: 44, 09 and AA. RGB value is (68,9,170). Sum of RGB (Red+Green+Blue) = 68+9+170=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 170 (66.80% from 255 or 68.83% from 247); Max value from RGB is 170 - color contains mainly: blue. Hex color #4409AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4409AA is #BBF655. Grayscale: #2C2C2C. Windows color (decimal): -12318294 or 11143492. OLE color: 11143492.
HSL color Cylindrical-coordinate representation of color #4409AA: hue angle of 261.99º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4409AA is Cyan = 0.6, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 9 | 170 | - |
| CMYK | 0.6 | 0.95 | 0 | 0.33 |
| HSL | 261.99º | 0.9% | 0.35% | - |
| HSV(B) | 261.99º | 0.95% | 0.67% | - |
| XYZ | 9.74 | 4.33 | 38.35 | - |
| YUV | 45 | 198.55 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 9 | 170 | 0.6 | 0.95 | 0 | 0.33 | 261.99 | 0.9 | 0.35 |
| Hex | 44 | 9 | AA | 3C | 5F | 0 | 21 | 106 | 5A | 23 |
| Octal | 104 | 11 | 252 | 74 | 137 | 0 | 41 | 406 | 132 | 43 |
| Binary | 1000100 | 1001 | 10101010 | 111100 | 1011111 | 0 | 100001 | 100000110 | 1011010 | 100011 |
Color Harmonies of #4409AA
Complementary color
Monochromatic Colors of #4409AA
Black with #4409AA
Text Example
Text Example
White with #4409AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4409AA; }
p { color: rgb(68,9,170); }
H1.HeaderClassName
{
color: #4409AA;
}
.AnyTagClassName
{
color: #4409AA;
}
</style>
background-color css
<style>
a { background-color: #4409AA; }
a { background-color: rgb(68,9,170); }
div.DivClassName
{
background-color: #4409AA;
}
.BgClassName
{
background-color: #4409AA;
}
</style>
border-color css
<style>
span { border-color: #4409AA; }
span { border-color: rgb(68,9,170); }
td.TdClassName
{
border-color: #4409AA;
}
.TagClassName
{
border-color: #4409AA;
}
</style>