Shades of Indigo #4111A6
Tints of Indigo #4111A6
RGB
CMYK
RGB Variations
Color information
#4111A6 (or 0x4111A6) is known color: Indigo. HEX triplet: 41, 11 and A6. RGB value is (65,17,166). Sum of RGB (Red+Green+Blue) = 65+17+166=248 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.21% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 166 (65.23% from 255 or 66.94% from 248); Max value from RGB is 166 - color contains mainly: blue. Hex color #4111A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4111A6 is #BEEE59. Grayscale: #2F2F2F. Windows color (decimal): -12512858 or 10883393. OLE color: 10883393.
HSL color Cylindrical-coordinate representation of color #4111A6: hue angle of 259.33º degrees, saturation: 0.81, 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 #4111A6 is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 65 | 17 | 166 | - |
| CMYK | 0.61 | 0.90 | 0 | 0.35 |
| HSL | 259.33º | 0.81% | 0.36% | - |
| HSV(B) | 259.33º | 0.9% | 0.65% | - |
| XYZ | 9.26 | 4.28 | 36.41 | - |
| YUV | 48.34 | 194.4 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 17 | 166 | 0.61 | 0.90 | 0 | 0.35 | 259.33 | 0.81 | 0.36 |
| Hex | 41 | 11 | A6 | 3D | 5A | 0 | 23 | 103 | 51 | 24 |
| Octal | 101 | 21 | 246 | 75 | 132 | 0 | 43 | 403 | 121 | 44 |
| Binary | 1000001 | 10001 | 10100110 | 111101 | 1011010 | 0 | 100011 | 100000011 | 1010001 | 100100 |
Color Harmonies of #4111A6
Complementary color
Monochromatic Colors of #4111A6
Black with #4111A6
Text Example
Text Example
White with #4111A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4111A6; }
p { color: rgb(65,17,166); }
H1.HeaderClassName
{
color: #4111A6;
}
.AnyTagClassName
{
color: #4111A6;
}
</style>
background-color css
<style>
a { background-color: #4111A6; }
a { background-color: rgb(65,17,166); }
div.DivClassName
{
background-color: #4111A6;
}
.BgClassName
{
background-color: #4111A6;
}
</style>
border-color css
<style>
span { border-color: #4111A6; }
span { border-color: rgb(65,17,166); }
td.TdClassName
{
border-color: #4111A6;
}
.TagClassName
{
border-color: #4111A6;
}
</style>