Shades of Indigo #410890
Tints of Indigo #410890
RGB
CMYK
RGB Variations
Color information
#410890 (or 0x410890) is known color: Indigo. HEX triplet: 41, 08 and 90. RGB value is (65,8,144). Sum of RGB (Red+Green+Blue) = 65+8+144=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 144 (56.64% from 255 or 66.36% from 217); Max value from RGB is 144 - color contains mainly: blue. Hex color #410890 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410890 is #BEF76F. Grayscale: #282828. Windows color (decimal): -12515184 or 9439297. OLE color: 9439297.
HSL color Cylindrical-coordinate representation of color #410890: hue angle of 265.15º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410890 is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 8 | 144 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.44 |
| HSL | 265.15º | 0.89% | 0.3% | - |
| HSV(B) | 265.15º | 0.94% | 0.56% | - |
| XYZ | 7.3 | 3.31 | 26.64 | - |
| YUV | 40.55 | 186.38 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 8 | 144 | 0.55 | 0.94 | 0 | 0.44 | 265.15 | 0.89 | 0.3 |
| Hex | 41 | 8 | 90 | 37 | 5E | 0 | 2C | 109 | 59 | 1E |
| Octal | 101 | 10 | 220 | 67 | 136 | 0 | 54 | 411 | 131 | 36 |
| Binary | 1000001 | 1000 | 10010000 | 110111 | 1011110 | 0 | 101100 | 100001001 | 1011001 | 11110 |
Color Harmonies of #410890
Complementary color
Monochromatic Colors of #410890
Black with #410890
Text Example
Text Example
White with #410890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410890; }
p { color: rgb(65,8,144); }
H1.HeaderClassName
{
color: #410890;
}
.AnyTagClassName
{
color: #410890;
}
</style>
background-color css
<style>
a { background-color: #410890; }
a { background-color: rgb(65,8,144); }
div.DivClassName
{
background-color: #410890;
}
.BgClassName
{
background-color: #410890;
}
</style>
border-color css
<style>
span { border-color: #410890; }
span { border-color: rgb(65,8,144); }
td.TdClassName
{
border-color: #410890;
}
.TagClassName
{
border-color: #410890;
}
</style>