Shades of Persian Indigo #401090
Tints of Persian Indigo #401090
RGB
CMYK
RGB Variations
Color information
#401090 (or 0x401090) is known color: Persian Indigo. HEX triplet: 40, 10 and 90. RGB value is (64,16,144). Sum of RGB (Red+Green+Blue) = 64+16+144=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 144 (56.64% from 255 or 64.29% from 224); Max value from RGB is 144 - color contains mainly: blue. Hex color #401090 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401090 is #BFEF6F. Grayscale: #2C2C2C. Windows color (decimal): -12578672 or 9441344. OLE color: 9441344.
HSL color Cylindrical-coordinate representation of color #401090: hue angle of 262.5º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #401090 is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 16 | 144 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.44 |
| HSL | 262.5º | 0.8% | 0.31% | - |
| HSV(B) | 262.5º | 0.89% | 0.56% | - |
| XYZ | 7.33 | 3.47 | 26.67 | - |
| YUV | 44.94 | 183.9 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 16 | 144 | 0.56 | 0.89 | 0 | 0.44 | 262.5 | 0.8 | 0.31 |
| Hex | 40 | 10 | 90 | 38 | 59 | 0 | 2C | 106 | 50 | 1F |
| Octal | 100 | 20 | 220 | 70 | 131 | 0 | 54 | 406 | 120 | 37 |
| Binary | 1000000 | 10000 | 10010000 | 111000 | 1011001 | 0 | 101100 | 100000110 | 1010000 | 11111 |
Color Harmonies of #401090
Complementary color
Monochromatic Colors of #401090
Black with #401090
Text Example
Text Example
White with #401090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401090; }
p { color: rgb(64,16,144); }
H1.HeaderClassName
{
color: #401090;
}
.AnyTagClassName
{
color: #401090;
}
</style>
background-color css
<style>
a { background-color: #401090; }
a { background-color: rgb(64,16,144); }
div.DivClassName
{
background-color: #401090;
}
.BgClassName
{
background-color: #401090;
}
</style>
border-color css
<style>
span { border-color: #401090; }
span { border-color: rgb(64,16,144); }
td.TdClassName
{
border-color: #401090;
}
.TagClassName
{
border-color: #401090;
}
</style>