Shades of Indigo #410EAC
Tints of Indigo #410EAC
RGB
CMYK
RGB Variations
Color information
#410EAC (or 0x410EAC) is known color: Indigo. HEX triplet: 41, 0E and AC. RGB value is (65,14,172). Sum of RGB (Red+Green+Blue) = 65+14+172=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 172 (67.58% from 255 or 68.53% from 251); Max value from RGB is 172 - color contains mainly: blue. Hex color #410EAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410EAC is #BEF153. Grayscale: #2E2E2E. Windows color (decimal): -12513620 or 11275841. OLE color: 11275841.
HSL color Cylindrical-coordinate representation of color #410EAC: hue angle of 259.37º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #410EAC is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 14 | 172 | - |
| CMYK | 0.62 | 0.92 | 0 | 0.33 |
| HSL | 259.37º | 0.85% | 0.36% | - |
| HSV(B) | 259.37º | 0.92% | 0.67% | - |
| XYZ | 9.78 | 4.42 | 39.37 | - |
| YUV | 47.26 | 198.4 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 14 | 172 | 0.62 | 0.92 | 0 | 0.33 | 259.37 | 0.85 | 0.36 |
| Hex | 41 | E | AC | 3E | 5C | 0 | 21 | 103 | 55 | 24 |
| Octal | 101 | 16 | 254 | 76 | 134 | 0 | 41 | 403 | 125 | 44 |
| Binary | 1000001 | 1110 | 10101100 | 111110 | 1011100 | 0 | 100001 | 100000011 | 1010101 | 100100 |
Color Harmonies of #410EAC
Complementary color
Monochromatic Colors of #410EAC
Black with #410EAC
Text Example
Text Example
White with #410EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410EAC; }
p { color: rgb(65,14,172); }
H1.HeaderClassName
{
color: #410EAC;
}
.AnyTagClassName
{
color: #410EAC;
}
</style>
background-color css
<style>
a { background-color: #410EAC; }
a { background-color: rgb(65,14,172); }
div.DivClassName
{
background-color: #410EAC;
}
.BgClassName
{
background-color: #410EAC;
}
</style>
border-color css
<style>
span { border-color: #410EAC; }
span { border-color: rgb(65,14,172); }
td.TdClassName
{
border-color: #410EAC;
}
.TagClassName
{
border-color: #410EAC;
}
</style>