Shades of Persian Indigo #401393
Tints of Persian Indigo #401393
RGB
CMYK
RGB Variations
Color information
#401393 (or 0x401393) is known color: Persian Indigo. HEX triplet: 40, 13 and 93. RGB value is (64,19,147). Sum of RGB (Red+Green+Blue) = 64+19+147=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 19 (7.81% from 255 or 8.26% 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 #401393 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401393 is #BFEC6C. Grayscale: #2E2E2E. Windows color (decimal): -12577901 or 9638720. OLE color: 9638720.
HSL color Cylindrical-coordinate representation of color #401393: hue angle of 261.09º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #401393 is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 19 | 147 | - |
| CMYK | 0.56 | 0.87 | 0 | 0.42 |
| HSL | 261.09º | 0.77% | 0.33% | - |
| HSV(B) | 261.09º | 0.87% | 0.58% | - |
| XYZ | 7.61 | 3.66 | 27.91 | - |
| YUV | 47.05 | 184.41 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 19 | 147 | 0.56 | 0.87 | 0 | 0.42 | 261.09 | 0.77 | 0.33 |
| Hex | 40 | 13 | 93 | 38 | 57 | 0 | 2A | 105 | 4D | 21 |
| Octal | 100 | 23 | 223 | 70 | 127 | 0 | 52 | 405 | 115 | 41 |
| Binary | 1000000 | 10011 | 10010011 | 111000 | 1010111 | 0 | 101010 | 100000101 | 1001101 | 100001 |
Color Harmonies of #401393
Complementary color
Monochromatic Colors of #401393
Black with #401393
Text Example
Text Example
White with #401393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401393; }
p { color: rgb(64,19,147); }
H1.HeaderClassName
{
color: #401393;
}
.AnyTagClassName
{
color: #401393;
}
</style>
background-color css
<style>
a { background-color: #401393; }
a { background-color: rgb(64,19,147); }
div.DivClassName
{
background-color: #401393;
}
.BgClassName
{
background-color: #401393;
}
</style>
border-color css
<style>
span { border-color: #401393; }
span { border-color: rgb(64,19,147); }
td.TdClassName
{
border-color: #401393;
}
.TagClassName
{
border-color: #401393;
}
</style>