Shades of Indigo #4409A1
Tints of Indigo #4409A1
RGB
CMYK
RGB Variations
Color information
#4409A1 (or 0x4409A1) is known color: Indigo. HEX triplet: 44, 09 and A1. RGB value is (68,9,161). Sum of RGB (Red+Green+Blue) = 68+9+161=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 161 (63.28% from 255 or 67.65% from 238); Max value from RGB is 161 - color contains mainly: blue. Hex color #4409A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4409A1 is #BBF65E. Grayscale: #2B2B2B. Windows color (decimal): -12318303 or 10553668. OLE color: 10553668.
HSL color Cylindrical-coordinate representation of color #4409A1: hue angle of 263.29º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4409A1 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 68 | 9 | 161 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.37 |
| HSL | 263.29º | 0.89% | 0.33% | - |
| HSV(B) | 263.29º | 0.94% | 0.63% | - |
| XYZ | 8.91 | 4 | 34.02 | - |
| YUV | 43.97 | 194.05 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 9 | 161 | 0.58 | 0.94 | 0 | 0.37 | 263.29 | 0.89 | 0.33 |
| Hex | 44 | 9 | A1 | 3A | 5E | 0 | 25 | 107 | 59 | 21 |
| Octal | 104 | 11 | 241 | 72 | 136 | 0 | 45 | 407 | 131 | 41 |
| Binary | 1000100 | 1001 | 10100001 | 111010 | 1011110 | 0 | 100101 | 100000111 | 1011001 | 100001 |
Color Harmonies of #4409A1
Complementary color
Monochromatic Colors of #4409A1
Black with #4409A1
Text Example
Text Example
White with #4409A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4409A1; }
p { color: rgb(68,9,161); }
H1.HeaderClassName
{
color: #4409A1;
}
.AnyTagClassName
{
color: #4409A1;
}
</style>
background-color css
<style>
a { background-color: #4409A1; }
a { background-color: rgb(68,9,161); }
div.DivClassName
{
background-color: #4409A1;
}
.BgClassName
{
background-color: #4409A1;
}
</style>
border-color css
<style>
span { border-color: #4409A1; }
span { border-color: rgb(68,9,161); }
td.TdClassName
{
border-color: #4409A1;
}
.TagClassName
{
border-color: #4409A1;
}
</style>