Shades of Persian Indigo #411A87
Tints of Persian Indigo #411A87
RGB
CMYK
RGB Variations
Color information
#411A87 (or 0x411A87) is known color: Persian Indigo. HEX triplet: 41, 1A and 87. RGB value is (65,26,135). Sum of RGB (Red+Green+Blue) = 65+26+135=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 26 (10.55% from 255 or 11.50% from 226); Blue value is 135 (53.12% from 255 or 59.73% from 226); Max value from RGB is 135 - color contains mainly: blue. Hex color #411A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411A87 is #BEE578. Grayscale: #313131. Windows color (decimal): -12510585 or 8854081. OLE color: 8854081.
HSL color Cylindrical-coordinate representation of color #411A87: hue angle of 261.47º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #411A87 is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 26 | 135 | - |
| CMYK | 0.52 | 0.81 | 0 | 0.47 |
| HSL | 261.47º | 0.68% | 0.32% | - |
| HSV(B) | 261.47º | 0.81% | 0.53% | - |
| XYZ | 6.92 | 3.61 | 23.25 | - |
| YUV | 50.09 | 175.92 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 26 | 135 | 0.52 | 0.81 | 0 | 0.47 | 261.47 | 0.68 | 0.32 |
| Hex | 41 | 1A | 87 | 34 | 51 | 0 | 2F | 105 | 44 | 20 |
| Octal | 101 | 32 | 207 | 64 | 121 | 0 | 57 | 405 | 104 | 40 |
| Binary | 1000001 | 11010 | 10000111 | 110100 | 1010001 | 0 | 101111 | 100000101 | 1000100 | 100000 |
Color Harmonies of #411A87
Complementary color
Monochromatic Colors of #411A87
Black with #411A87
Text Example
Text Example
White with #411A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411A87; }
p { color: rgb(65,26,135); }
H1.HeaderClassName
{
color: #411A87;
}
.AnyTagClassName
{
color: #411A87;
}
</style>
background-color css
<style>
a { background-color: #411A87; }
a { background-color: rgb(65,26,135); }
div.DivClassName
{
background-color: #411A87;
}
.BgClassName
{
background-color: #411A87;
}
</style>
border-color css
<style>
span { border-color: #411A87; }
span { border-color: rgb(65,26,135); }
td.TdClassName
{
border-color: #411A87;
}
.TagClassName
{
border-color: #411A87;
}
</style>