Shades of Persian Indigo #411B89
Tints of Persian Indigo #411B89
RGB
CMYK
RGB Variations
Color information
#411B89 (or 0x411B89) is known color: Persian Indigo. HEX triplet: 41, 1B and 89. RGB value is (65,27,137). Sum of RGB (Red+Green+Blue) = 65+27+137=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 27 (10.94% from 255 or 11.79% from 229); Blue value is 137 (53.91% from 255 or 59.83% from 229); Max value from RGB is 137 - color contains mainly: blue. Hex color #411B89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411B89 is #BEE476. Grayscale: #323232. Windows color (decimal): -12510327 or 8985409. OLE color: 8985409.
HSL color Cylindrical-coordinate representation of color #411B89: hue angle of 260.73º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #411B89 is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 27 | 137 | - |
| CMYK | 0.53 | 0.80 | 0 | 0.46 |
| HSL | 260.73º | 0.67% | 0.32% | - |
| HSV(B) | 260.73º | 0.8% | 0.54% | - |
| XYZ | 7.09 | 3.71 | 24.01 | - |
| YUV | 50.9 | 176.59 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 27 | 137 | 0.53 | 0.80 | 0 | 0.46 | 260.73 | 0.67 | 0.32 |
| Hex | 41 | 1B | 89 | 35 | 50 | 0 | 2E | 105 | 43 | 20 |
| Octal | 101 | 33 | 211 | 65 | 120 | 0 | 56 | 405 | 103 | 40 |
| Binary | 1000001 | 11011 | 10001001 | 110101 | 1010000 | 0 | 101110 | 100000101 | 1000011 | 100000 |
Color Harmonies of #411B89
Complementary color
Monochromatic Colors of #411B89
Black with #411B89
Text Example
Text Example
White with #411B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411B89; }
p { color: rgb(65,27,137); }
H1.HeaderClassName
{
color: #411B89;
}
.AnyTagClassName
{
color: #411B89;
}
</style>
background-color css
<style>
a { background-color: #411B89; }
a { background-color: rgb(65,27,137); }
div.DivClassName
{
background-color: #411B89;
}
.BgClassName
{
background-color: #411B89;
}
</style>
border-color css
<style>
span { border-color: #411B89; }
span { border-color: rgb(65,27,137); }
td.TdClassName
{
border-color: #411B89;
}
.TagClassName
{
border-color: #411B89;
}
</style>