Shades of Indigo #4402AA
Tints of Indigo #4402AA
RGB
CMYK
RGB Variations
Color information
#4402AA (or 0x4402AA) is known color: Indigo. HEX triplet: 44, 02 and AA. RGB value is (68,2,170). Sum of RGB (Red+Green+Blue) = 68+2+170=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 170 (66.80% from 255 or 70.83% from 240); Max value from RGB is 170 - color contains mainly: blue. Hex color #4402AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4402AA is #BBFD55. Grayscale: #282828. Windows color (decimal): -12320086 or 11141700. OLE color: 11141700.
HSL color Cylindrical-coordinate representation of color #4402AA: hue angle of 263.57º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4402AA is Cyan = 0.6, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 2 | 170 | - |
| CMYK | 0.6 | 0.99 | 0 | 0.33 |
| HSL | 263.57º | 0.98% | 0.34% | - |
| HSV(B) | 263.57º | 0.99% | 0.67% | - |
| XYZ | 9.66 | 4.17 | 38.33 | - |
| YUV | 40.89 | 200.87 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 2 | 170 | 0.6 | 0.99 | 0 | 0.33 | 263.57 | 0.98 | 0.34 |
| Hex | 44 | 2 | AA | 3C | 63 | 0 | 21 | 108 | 62 | 22 |
| Octal | 104 | 2 | 252 | 74 | 143 | 0 | 41 | 410 | 142 | 42 |
| Binary | 1000100 | 10 | 10101010 | 111100 | 1100011 | 0 | 100001 | 100001000 | 1100010 | 100010 |
Color Harmonies of #4402AA
Complementary color
Monochromatic Colors of #4402AA
Black with #4402AA
Text Example
Text Example
White with #4402AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4402AA; }
p { color: rgb(68,2,170); }
H1.HeaderClassName
{
color: #4402AA;
}
.AnyTagClassName
{
color: #4402AA;
}
</style>
background-color css
<style>
a { background-color: #4402AA; }
a { background-color: rgb(68,2,170); }
div.DivClassName
{
background-color: #4402AA;
}
.BgClassName
{
background-color: #4402AA;
}
</style>
border-color css
<style>
span { border-color: #4402AA; }
span { border-color: rgb(68,2,170); }
td.TdClassName
{
border-color: #4402AA;
}
.TagClassName
{
border-color: #4402AA;
}
</style>