Shades of Indigo #4411A7
Tints of Indigo #4411A7
RGB
CMYK
RGB Variations
Color information
#4411A7 (or 0x4411A7) is known color: Indigo. HEX triplet: 44, 11 and A7. RGB value is (68,17,167). Sum of RGB (Red+Green+Blue) = 68+17+167=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 167 (65.62% from 255 or 66.27% from 252); Max value from RGB is 167 - color contains mainly: blue. Hex color #4411A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4411A7 is #BBEE58. Grayscale: #303030. Windows color (decimal): -12316249 or 10948932. OLE color: 10948932.
HSL color Cylindrical-coordinate representation of color #4411A7: hue angle of 260.4º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4411A7 is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 68 | 17 | 167 | - |
| CMYK | 0.59 | 0.90 | 0 | 0.35 |
| HSL | 260.4º | 0.82% | 0.36% | - |
| HSV(B) | 260.4º | 0.9% | 0.65% | - |
| XYZ | 9.56 | 4.42 | 36.91 | - |
| YUV | 49.35 | 194.4 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 17 | 167 | 0.59 | 0.90 | 0 | 0.35 | 260.4 | 0.82 | 0.36 |
| Hex | 44 | 11 | A7 | 3B | 5A | 0 | 23 | 104 | 52 | 24 |
| Octal | 104 | 21 | 247 | 73 | 132 | 0 | 43 | 404 | 122 | 44 |
| Binary | 1000100 | 10001 | 10100111 | 111011 | 1011010 | 0 | 100011 | 100000100 | 1010010 | 100100 |
Color Harmonies of #4411A7
Complementary color
Monochromatic Colors of #4411A7
Black with #4411A7
Text Example
Text Example
White with #4411A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4411A7; }
p { color: rgb(68,17,167); }
H1.HeaderClassName
{
color: #4411A7;
}
.AnyTagClassName
{
color: #4411A7;
}
</style>
background-color css
<style>
a { background-color: #4411A7; }
a { background-color: rgb(68,17,167); }
div.DivClassName
{
background-color: #4411A7;
}
.BgClassName
{
background-color: #4411A7;
}
</style>
border-color css
<style>
span { border-color: #4411A7; }
span { border-color: rgb(68,17,167); }
td.TdClassName
{
border-color: #4411A7;
}
.TagClassName
{
border-color: #4411A7;
}
</style>