Shades of Persian Indigo #401196
Tints of Persian Indigo #401196
RGB
CMYK
RGB Variations
Color information
#401196 (or 0x401196) is known color: Persian Indigo. HEX triplet: 40, 11 and 96. RGB value is (64,17,150). Sum of RGB (Red+Green+Blue) = 64+17+150=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 150 (58.98% from 255 or 64.94% from 231); Max value from RGB is 150 - color contains mainly: blue. Hex color #401196 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401196 is #BFEE69. Grayscale: #2D2D2D. Windows color (decimal): -12578410 or 9834816. OLE color: 9834816.
HSL color Cylindrical-coordinate representation of color #401196: hue angle of 261.2º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #401196 is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 17 | 150 | - |
| CMYK | 0.57 | 0.89 | 0 | 0.41 |
| HSL | 261.2º | 0.8% | 0.33% | - |
| HSV(B) | 261.2º | 0.89% | 0.59% | - |
| XYZ | 7.82 | 3.69 | 29.15 | - |
| YUV | 46.22 | 186.57 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 150 | 0.57 | 0.89 | 0 | 0.41 | 261.2 | 0.8 | 0.33 |
| Hex | 40 | 11 | 96 | 39 | 59 | 0 | 29 | 105 | 50 | 21 |
| Octal | 100 | 21 | 226 | 71 | 131 | 0 | 51 | 405 | 120 | 41 |
| Binary | 1000000 | 10001 | 10010110 | 111001 | 1011001 | 0 | 101001 | 100000101 | 1010000 | 100001 |
Color Harmonies of #401196
Complementary color
Monochromatic Colors of #401196
Black with #401196
Text Example
Text Example
White with #401196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401196; }
p { color: rgb(64,17,150); }
H1.HeaderClassName
{
color: #401196;
}
.AnyTagClassName
{
color: #401196;
}
</style>
background-color css
<style>
a { background-color: #401196; }
a { background-color: rgb(64,17,150); }
div.DivClassName
{
background-color: #401196;
}
.BgClassName
{
background-color: #401196;
}
</style>
border-color css
<style>
span { border-color: #401196; }
span { border-color: rgb(64,17,150); }
td.TdClassName
{
border-color: #401196;
}
.TagClassName
{
border-color: #401196;
}
</style>