Shades of Persian Indigo #411990
Tints of Persian Indigo #411990
RGB
CMYK
RGB Variations
Color information
#411990 (or 0x411990) is known color: Persian Indigo. HEX triplet: 41, 19 and 90. RGB value is (65,25,144). Sum of RGB (Red+Green+Blue) = 65+25+144=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 144 (56.64% from 255 or 61.54% from 234); Max value from RGB is 144 - color contains mainly: blue. Hex color #411990 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411990 is #BEE66F. Grayscale: #323232. Windows color (decimal): -12510832 or 9443649. OLE color: 9443649.
HSL color Cylindrical-coordinate representation of color #411990: hue angle of 260.17º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #411990 is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 25 | 144 | - |
| CMYK | 0.55 | 0.83 | 0 | 0.44 |
| HSL | 260.17º | 0.7% | 0.33% | - |
| HSV(B) | 260.17º | 0.83% | 0.56% | - |
| XYZ | 7.56 | 3.83 | 26.73 | - |
| YUV | 50.53 | 180.75 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 25 | 144 | 0.55 | 0.83 | 0 | 0.44 | 260.17 | 0.7 | 0.33 |
| Hex | 41 | 19 | 90 | 37 | 53 | 0 | 2C | 104 | 46 | 21 |
| Octal | 101 | 31 | 220 | 67 | 123 | 0 | 54 | 404 | 106 | 41 |
| Binary | 1000001 | 11001 | 10010000 | 110111 | 1010011 | 0 | 101100 | 100000100 | 1000110 | 100001 |
Color Harmonies of #411990
Complementary color
Monochromatic Colors of #411990
Black with #411990
Text Example
Text Example
White with #411990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411990; }
p { color: rgb(65,25,144); }
H1.HeaderClassName
{
color: #411990;
}
.AnyTagClassName
{
color: #411990;
}
</style>
background-color css
<style>
a { background-color: #411990; }
a { background-color: rgb(65,25,144); }
div.DivClassName
{
background-color: #411990;
}
.BgClassName
{
background-color: #411990;
}
</style>
border-color css
<style>
span { border-color: #411990; }
span { border-color: rgb(65,25,144); }
td.TdClassName
{
border-color: #411990;
}
.TagClassName
{
border-color: #411990;
}
</style>