Shades of Indigo #410AAA
Tints of Indigo #410AAA
RGB
CMYK
RGB Variations
Color information
#410AAA (or 0x410AAA) is known color: Indigo. HEX triplet: 41, 0A and AA. RGB value is (65,10,170). Sum of RGB (Red+Green+Blue) = 65+10+170=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 170 (66.80% from 255 or 69.39% from 245); Max value from RGB is 170 - color contains mainly: blue. Hex color #410AAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410AAA is #BEF555. Grayscale: #2C2C2C. Windows color (decimal): -12514646 or 11143745. OLE color: 11143745.
HSL color Cylindrical-coordinate representation of color #410AAA: hue angle of 260.62º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410AAA is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 10 | 170 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.33 |
| HSL | 260.63º | 0.89% | 0.35% | - |
| HSV(B) | 260.63º | 0.94% | 0.67% | - |
| XYZ | 9.54 | 4.24 | 38.35 | - |
| YUV | 44.69 | 198.72 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 10 | 170 | 0.62 | 0.94 | 0 | 0.33 | 260.63 | 0.89 | 0.35 |
| Hex | 41 | A | AA | 3E | 5E | 0 | 21 | 105 | 59 | 23 |
| Octal | 101 | 12 | 252 | 76 | 136 | 0 | 41 | 405 | 131 | 43 |
| Binary | 1000001 | 1010 | 10101010 | 111110 | 1011110 | 0 | 100001 | 100000101 | 1011001 | 100011 |
Color Harmonies of #410AAA
Complementary color
Monochromatic Colors of #410AAA
Black with #410AAA
Text Example
Text Example
White with #410AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410AAA; }
p { color: rgb(65,10,170); }
H1.HeaderClassName
{
color: #410AAA;
}
.AnyTagClassName
{
color: #410AAA;
}
</style>
background-color css
<style>
a { background-color: #410AAA; }
a { background-color: rgb(65,10,170); }
div.DivClassName
{
background-color: #410AAA;
}
.BgClassName
{
background-color: #410AAA;
}
</style>
border-color css
<style>
span { border-color: #410AAA; }
span { border-color: rgb(65,10,170); }
td.TdClassName
{
border-color: #410AAA;
}
.TagClassName
{
border-color: #410AAA;
}
</style>