Shades of Persian Indigo #320F86
Tints of Persian Indigo #320F86
RGB
CMYK
RGB Variations
Color information
#320F86 (or 0x320F86) is known color: Persian Indigo. HEX triplet: 32, 0F and 86. RGB value is (50,15,134). Sum of RGB (Red+Green+Blue) = 50+15+134=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 15 (6.25% from 255 or 7.54% from 199); Blue value is 134 (52.73% from 255 or 67.34% from 199); Max value from RGB is 134 - color contains mainly: blue. Hex color #320F86 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320F86 is #CDF079. Grayscale: #262626. Windows color (decimal): -13496442 or 8785714. OLE color: 8785714.
HSL color Cylindrical-coordinate representation of color #320F86: hue angle of 257.65º 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 #320F86 is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 15 | 134 | - |
| CMYK | 0.63 | 0.89 | 0 | 0.47 |
| HSL | 257.65º | 0.8% | 0.29% | - |
| HSV(B) | 257.65º | 0.89% | 0.53% | - |
| XYZ | 5.79 | 2.74 | 22.78 | - |
| YUV | 39.03 | 181.6 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 134 | 0.63 | 0.89 | 0 | 0.47 | 257.65 | 0.8 | 0.29 |
| Hex | 32 | F | 86 | 3F | 59 | 0 | 2F | 102 | 50 | 1D |
| Octal | 62 | 17 | 206 | 77 | 131 | 0 | 57 | 402 | 120 | 35 |
| Binary | 110010 | 1111 | 10000110 | 111111 | 1011001 | 0 | 101111 | 100000010 | 1010000 | 11101 |
Color Harmonies of #320F86
Complementary color
Monochromatic Colors of #320F86
Black with #320F86
Text Example
Text Example
White with #320F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F86; }
p { color: rgb(50,15,134); }
H1.HeaderClassName
{
color: #320F86;
}
.AnyTagClassName
{
color: #320F86;
}
</style>
background-color css
<style>
a { background-color: #320F86; }
a { background-color: rgb(50,15,134); }
div.DivClassName
{
background-color: #320F86;
}
.BgClassName
{
background-color: #320F86;
}
</style>
border-color css
<style>
span { border-color: #320F86; }
span { border-color: rgb(50,15,134); }
td.TdClassName
{
border-color: #320F86;
}
.TagClassName
{
border-color: #320F86;
}
</style>