Shades of Indigo #410EA0
Tints of Indigo #410EA0
RGB
CMYK
RGB Variations
Color information
#410EA0 (or 0x410EA0) is known color: Indigo. HEX triplet: 41, 0E and A0. RGB value is (65,14,160). Sum of RGB (Red+Green+Blue) = 65+14+160=239 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.20% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 160 (62.89% from 255 or 66.95% from 239); Max value from RGB is 160 - color contains mainly: blue. Hex color #410EA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410EA0 is #BEF15F. Grayscale: #2D2D2D. Windows color (decimal): -12513632 or 10489409. OLE color: 10489409.
HSL color Cylindrical-coordinate representation of color #410EA0: hue angle of 260.96º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #410EA0 is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 65 | 14 | 160 | - |
| CMYK | 0.59 | 0.91 | 0 | 0.37 |
| HSL | 260.96º | 0.84% | 0.34% | - |
| HSV(B) | 260.96º | 0.91% | 0.63% | - |
| XYZ | 8.68 | 3.98 | 33.57 | - |
| YUV | 45.89 | 192.4 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 14 | 160 | 0.59 | 0.91 | 0 | 0.37 | 260.96 | 0.84 | 0.34 |
| Hex | 41 | E | A0 | 3B | 5B | 0 | 25 | 105 | 54 | 22 |
| Octal | 101 | 16 | 240 | 73 | 133 | 0 | 45 | 405 | 124 | 42 |
| Binary | 1000001 | 1110 | 10100000 | 111011 | 1011011 | 0 | 100101 | 100000101 | 1010100 | 100010 |
Color Harmonies of #410EA0
Complementary color
Monochromatic Colors of #410EA0
Black with #410EA0
Text Example
Text Example
White with #410EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410EA0; }
p { color: rgb(65,14,160); }
H1.HeaderClassName
{
color: #410EA0;
}
.AnyTagClassName
{
color: #410EA0;
}
</style>
background-color css
<style>
a { background-color: #410EA0; }
a { background-color: rgb(65,14,160); }
div.DivClassName
{
background-color: #410EA0;
}
.BgClassName
{
background-color: #410EA0;
}
</style>
border-color css
<style>
span { border-color: #410EA0; }
span { border-color: rgb(65,14,160); }
td.TdClassName
{
border-color: #410EA0;
}
.TagClassName
{
border-color: #410EA0;
}
</style>