Shades of Indigo #4400A5
Tints of Indigo #4400A5
RGB
CMYK
RGB Variations
Color information
#4400A5 (or 0x4400A5) is known color: Indigo. HEX triplet: 44, 00 and A5. RGB value is (68,0,165). Sum of RGB (Red+Green+Blue) = 68+0+165=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 165 (64.84% from 255 or 70.82% from 233); Max value from RGB is 165 - color contains mainly: blue. Hex color #4400A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4400A5 is #BBFF5A. Grayscale: #262626. Windows color (decimal): -12320603 or 10813508. OLE color: 10813508.
HSL color Cylindrical-coordinate representation of color #4400A5: hue angle of 264.73º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4400A5 is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 68 | 0 | 165 | - |
| CMYK | 0.59 | 1 | 0 | 0.35 |
| HSL | 264.73º | 1% | 0.32% | - |
| HSV(B) | 264.73º | 1% | 0.65% | - |
| XYZ | 9.18 | 3.95 | 35.88 | - |
| YUV | 39.14 | 199.03 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 0 | 165 | 0.59 | 1 | 0 | 0.35 | 264.73 | 1 | 0.32 |
| Hex | 44 | 0 | A5 | 3B | 64 | 0 | 23 | 109 | 64 | 20 |
| Octal | 104 | 0 | 245 | 73 | 144 | 0 | 43 | 411 | 144 | 40 |
| Binary | 1000100 | 0 | 10100101 | 111011 | 1100100 | 0 | 100011 | 100001001 | 1100100 | 100000 |
Color Harmonies of #4400A5
Complementary color
Monochromatic Colors of #4400A5
Black with #4400A5
Text Example
Text Example
White with #4400A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4400A5; }
p { color: rgb(68,0,165); }
H1.HeaderClassName
{
color: #4400A5;
}
.AnyTagClassName
{
color: #4400A5;
}
</style>
background-color css
<style>
a { background-color: #4400A5; }
a { background-color: rgb(68,0,165); }
div.DivClassName
{
background-color: #4400A5;
}
.BgClassName
{
background-color: #4400A5;
}
</style>
border-color css
<style>
span { border-color: #4400A5; }
span { border-color: rgb(68,0,165); }
td.TdClassName
{
border-color: #4400A5;
}
.TagClassName
{
border-color: #4400A5;
}
</style>