Shades of Indigo #4400A0
Tints of Indigo #4400A0
RGB
CMYK
RGB Variations
Color information
#4400A0 (or 0x4400A0) is known color: Indigo. HEX triplet: 44, 00 and A0. RGB value is (68,0,160). Sum of RGB (Red+Green+Blue) = 68+0+160=228 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.82% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 160 (62.89% from 255 or 70.18% from 228); Max value from RGB is 160 - color contains mainly: blue. Hex color #4400A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4400A0 is #BBFF5F. Grayscale: #262626. Windows color (decimal): -12320608 or 10485828. OLE color: 10485828.
HSL color Cylindrical-coordinate representation of color #4400A0: hue angle of 265.5º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4400A0 is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 68 | 0 | 160 | - |
| CMYK | 0.57 | 1 | 0 | 0.37 |
| HSL | 265.5º | 1% | 0.31% | - |
| HSV(B) | 265.5º | 1% | 0.63% | - |
| XYZ | 8.73 | 3.77 | 33.52 | - |
| YUV | 38.57 | 196.53 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 0 | 160 | 0.57 | 1 | 0 | 0.37 | 265.5 | 1 | 0.31 |
| Hex | 44 | 0 | A0 | 39 | 64 | 0 | 25 | 10A | 64 | 1F |
| Octal | 104 | 0 | 240 | 71 | 144 | 0 | 45 | 412 | 144 | 37 |
| Binary | 1000100 | 0 | 10100000 | 111001 | 1100100 | 0 | 100101 | 100001010 | 1100100 | 11111 |
Color Harmonies of #4400A0
Complementary color
Monochromatic Colors of #4400A0
Black with #4400A0
Text Example
Text Example
White with #4400A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4400A0; }
p { color: rgb(68,0,160); }
H1.HeaderClassName
{
color: #4400A0;
}
.AnyTagClassName
{
color: #4400A0;
}
</style>
background-color css
<style>
a { background-color: #4400A0; }
a { background-color: rgb(68,0,160); }
div.DivClassName
{
background-color: #4400A0;
}
.BgClassName
{
background-color: #4400A0;
}
</style>
border-color css
<style>
span { border-color: #4400A0; }
span { border-color: rgb(68,0,160); }
td.TdClassName
{
border-color: #4400A0;
}
.TagClassName
{
border-color: #4400A0;
}
</style>