Shades of Indigo #410EA8
Tints of Indigo #410EA8
RGB
CMYK
RGB Variations
Color information
#410EA8 (or 0x410EA8) is known color: Indigo. HEX triplet: 41, 0E and A8. RGB value is (65,14,168). Sum of RGB (Red+Green+Blue) = 65+14+168=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 14 (5.86% from 255 or 5.67% from 247); Blue value is 168 (66.02% from 255 or 68.02% from 247); Max value from RGB is 168 - color contains mainly: blue. Hex color #410EA8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410EA8 is #BEF157. Grayscale: #2E2E2E. Windows color (decimal): -12513624 or 11013697. OLE color: 11013697.
HSL color Cylindrical-coordinate representation of color #410EA8: hue angle of 259.87º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #410EA8 is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 65 | 14 | 168 | - |
| CMYK | 0.61 | 0.92 | 0 | 0.34 |
| HSL | 259.87º | 0.85% | 0.36% | - |
| HSV(B) | 259.87º | 0.92% | 0.66% | - |
| XYZ | 9.4 | 4.27 | 37.37 | - |
| YUV | 46.81 | 196.4 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 14 | 168 | 0.61 | 0.92 | 0 | 0.34 | 259.87 | 0.85 | 0.36 |
| Hex | 41 | E | A8 | 3D | 5C | 0 | 22 | 104 | 55 | 24 |
| Octal | 101 | 16 | 250 | 75 | 134 | 0 | 42 | 404 | 125 | 44 |
| Binary | 1000001 | 1110 | 10101000 | 111101 | 1011100 | 0 | 100010 | 100000100 | 1010101 | 100100 |
Color Harmonies of #410EA8
Complementary color
Monochromatic Colors of #410EA8
Black with #410EA8
Text Example
Text Example
White with #410EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410EA8; }
p { color: rgb(65,14,168); }
H1.HeaderClassName
{
color: #410EA8;
}
.AnyTagClassName
{
color: #410EA8;
}
</style>
background-color css
<style>
a { background-color: #410EA8; }
a { background-color: rgb(65,14,168); }
div.DivClassName
{
background-color: #410EA8;
}
.BgClassName
{
background-color: #410EA8;
}
</style>
border-color css
<style>
span { border-color: #410EA8; }
span { border-color: rgb(65,14,168); }
td.TdClassName
{
border-color: #410EA8;
}
.TagClassName
{
border-color: #410EA8;
}
</style>