Shades of Persian Indigo #411399
Tints of Persian Indigo #411399
RGB
CMYK
RGB Variations
Color information
#411399 (or 0x411399) is known color: Persian Indigo. HEX triplet: 41, 13 and 99. RGB value is (65,19,153). Sum of RGB (Red+Green+Blue) = 65+19+153=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 153 (60.16% from 255 or 64.56% from 237); Max value from RGB is 153 - color contains mainly: blue. Hex color #411399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411399 is #BEEC66. Grayscale: #2F2F2F. Windows color (decimal): -12512359 or 10031937. OLE color: 10031937.
HSL color Cylindrical-coordinate representation of color #411399: hue angle of 260.6º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #411399 is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 65 | 19 | 153 | - |
| CMYK | 0.58 | 0.88 | 0 | 0.4 |
| HSL | 260.6º | 0.78% | 0.34% | - |
| HSV(B) | 260.6º | 0.88% | 0.6% | - |
| XYZ | 8.16 | 3.89 | 30.46 | - |
| YUV | 48.03 | 187.24 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 19 | 153 | 0.58 | 0.88 | 0 | 0.4 | 260.6 | 0.78 | 0.34 |
| Hex | 41 | 13 | 99 | 3A | 58 | 0 | 28 | 105 | 4E | 22 |
| Octal | 101 | 23 | 231 | 72 | 130 | 0 | 50 | 405 | 116 | 42 |
| Binary | 1000001 | 10011 | 10011001 | 111010 | 1011000 | 0 | 101000 | 100000101 | 1001110 | 100010 |
Color Harmonies of #411399
Complementary color
Monochromatic Colors of #411399
Black with #411399
Text Example
Text Example
White with #411399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411399; }
p { color: rgb(65,19,153); }
H1.HeaderClassName
{
color: #411399;
}
.AnyTagClassName
{
color: #411399;
}
</style>
background-color css
<style>
a { background-color: #411399; }
a { background-color: rgb(65,19,153); }
div.DivClassName
{
background-color: #411399;
}
.BgClassName
{
background-color: #411399;
}
</style>
border-color css
<style>
span { border-color: #411399; }
span { border-color: rgb(65,19,153); }
td.TdClassName
{
border-color: #411399;
}
.TagClassName
{
border-color: #411399;
}
</style>