Shades of Persian Indigo #411996
Tints of Persian Indigo #411996
RGB
CMYK
RGB Variations
Color information
#411996 (or 0x411996) is known color: Persian Indigo. HEX triplet: 41, 19 and 96. RGB value is (65,25,150). Sum of RGB (Red+Green+Blue) = 65+25+150=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 150 (58.98% from 255 or 62.5% from 240); Max value from RGB is 150 - color contains mainly: blue. Hex color #411996 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411996 is #BEE669. Grayscale: #323232. Windows color (decimal): -12510826 or 9836865. OLE color: 9836865.
HSL color Cylindrical-coordinate representation of color #411996: hue angle of 259.2º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #411996 is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 65 | 25 | 150 | - |
| CMYK | 0.57 | 0.83 | 0 | 0.41 |
| HSL | 259.2º | 0.71% | 0.34% | - |
| HSV(B) | 259.2º | 0.83% | 0.59% | - |
| XYZ | 8.03 | 4.02 | 29.21 | - |
| YUV | 51.21 | 183.75 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 25 | 150 | 0.57 | 0.83 | 0 | 0.41 | 259.2 | 0.71 | 0.34 |
| Hex | 41 | 19 | 96 | 39 | 53 | 0 | 29 | 103 | 47 | 22 |
| Octal | 101 | 31 | 226 | 71 | 123 | 0 | 51 | 403 | 107 | 42 |
| Binary | 1000001 | 11001 | 10010110 | 111001 | 1010011 | 0 | 101001 | 100000011 | 1000111 | 100010 |
Color Harmonies of #411996
Complementary color
Monochromatic Colors of #411996
Black with #411996
Text Example
Text Example
White with #411996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411996; }
p { color: rgb(65,25,150); }
H1.HeaderClassName
{
color: #411996;
}
.AnyTagClassName
{
color: #411996;
}
</style>
background-color css
<style>
a { background-color: #411996; }
a { background-color: rgb(65,25,150); }
div.DivClassName
{
background-color: #411996;
}
.BgClassName
{
background-color: #411996;
}
</style>
border-color css
<style>
span { border-color: #411996; }
span { border-color: rgb(65,25,150); }
td.TdClassName
{
border-color: #411996;
}
.TagClassName
{
border-color: #411996;
}
</style>