Shades of Persian Indigo #401496
Tints of Persian Indigo #401496
RGB
CMYK
RGB Variations
Color information
#401496 (or 0x401496) is known color: Persian Indigo. HEX triplet: 40, 14 and 96. RGB value is (64,20,150). Sum of RGB (Red+Green+Blue) = 64+20+150=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 150 (58.98% from 255 or 64.10% from 234); Max value from RGB is 150 - color contains mainly: blue. Hex color #401496 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401496 is #BFEB69. Grayscale: #2F2F2F. Windows color (decimal): -12577642 or 9835584. OLE color: 9835584.
HSL color Cylindrical-coordinate representation of color #401496: hue angle of 260.31º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #401496 is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 20 | 150 | - |
| CMYK | 0.57 | 0.87 | 0 | 0.41 |
| HSL | 260.31º | 0.76% | 0.33% | - |
| HSV(B) | 260.31º | 0.87% | 0.59% | - |
| XYZ | 7.87 | 3.79 | 29.17 | - |
| YUV | 47.98 | 185.58 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 20 | 150 | 0.57 | 0.87 | 0 | 0.41 | 260.31 | 0.76 | 0.33 |
| Hex | 40 | 14 | 96 | 39 | 57 | 0 | 29 | 104 | 4C | 21 |
| Octal | 100 | 24 | 226 | 71 | 127 | 0 | 51 | 404 | 114 | 41 |
| Binary | 1000000 | 10100 | 10010110 | 111001 | 1010111 | 0 | 101001 | 100000100 | 1001100 | 100001 |
Color Harmonies of #401496
Complementary color
Monochromatic Colors of #401496
Black with #401496
Text Example
Text Example
White with #401496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401496; }
p { color: rgb(64,20,150); }
H1.HeaderClassName
{
color: #401496;
}
.AnyTagClassName
{
color: #401496;
}
</style>
background-color css
<style>
a { background-color: #401496; }
a { background-color: rgb(64,20,150); }
div.DivClassName
{
background-color: #401496;
}
.BgClassName
{
background-color: #401496;
}
</style>
border-color css
<style>
span { border-color: #401496; }
span { border-color: rgb(64,20,150); }
td.TdClassName
{
border-color: #401496;
}
.TagClassName
{
border-color: #401496;
}
</style>