Shades of Persian Indigo #411B8F
Tints of Persian Indigo #411B8F
RGB
CMYK
RGB Variations
Color information
#411B8F (or 0x411B8F) is known color: Persian Indigo. HEX triplet: 41, 1B and 8F. RGB value is (65,27,143). Sum of RGB (Red+Green+Blue) = 65+27+143=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 27 (10.94% from 255 or 11.49% from 235); Blue value is 143 (56.25% from 255 or 60.85% from 235); Max value from RGB is 143 - color contains mainly: blue. Hex color #411B8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411B8F is #BEE470. Grayscale: #333333. Windows color (decimal): -12510321 or 9378625. OLE color: 9378625.
HSL color Cylindrical-coordinate representation of color #411B8F: hue angle of 259.66º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #411B8F is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 27 | 143 | - |
| CMYK | 0.55 | 0.81 | 0 | 0.44 |
| HSL | 259.66º | 0.68% | 0.33% | - |
| HSV(B) | 259.66º | 0.81% | 0.56% | - |
| XYZ | 7.53 | 3.89 | 26.34 | - |
| YUV | 51.59 | 179.59 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 27 | 143 | 0.55 | 0.81 | 0 | 0.44 | 259.66 | 0.68 | 0.33 |
| Hex | 41 | 1B | 8F | 37 | 51 | 0 | 2C | 104 | 44 | 21 |
| Octal | 101 | 33 | 217 | 67 | 121 | 0 | 54 | 404 | 104 | 41 |
| Binary | 1000001 | 11011 | 10001111 | 110111 | 1010001 | 0 | 101100 | 100000100 | 1000100 | 100001 |
Color Harmonies of #411B8F
Complementary color
Monochromatic Colors of #411B8F
Black with #411B8F
Text Example
Text Example
White with #411B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411B8F; }
p { color: rgb(65,27,143); }
H1.HeaderClassName
{
color: #411B8F;
}
.AnyTagClassName
{
color: #411B8F;
}
</style>
background-color css
<style>
a { background-color: #411B8F; }
a { background-color: rgb(65,27,143); }
div.DivClassName
{
background-color: #411B8F;
}
.BgClassName
{
background-color: #411B8F;
}
</style>
border-color css
<style>
span { border-color: #411B8F; }
span { border-color: rgb(65,27,143); }
td.TdClassName
{
border-color: #411B8F;
}
.TagClassName
{
border-color: #411B8F;
}
</style>