Shades of Indigo #4409AC
Tints of Indigo #4409AC
RGB
CMYK
RGB Variations
Color information
#4409AC (or 0x4409AC) is known color: Indigo. HEX triplet: 44, 09 and AC. RGB value is (68,9,172). Sum of RGB (Red+Green+Blue) = 68+9+172=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 172 (67.58% from 255 or 69.08% from 249); Max value from RGB is 172 - color contains mainly: blue. Hex color #4409AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4409AC is #BBF653. Grayscale: #2C2C2C. Windows color (decimal): -12318292 or 11274564. OLE color: 11274564.
HSL color Cylindrical-coordinate representation of color #4409AC: hue angle of 261.72º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4409AC is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 9 | 172 | - |
| CMYK | 0.60 | 0.95 | 0 | 0.33 |
| HSL | 261.72º | 0.9% | 0.35% | - |
| HSV(B) | 261.72º | 0.95% | 0.67% | - |
| XYZ | 9.93 | 4.4 | 39.36 | - |
| YUV | 45.22 | 199.55 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 9 | 172 | 0.60 | 0.95 | 0 | 0.33 | 261.72 | 0.9 | 0.35 |
| Hex | 44 | 9 | AC | 3C | 5F | 0 | 21 | 106 | 5A | 23 |
| Octal | 104 | 11 | 254 | 74 | 137 | 0 | 41 | 406 | 132 | 43 |
| Binary | 1000100 | 1001 | 10101100 | 111100 | 1011111 | 0 | 100001 | 100000110 | 1011010 | 100011 |
Color Harmonies of #4409AC
Complementary color
Monochromatic Colors of #4409AC
Black with #4409AC
Text Example
Text Example
White with #4409AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4409AC; }
p { color: rgb(68,9,172); }
H1.HeaderClassName
{
color: #4409AC;
}
.AnyTagClassName
{
color: #4409AC;
}
</style>
background-color css
<style>
a { background-color: #4409AC; }
a { background-color: rgb(68,9,172); }
div.DivClassName
{
background-color: #4409AC;
}
.BgClassName
{
background-color: #4409AC;
}
</style>
border-color css
<style>
span { border-color: #4409AC; }
span { border-color: rgb(68,9,172); }
td.TdClassName
{
border-color: #4409AC;
}
.TagClassName
{
border-color: #4409AC;
}
</style>