Shades of Persian Indigo #401193
Tints of Persian Indigo #401193
RGB
CMYK
RGB Variations
Color information
#401193 (or 0x401193) is known color: Persian Indigo. HEX triplet: 40, 11 and 93. RGB value is (64,17,147). Sum of RGB (Red+Green+Blue) = 64+17+147=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 147 (57.81% from 255 or 64.47% from 228); Max value from RGB is 147 - color contains mainly: blue. Hex color #401193 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401193 is #BFEE6C. Grayscale: #2D2D2D. Windows color (decimal): -12578413 or 9638208. OLE color: 9638208.
HSL color Cylindrical-coordinate representation of color #401193: hue angle of 261.69º degrees, saturation: 0.79, 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 #401193 is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 17 | 147 | - |
| CMYK | 0.56 | 0.88 | 0 | 0.42 |
| HSL | 261.69º | 0.79% | 0.32% | - |
| HSV(B) | 261.69º | 0.88% | 0.58% | - |
| XYZ | 7.58 | 3.6 | 27.9 | - |
| YUV | 45.87 | 185.07 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 147 | 0.56 | 0.88 | 0 | 0.42 | 261.69 | 0.79 | 0.32 |
| Hex | 40 | 11 | 93 | 38 | 58 | 0 | 2A | 106 | 4F | 20 |
| Octal | 100 | 21 | 223 | 70 | 130 | 0 | 52 | 406 | 117 | 40 |
| Binary | 1000000 | 10001 | 10010011 | 111000 | 1011000 | 0 | 101010 | 100000110 | 1001111 | 100000 |
Color Harmonies of #401193
Complementary color
Monochromatic Colors of #401193
Black with #401193
Text Example
Text Example
White with #401193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401193; }
p { color: rgb(64,17,147); }
H1.HeaderClassName
{
color: #401193;
}
.AnyTagClassName
{
color: #401193;
}
</style>
background-color css
<style>
a { background-color: #401193; }
a { background-color: rgb(64,17,147); }
div.DivClassName
{
background-color: #401193;
}
.BgClassName
{
background-color: #401193;
}
</style>
border-color css
<style>
span { border-color: #401193; }
span { border-color: rgb(64,17,147); }
td.TdClassName
{
border-color: #401193;
}
.TagClassName
{
border-color: #401193;
}
</style>