Shades of Persian Indigo #400F86
Tints of Persian Indigo #400F86
RGB
CMYK
RGB Variations
Color information
#400F86 (or 0x400F86) is known color: Persian Indigo. HEX triplet: 40, 0F and 86. RGB value is (64,15,134). Sum of RGB (Red+Green+Blue) = 64+15+134=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 15 (6.25% from 255 or 7.04% from 213); Blue value is 134 (52.73% from 255 or 62.91% from 213); Max value from RGB is 134 - color contains mainly: blue. Hex color #400F86 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400F86 is #BFF079. Grayscale: #2A2A2A. Windows color (decimal): -12578938 or 8785728. OLE color: 8785728.
HSL color Cylindrical-coordinate representation of color #400F86: hue angle of 264.71º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #400F86 is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 15 | 134 | - |
| CMYK | 0.52 | 0.89 | 0 | 0.47 |
| HSL | 264.71º | 0.8% | 0.29% | - |
| HSV(B) | 264.71º | 0.89% | 0.53% | - |
| XYZ | 6.59 | 3.15 | 22.82 | - |
| YUV | 43.22 | 179.23 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 15 | 134 | 0.52 | 0.89 | 0 | 0.47 | 264.71 | 0.8 | 0.29 |
| Hex | 40 | F | 86 | 34 | 59 | 0 | 2F | 109 | 50 | 1D |
| Octal | 100 | 17 | 206 | 64 | 131 | 0 | 57 | 411 | 120 | 35 |
| Binary | 1000000 | 1111 | 10000110 | 110100 | 1011001 | 0 | 101111 | 100001001 | 1010000 | 11101 |
Color Harmonies of #400F86
Complementary color
Monochromatic Colors of #400F86
Black with #400F86
Text Example
Text Example
White with #400F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400F86; }
p { color: rgb(64,15,134); }
H1.HeaderClassName
{
color: #400F86;
}
.AnyTagClassName
{
color: #400F86;
}
</style>
background-color css
<style>
a { background-color: #400F86; }
a { background-color: rgb(64,15,134); }
div.DivClassName
{
background-color: #400F86;
}
.BgClassName
{
background-color: #400F86;
}
</style>
border-color css
<style>
span { border-color: #400F86; }
span { border-color: rgb(64,15,134); }
td.TdClassName
{
border-color: #400F86;
}
.TagClassName
{
border-color: #400F86;
}
</style>