Shades of Indigo #410AAE
Tints of Indigo #410AAE
RGB
CMYK
RGB Variations
Color information
#410AAE (or 0x410AAE) is known color: Indigo. HEX triplet: 41, 0A and AE. RGB value is (65,10,174). Sum of RGB (Red+Green+Blue) = 65+10+174=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 174 (68.36% from 255 or 69.88% from 249); Max value from RGB is 174 - color contains mainly: blue. Hex color #410AAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410AAE is #BEF551. Grayscale: #2C2C2C. Windows color (decimal): -12514642 or 11405889. OLE color: 11405889.
HSL color Cylindrical-coordinate representation of color #410AAE: hue angle of 260.12º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410AAE is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 10 | 174 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.32 |
| HSL | 260.12º | 0.89% | 0.36% | - |
| HSV(B) | 260.12º | 0.94% | 0.68% | - |
| XYZ | 9.93 | 4.4 | 40.37 | - |
| YUV | 45.14 | 200.72 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 10 | 174 | 0.63 | 0.94 | 0 | 0.32 | 260.12 | 0.89 | 0.36 |
| Hex | 41 | A | AE | 3F | 5E | 0 | 20 | 104 | 59 | 24 |
| Octal | 101 | 12 | 256 | 77 | 136 | 0 | 40 | 404 | 131 | 44 |
| Binary | 1000001 | 1010 | 10101110 | 111111 | 1011110 | 0 | 100000 | 100000100 | 1011001 | 100100 |
Color Harmonies of #410AAE
Complementary color
Monochromatic Colors of #410AAE
Black with #410AAE
Text Example
Text Example
White with #410AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410AAE; }
p { color: rgb(65,10,174); }
H1.HeaderClassName
{
color: #410AAE;
}
.AnyTagClassName
{
color: #410AAE;
}
</style>
background-color css
<style>
a { background-color: #410AAE; }
a { background-color: rgb(65,10,174); }
div.DivClassName
{
background-color: #410AAE;
}
.BgClassName
{
background-color: #410AAE;
}
</style>
border-color css
<style>
span { border-color: #410AAE; }
span { border-color: rgb(65,10,174); }
td.TdClassName
{
border-color: #410AAE;
}
.TagClassName
{
border-color: #410AAE;
}
</style>