Shades of Persian Indigo #411293
Tints of Persian Indigo #411293
RGB
CMYK
RGB Variations
Color information
#411293 (or 0x411293) is known color: Persian Indigo. HEX triplet: 41, 12 and 93. RGB value is (65,18,147). Sum of RGB (Red+Green+Blue) = 65+18+147=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 147 (57.81% from 255 or 63.91% from 230); Max value from RGB is 147 - color contains mainly: blue. Hex color #411293 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411293 is #BEED6C. Grayscale: #2E2E2E. Windows color (decimal): -12512621 or 9638465. OLE color: 9638465.
HSL color Cylindrical-coordinate representation of color #411293: hue angle of 261.86º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #411293 is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 18 | 147 | - |
| CMYK | 0.56 | 0.88 | 0 | 0.42 |
| HSL | 261.86º | 0.78% | 0.32% | - |
| HSV(B) | 261.86º | 0.88% | 0.58% | - |
| XYZ | 7.66 | 3.66 | 27.91 | - |
| YUV | 46.76 | 184.57 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 18 | 147 | 0.56 | 0.88 | 0 | 0.42 | 261.86 | 0.78 | 0.32 |
| Hex | 41 | 12 | 93 | 38 | 58 | 0 | 2A | 106 | 4E | 20 |
| Octal | 101 | 22 | 223 | 70 | 130 | 0 | 52 | 406 | 116 | 40 |
| Binary | 1000001 | 10010 | 10010011 | 111000 | 1011000 | 0 | 101010 | 100000110 | 1001110 | 100000 |
Color Harmonies of #411293
Complementary color
Monochromatic Colors of #411293
Black with #411293
Text Example
Text Example
White with #411293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411293; }
p { color: rgb(65,18,147); }
H1.HeaderClassName
{
color: #411293;
}
.AnyTagClassName
{
color: #411293;
}
</style>
background-color css
<style>
a { background-color: #411293; }
a { background-color: rgb(65,18,147); }
div.DivClassName
{
background-color: #411293;
}
.BgClassName
{
background-color: #411293;
}
</style>
border-color css
<style>
span { border-color: #411293; }
span { border-color: rgb(65,18,147); }
td.TdClassName
{
border-color: #411293;
}
.TagClassName
{
border-color: #411293;
}
</style>