Shades of Indigo #410DAD
Tints of Indigo #410DAD
RGB
CMYK
RGB Variations
Color information
#410DAD (or 0x410DAD) is known color: Indigo. HEX triplet: 41, 0D and AD. RGB value is (65,13,173). Sum of RGB (Red+Green+Blue) = 65+13+173=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 13 (5.47% from 255 or 5.18% from 251); Blue value is 173 (67.97% from 255 or 68.92% from 251); Max value from RGB is 173 - color contains mainly: blue. Hex color #410DAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410DAD is #BEF252. Grayscale: #2E2E2E. Windows color (decimal): -12513875 or 11341121. OLE color: 11341121.
HSL color Cylindrical-coordinate representation of color #410DAD: hue angle of 259.5º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #410DAD is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 13 | 173 | - |
| CMYK | 0.62 | 0.92 | 0 | 0.32 |
| HSL | 259.5º | 0.86% | 0.36% | - |
| HSV(B) | 259.5º | 0.92% | 0.68% | - |
| XYZ | 9.87 | 4.43 | 39.87 | - |
| YUV | 46.79 | 199.23 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 13 | 173 | 0.62 | 0.92 | 0 | 0.32 | 259.5 | 0.86 | 0.36 |
| Hex | 41 | D | AD | 3E | 5C | 0 | 20 | 104 | 56 | 24 |
| Octal | 101 | 15 | 255 | 76 | 134 | 0 | 40 | 404 | 126 | 44 |
| Binary | 1000001 | 1101 | 10101101 | 111110 | 1011100 | 0 | 100000 | 100000100 | 1010110 | 100100 |
Color Harmonies of #410DAD
Complementary color
Monochromatic Colors of #410DAD
Black with #410DAD
Text Example
Text Example
White with #410DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410DAD; }
p { color: rgb(65,13,173); }
H1.HeaderClassName
{
color: #410DAD;
}
.AnyTagClassName
{
color: #410DAD;
}
</style>
background-color css
<style>
a { background-color: #410DAD; }
a { background-color: rgb(65,13,173); }
div.DivClassName
{
background-color: #410DAD;
}
.BgClassName
{
background-color: #410DAD;
}
</style>
border-color css
<style>
span { border-color: #410DAD; }
span { border-color: rgb(65,13,173); }
td.TdClassName
{
border-color: #410DAD;
}
.TagClassName
{
border-color: #410DAD;
}
</style>