Shades of Persian Indigo #411E90
Tints of Persian Indigo #411E90
RGB
CMYK
RGB Variations
Color information
#411E90 (or 0x411E90) is known color: Persian Indigo. HEX triplet: 41, 1E and 90. RGB value is (65,30,144). Sum of RGB (Red+Green+Blue) = 65+30+144=239 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.20% from 239); Green value is 30 (12.11% from 255 or 12.55% from 239); Blue value is 144 (56.64% from 255 or 60.25% from 239); Max value from RGB is 144 - color contains mainly: blue. Hex color #411E90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411E90 is #BEE16F. Grayscale: #353535. Windows color (decimal): -12509552 or 9444929. OLE color: 9444929.
HSL color Cylindrical-coordinate representation of color #411E90: hue angle of 258.42º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #411E90 is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 30 | 144 | - |
| CMYK | 0.55 | 0.79 | 0 | 0.44 |
| HSL | 258.42º | 0.66% | 0.34% | - |
| HSV(B) | 258.42º | 0.79% | 0.56% | - |
| XYZ | 7.68 | 4.07 | 26.77 | - |
| YUV | 53.46 | 179.1 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 30 | 144 | 0.55 | 0.79 | 0 | 0.44 | 258.42 | 0.66 | 0.34 |
| Hex | 41 | 1E | 90 | 37 | 4F | 0 | 2C | 102 | 42 | 22 |
| Octal | 101 | 36 | 220 | 67 | 117 | 0 | 54 | 402 | 102 | 42 |
| Binary | 1000001 | 11110 | 10010000 | 110111 | 1001111 | 0 | 101100 | 100000010 | 1000010 | 100010 |
Color Harmonies of #411E90
Complementary color
Monochromatic Colors of #411E90
Black with #411E90
Text Example
Text Example
White with #411E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411E90; }
p { color: rgb(65,30,144); }
H1.HeaderClassName
{
color: #411E90;
}
.AnyTagClassName
{
color: #411E90;
}
</style>
background-color css
<style>
a { background-color: #411E90; }
a { background-color: rgb(65,30,144); }
div.DivClassName
{
background-color: #411E90;
}
.BgClassName
{
background-color: #411E90;
}
</style>
border-color css
<style>
span { border-color: #411E90; }
span { border-color: rgb(65,30,144); }
td.TdClassName
{
border-color: #411E90;
}
.TagClassName
{
border-color: #411E90;
}
</style>