Shades of Persian Indigo #411099
Tints of Persian Indigo #411099
RGB
CMYK
RGB Variations
Color information
#411099 (or 0x411099) is known color: Persian Indigo. HEX triplet: 41, 10 and 99. RGB value is (65,16,153). Sum of RGB (Red+Green+Blue) = 65+16+153=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 153 (60.16% from 255 or 65.38% from 234); Max value from RGB is 153 - color contains mainly: blue. Hex color #411099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411099 is #BEEF66. Grayscale: #2D2D2D. Windows color (decimal): -12513127 or 10031169. OLE color: 10031169.
HSL color Cylindrical-coordinate representation of color #411099: hue angle of 261.46º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #411099 is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 65 | 16 | 153 | - |
| CMYK | 0.58 | 0.90 | 0 | 0.4 |
| HSL | 261.46º | 0.81% | 0.33% | - |
| HSV(B) | 261.46º | 0.9% | 0.6% | - |
| XYZ | 8.12 | 3.79 | 30.44 | - |
| YUV | 46.27 | 188.23 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 16 | 153 | 0.58 | 0.90 | 0 | 0.4 | 261.46 | 0.81 | 0.33 |
| Hex | 41 | 10 | 99 | 3A | 5A | 0 | 28 | 105 | 51 | 21 |
| Octal | 101 | 20 | 231 | 72 | 132 | 0 | 50 | 405 | 121 | 41 |
| Binary | 1000001 | 10000 | 10011001 | 111010 | 1011010 | 0 | 101000 | 100000101 | 1010001 | 100001 |
Color Harmonies of #411099
Complementary color
Monochromatic Colors of #411099
Black with #411099
Text Example
Text Example
White with #411099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411099; }
p { color: rgb(65,16,153); }
H1.HeaderClassName
{
color: #411099;
}
.AnyTagClassName
{
color: #411099;
}
</style>
background-color css
<style>
a { background-color: #411099; }
a { background-color: rgb(65,16,153); }
div.DivClassName
{
background-color: #411099;
}
.BgClassName
{
background-color: #411099;
}
</style>
border-color css
<style>
span { border-color: #411099; }
span { border-color: rgb(65,16,153); }
td.TdClassName
{
border-color: #411099;
}
.TagClassName
{
border-color: #411099;
}
</style>