Shades of Persian Indigo #411A8B
Tints of Persian Indigo #411A8B
RGB
CMYK
RGB Variations
Color information
#411A8B (or 0x411A8B) is known color: Persian Indigo. HEX triplet: 41, 1A and 8B. RGB value is (65,26,139). Sum of RGB (Red+Green+Blue) = 65+26+139=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 26 (10.55% from 255 or 11.30% from 230); Blue value is 139 (54.69% from 255 or 60.43% from 230); Max value from RGB is 139 - color contains mainly: blue. Hex color #411A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411A8B is #BEE574. Grayscale: #323232. Windows color (decimal): -12510581 or 9116225. OLE color: 9116225.
HSL color Cylindrical-coordinate representation of color #411A8B: hue angle of 260.71º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #411A8B is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 26 | 139 | - |
| CMYK | 0.53 | 0.81 | 0 | 0.45 |
| HSL | 260.71º | 0.68% | 0.32% | - |
| HSV(B) | 260.71º | 0.81% | 0.55% | - |
| XYZ | 7.21 | 3.73 | 24.77 | - |
| YUV | 50.54 | 177.92 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 26 | 139 | 0.53 | 0.81 | 0 | 0.45 | 260.71 | 0.68 | 0.32 |
| Hex | 41 | 1A | 8B | 35 | 51 | 0 | 2D | 105 | 44 | 20 |
| Octal | 101 | 32 | 213 | 65 | 121 | 0 | 55 | 405 | 104 | 40 |
| Binary | 1000001 | 11010 | 10001011 | 110101 | 1010001 | 0 | 101101 | 100000101 | 1000100 | 100000 |
Color Harmonies of #411A8B
Complementary color
Monochromatic Colors of #411A8B
Black with #411A8B
Text Example
Text Example
White with #411A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411A8B; }
p { color: rgb(65,26,139); }
H1.HeaderClassName
{
color: #411A8B;
}
.AnyTagClassName
{
color: #411A8B;
}
</style>
background-color css
<style>
a { background-color: #411A8B; }
a { background-color: rgb(65,26,139); }
div.DivClassName
{
background-color: #411A8B;
}
.BgClassName
{
background-color: #411A8B;
}
</style>
border-color css
<style>
span { border-color: #411A8B; }
span { border-color: rgb(65,26,139); }
td.TdClassName
{
border-color: #411A8B;
}
.TagClassName
{
border-color: #411A8B;
}
</style>