Shades of Indigo #410AAD
Tints of Indigo #410AAD
RGB
CMYK
RGB Variations
Color information
#410AAD (or 0x410AAD) is known color: Indigo. HEX triplet: 41, 0A and AD. RGB value is (65,10,173). Sum of RGB (Red+Green+Blue) = 65+10+173=248 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.21% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 173 (67.97% from 255 or 69.76% from 248); Max value from RGB is 173 - color contains mainly: blue. Hex color #410AAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410AAD is #BEF552. Grayscale: #2C2C2C. Windows color (decimal): -12514643 or 11340353. OLE color: 11340353.
HSL color Cylindrical-coordinate representation of color #410AAD: hue angle of 260.25º 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 #410AAD is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 10 | 173 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.32 |
| HSL | 260.25º | 0.89% | 0.36% | - |
| HSV(B) | 260.25º | 0.94% | 0.68% | - |
| XYZ | 9.83 | 4.36 | 39.86 | - |
| YUV | 45.03 | 200.22 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 10 | 173 | 0.62 | 0.94 | 0 | 0.32 | 260.25 | 0.89 | 0.36 |
| Hex | 41 | A | AD | 3E | 5E | 0 | 20 | 104 | 59 | 24 |
| Octal | 101 | 12 | 255 | 76 | 136 | 0 | 40 | 404 | 131 | 44 |
| Binary | 1000001 | 1010 | 10101101 | 111110 | 1011110 | 0 | 100000 | 100000100 | 1011001 | 100100 |
Color Harmonies of #410AAD
Complementary color
Monochromatic Colors of #410AAD
Black with #410AAD
Text Example
Text Example
White with #410AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410AAD; }
p { color: rgb(65,10,173); }
H1.HeaderClassName
{
color: #410AAD;
}
.AnyTagClassName
{
color: #410AAD;
}
</style>
background-color css
<style>
a { background-color: #410AAD; }
a { background-color: rgb(65,10,173); }
div.DivClassName
{
background-color: #410AAD;
}
.BgClassName
{
background-color: #410AAD;
}
</style>
border-color css
<style>
span { border-color: #410AAD; }
span { border-color: rgb(65,10,173); }
td.TdClassName
{
border-color: #410AAD;
}
.TagClassName
{
border-color: #410AAD;
}
</style>