Shades of Persian Indigo #320F85
Tints of Persian Indigo #320F85
RGB
CMYK
RGB Variations
Color information
#320F85 (or 0x320F85) is known color: Persian Indigo. HEX triplet: 32, 0F and 85. RGB value is (50,15,133). Sum of RGB (Red+Green+Blue) = 50+15+133=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 15 (6.25% from 255 or 7.58% from 198); Blue value is 133 (52.34% from 255 or 67.17% from 198); Max value from RGB is 133 - color contains mainly: blue. Hex color #320F85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320F85 is #CDF07A. Grayscale: #262626. Windows color (decimal): -13496443 or 8720178. OLE color: 8720178.
HSL color Cylindrical-coordinate representation of color #320F85: hue angle of 257.8º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #320F85 is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 15 | 133 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.48 |
| HSL | 257.8º | 0.8% | 0.29% | - |
| HSV(B) | 257.8º | 0.89% | 0.52% | - |
| XYZ | 5.72 | 2.71 | 22.41 | - |
| YUV | 38.92 | 181.1 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 133 | 0.62 | 0.89 | 0 | 0.48 | 257.8 | 0.8 | 0.29 |
| Hex | 32 | F | 85 | 3E | 59 | 0 | 30 | 102 | 50 | 1D |
| Octal | 62 | 17 | 205 | 76 | 131 | 0 | 60 | 402 | 120 | 35 |
| Binary | 110010 | 1111 | 10000101 | 111110 | 1011001 | 0 | 110000 | 100000010 | 1010000 | 11101 |
Color Harmonies of #320F85
Complementary color
Monochromatic Colors of #320F85
Black with #320F85
Text Example
Text Example
White with #320F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F85; }
p { color: rgb(50,15,133); }
H1.HeaderClassName
{
color: #320F85;
}
.AnyTagClassName
{
color: #320F85;
}
</style>
background-color css
<style>
a { background-color: #320F85; }
a { background-color: rgb(50,15,133); }
div.DivClassName
{
background-color: #320F85;
}
.BgClassName
{
background-color: #320F85;
}
</style>
border-color css
<style>
span { border-color: #320F85; }
span { border-color: rgb(50,15,133); }
td.TdClassName
{
border-color: #320F85;
}
.TagClassName
{
border-color: #320F85;
}
</style>