Shades of Indigo #4110AA
Tints of Indigo #4110AA
RGB
CMYK
RGB Variations
Color information
#4110AA (or 0x4110AA) is known color: Indigo. HEX triplet: 41, 10 and AA. RGB value is (65,16,170). Sum of RGB (Red+Green+Blue) = 65+16+170=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 170 (66.80% from 255 or 67.73% from 251); Max value from RGB is 170 - color contains mainly: blue. Hex color #4110AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4110AA is #BEEF55. Grayscale: #2F2F2F. Windows color (decimal): -12513110 or 11145281. OLE color: 11145281.
HSL color Cylindrical-coordinate representation of color #4110AA: hue angle of 259.09º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4110AA is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 16 | 170 | - |
| CMYK | 0.62 | 0.91 | 0 | 0.33 |
| HSL | 259.09º | 0.83% | 0.36% | - |
| HSV(B) | 259.09º | 0.91% | 0.67% | - |
| XYZ | 9.62 | 4.4 | 38.37 | - |
| YUV | 48.21 | 196.73 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 16 | 170 | 0.62 | 0.91 | 0 | 0.33 | 259.09 | 0.83 | 0.36 |
| Hex | 41 | 10 | AA | 3E | 5B | 0 | 21 | 103 | 53 | 24 |
| Octal | 101 | 20 | 252 | 76 | 133 | 0 | 41 | 403 | 123 | 44 |
| Binary | 1000001 | 10000 | 10101010 | 111110 | 1011011 | 0 | 100001 | 100000011 | 1010011 | 100100 |
Color Harmonies of #4110AA
Complementary color
Monochromatic Colors of #4110AA
Black with #4110AA
Text Example
Text Example
White with #4110AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4110AA; }
p { color: rgb(65,16,170); }
H1.HeaderClassName
{
color: #4110AA;
}
.AnyTagClassName
{
color: #4110AA;
}
</style>
background-color css
<style>
a { background-color: #4110AA; }
a { background-color: rgb(65,16,170); }
div.DivClassName
{
background-color: #4110AA;
}
.BgClassName
{
background-color: #4110AA;
}
</style>
border-color css
<style>
span { border-color: #4110AA; }
span { border-color: rgb(65,16,170); }
td.TdClassName
{
border-color: #4110AA;
}
.TagClassName
{
border-color: #4110AA;
}
</style>