Shades of Indigo #4400AA
Tints of Indigo #4400AA
RGB
CMYK
RGB Variations
Color information
#4400AA (or 0x4400AA) is known color: Indigo. HEX triplet: 44, 00 and AA. RGB value is (68,0,170). Sum of RGB (Red+Green+Blue) = 68+0+170=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 170 (66.80% from 255 or 71.43% from 238); Max value from RGB is 170 - color contains mainly: blue. Hex color #4400AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4400AA is #BBFF55. Grayscale: #272727. Windows color (decimal): -12320598 or 11141188. OLE color: 11141188.
HSL color Cylindrical-coordinate representation of color #4400AA: hue angle of 264º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4400AA is Cyan = 0.6, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 0 | 170 | - |
| CMYK | 0.6 | 1 | 0 | 0.33 |
| HSL | 264º | 1% | 0.33% | - |
| HSV(B) | 264º | 1% | 0.67% | - |
| XYZ | 9.64 | 4.13 | 38.32 | - |
| YUV | 39.71 | 201.53 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 0 | 170 | 0.6 | 1 | 0 | 0.33 | 264 | 1 | 0.33 |
| Hex | 44 | 0 | AA | 3C | 64 | 0 | 21 | 108 | 64 | 21 |
| Octal | 104 | 0 | 252 | 74 | 144 | 0 | 41 | 410 | 144 | 41 |
| Binary | 1000100 | 0 | 10101010 | 111100 | 1100100 | 0 | 100001 | 100001000 | 1100100 | 100001 |
Color Harmonies of #4400AA
Complementary color
Monochromatic Colors of #4400AA
Black with #4400AA
Text Example
Text Example
White with #4400AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4400AA; }
p { color: rgb(68,0,170); }
H1.HeaderClassName
{
color: #4400AA;
}
.AnyTagClassName
{
color: #4400AA;
}
</style>
background-color css
<style>
a { background-color: #4400AA; }
a { background-color: rgb(68,0,170); }
div.DivClassName
{
background-color: #4400AA;
}
.BgClassName
{
background-color: #4400AA;
}
</style>
border-color css
<style>
span { border-color: #4400AA; }
span { border-color: rgb(68,0,170); }
td.TdClassName
{
border-color: #4400AA;
}
.TagClassName
{
border-color: #4400AA;
}
</style>