Shades of Indigo #4111AA
Tints of Indigo #4111AA
RGB
CMYK
RGB Variations
Color information
#4111AA (or 0x4111AA) is known color: Indigo. HEX triplet: 41, 11 and AA. RGB value is (65,17,170). Sum of RGB (Red+Green+Blue) = 65+17+170=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 170 (66.80% from 255 or 67.46% from 252); Max value from RGB is 170 - color contains mainly: blue. Hex color #4111AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4111AA is #BEEE55. Grayscale: #303030. Windows color (decimal): -12512854 or 11145537. OLE color: 11145537.
HSL color Cylindrical-coordinate representation of color #4111AA: hue angle of 258.82º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4111AA is Cyan = 0.62, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 17 | 170 | - |
| CMYK | 0.62 | 0.9 | 0 | 0.33 |
| HSL | 258.82º | 0.82% | 0.37% | - |
| HSV(B) | 258.82º | 0.9% | 0.67% | - |
| XYZ | 9.64 | 4.43 | 38.38 | - |
| YUV | 48.79 | 196.4 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 17 | 170 | 0.62 | 0.9 | 0 | 0.33 | 258.82 | 0.82 | 0.37 |
| Hex | 41 | 11 | AA | 3E | 5A | 0 | 21 | 103 | 52 | 25 |
| Octal | 101 | 21 | 252 | 76 | 132 | 0 | 41 | 403 | 122 | 45 |
| Binary | 1000001 | 10001 | 10101010 | 111110 | 1011010 | 0 | 100001 | 100000011 | 1010010 | 100101 |
Color Harmonies of #4111AA
Complementary color
Monochromatic Colors of #4111AA
Black with #4111AA
Text Example
Text Example
White with #4111AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4111AA; }
p { color: rgb(65,17,170); }
H1.HeaderClassName
{
color: #4111AA;
}
.AnyTagClassName
{
color: #4111AA;
}
</style>
background-color css
<style>
a { background-color: #4111AA; }
a { background-color: rgb(65,17,170); }
div.DivClassName
{
background-color: #4111AA;
}
.BgClassName
{
background-color: #4111AA;
}
</style>
border-color css
<style>
span { border-color: #4111AA; }
span { border-color: rgb(65,17,170); }
td.TdClassName
{
border-color: #4111AA;
}
.TagClassName
{
border-color: #4111AA;
}
</style>