Shades of Indigo #4400AD
Tints of Indigo #4400AD
RGB
CMYK
RGB Variations
Color information
#4400AD (or 0x4400AD) is known color: Indigo. HEX triplet: 44, 00 and AD. RGB value is (68,0,173). Sum of RGB (Red+Green+Blue) = 68+0+173=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 173 (67.97% from 255 or 71.78% from 241); Max value from RGB is 173 - color contains mainly: blue. Hex color #4400AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4400AD is #BBFF52. Grayscale: #272727. Windows color (decimal): -12320595 or 11337796. OLE color: 11337796.
HSL color Cylindrical-coordinate representation of color #4400AD: hue angle of 263.58º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4400AD is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 0 | 173 | - |
| CMYK | 0.61 | 1 | 0 | 0.32 |
| HSL | 263.58º | 1% | 0.34% | - |
| HSV(B) | 263.58º | 1% | 0.68% | - |
| XYZ | 9.93 | 4.25 | 39.83 | - |
| YUV | 40.05 | 203.03 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 0 | 173 | 0.61 | 1 | 0 | 0.32 | 263.58 | 1 | 0.34 |
| Hex | 44 | 0 | AD | 3D | 64 | 0 | 20 | 108 | 64 | 22 |
| Octal | 104 | 0 | 255 | 75 | 144 | 0 | 40 | 410 | 144 | 42 |
| Binary | 1000100 | 0 | 10101101 | 111101 | 1100100 | 0 | 100000 | 100001000 | 1100100 | 100010 |
Color Harmonies of #4400AD
Complementary color
Monochromatic Colors of #4400AD
Black with #4400AD
Text Example
Text Example
White with #4400AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4400AD; }
p { color: rgb(68,0,173); }
H1.HeaderClassName
{
color: #4400AD;
}
.AnyTagClassName
{
color: #4400AD;
}
</style>
background-color css
<style>
a { background-color: #4400AD; }
a { background-color: rgb(68,0,173); }
div.DivClassName
{
background-color: #4400AD;
}
.BgClassName
{
background-color: #4400AD;
}
</style>
border-color css
<style>
span { border-color: #4400AD; }
span { border-color: rgb(68,0,173); }
td.TdClassName
{
border-color: #4400AD;
}
.TagClassName
{
border-color: #4400AD;
}
</style>