Shades of Persian Indigo #401199
Tints of Persian Indigo #401199
RGB
CMYK
RGB Variations
Color information
#401199 (or 0x401199) is known color: Persian Indigo. HEX triplet: 40, 11 and 99. RGB value is (64,17,153). Sum of RGB (Red+Green+Blue) = 64+17+153=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 153 (60.16% from 255 or 65.38% from 234); Max value from RGB is 153 - color contains mainly: blue. Hex color #401199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401199 is #BFEE66. Grayscale: #2E2E2E. Windows color (decimal): -12578407 or 10031424. OLE color: 10031424.
HSL color Cylindrical-coordinate representation of color #401199: hue angle of 260.74º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #401199 is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 64 | 17 | 153 | - |
| CMYK | 0.58 | 0.89 | 0 | 0.4 |
| HSL | 260.74º | 0.8% | 0.33% | - |
| HSV(B) | 260.74º | 0.89% | 0.6% | - |
| XYZ | 8.06 | 3.79 | 30.44 | - |
| YUV | 46.56 | 188.07 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 153 | 0.58 | 0.89 | 0 | 0.4 | 260.74 | 0.8 | 0.33 |
| Hex | 40 | 11 | 99 | 3A | 59 | 0 | 28 | 105 | 50 | 21 |
| Octal | 100 | 21 | 231 | 72 | 131 | 0 | 50 | 405 | 120 | 41 |
| Binary | 1000000 | 10001 | 10011001 | 111010 | 1011001 | 0 | 101000 | 100000101 | 1010000 | 100001 |
Color Harmonies of #401199
Complementary color
Monochromatic Colors of #401199
Black with #401199
Text Example
Text Example
White with #401199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401199; }
p { color: rgb(64,17,153); }
H1.HeaderClassName
{
color: #401199;
}
.AnyTagClassName
{
color: #401199;
}
</style>
background-color css
<style>
a { background-color: #401199; }
a { background-color: rgb(64,17,153); }
div.DivClassName
{
background-color: #401199;
}
.BgClassName
{
background-color: #401199;
}
</style>
border-color css
<style>
span { border-color: #401199; }
span { border-color: rgb(64,17,153); }
td.TdClassName
{
border-color: #401199;
}
.TagClassName
{
border-color: #401199;
}
</style>