Shades of Indigo #4400AC
Tints of Indigo #4400AC
RGB
CMYK
RGB Variations
Color information
#4400AC (or 0x4400AC) is known color: Indigo. HEX triplet: 44, 00 and AC. RGB value is (68,0,172). Sum of RGB (Red+Green+Blue) = 68+0+172=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 172 (67.58% from 255 or 71.67% from 240); Max value from RGB is 172 - color contains mainly: blue. Hex color #4400AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4400AC is #BBFF53. Grayscale: #272727. Windows color (decimal): -12320596 or 11272260. OLE color: 11272260.
HSL color Cylindrical-coordinate representation of color #4400AC: hue angle of 263.72º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4400AC is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 0 | 172 | - |
| CMYK | 0.60 | 1 | 0 | 0.33 |
| HSL | 263.72º | 1% | 0.34% | - |
| HSV(B) | 263.72º | 1% | 0.67% | - |
| XYZ | 9.83 | 4.21 | 39.32 | - |
| YUV | 39.94 | 202.53 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 0 | 172 | 0.60 | 1 | 0 | 0.33 | 263.72 | 1 | 0.34 |
| Hex | 44 | 0 | AC | 3C | 64 | 0 | 21 | 108 | 64 | 22 |
| Octal | 104 | 0 | 254 | 74 | 144 | 0 | 41 | 410 | 144 | 42 |
| Binary | 1000100 | 0 | 10101100 | 111100 | 1100100 | 0 | 100001 | 100001000 | 1100100 | 100010 |
Color Harmonies of #4400AC
Complementary color
Monochromatic Colors of #4400AC
Black with #4400AC
Text Example
Text Example
White with #4400AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4400AC; }
p { color: rgb(68,0,172); }
H1.HeaderClassName
{
color: #4400AC;
}
.AnyTagClassName
{
color: #4400AC;
}
</style>
background-color css
<style>
a { background-color: #4400AC; }
a { background-color: rgb(68,0,172); }
div.DivClassName
{
background-color: #4400AC;
}
.BgClassName
{
background-color: #4400AC;
}
</style>
border-color css
<style>
span { border-color: #4400AC; }
span { border-color: rgb(68,0,172); }
td.TdClassName
{
border-color: #4400AC;
}
.TagClassName
{
border-color: #4400AC;
}
</style>