Shades of Persian Indigo #411B83
Tints of Persian Indigo #411B83
RGB
CMYK
RGB Variations
Color information
#411B83 (or 0x411B83) is known color: Persian Indigo. HEX triplet: 41, 1B and 83. RGB value is (65,27,131). Sum of RGB (Red+Green+Blue) = 65+27+131=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 27 (10.94% from 255 or 12.11% from 223); Blue value is 131 (51.56% from 255 or 58.74% from 223); Max value from RGB is 131 - color contains mainly: blue. Hex color #411B83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411B83 is #BEE47C. Grayscale: #313131. Windows color (decimal): -12510333 or 8592193. OLE color: 8592193.
HSL color Cylindrical-coordinate representation of color #411B83: hue angle of 261.92º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #411B83 is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 27 | 131 | - |
| CMYK | 0.50 | 0.79 | 0 | 0.49 |
| HSL | 261.92º | 0.66% | 0.31% | - |
| HSV(B) | 261.92º | 0.79% | 0.51% | - |
| XYZ | 6.67 | 3.55 | 21.81 | - |
| YUV | 50.22 | 173.59 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 27 | 131 | 0.50 | 0.79 | 0 | 0.49 | 261.92 | 0.66 | 0.31 |
| Hex | 41 | 1B | 83 | 32 | 4F | 0 | 31 | 106 | 42 | 1F |
| Octal | 101 | 33 | 203 | 62 | 117 | 0 | 61 | 406 | 102 | 37 |
| Binary | 1000001 | 11011 | 10000011 | 110010 | 1001111 | 0 | 110001 | 100000110 | 1000010 | 11111 |
Color Harmonies of #411B83
Complementary color
Monochromatic Colors of #411B83
Black with #411B83
Text Example
Text Example
White with #411B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411B83; }
p { color: rgb(65,27,131); }
H1.HeaderClassName
{
color: #411B83;
}
.AnyTagClassName
{
color: #411B83;
}
</style>
background-color css
<style>
a { background-color: #411B83; }
a { background-color: rgb(65,27,131); }
div.DivClassName
{
background-color: #411B83;
}
.BgClassName
{
background-color: #411B83;
}
</style>
border-color css
<style>
span { border-color: #411B83; }
span { border-color: rgb(65,27,131); }
td.TdClassName
{
border-color: #411B83;
}
.TagClassName
{
border-color: #411B83;
}
</style>