Shades of Persian Indigo #320F87
Tints of Persian Indigo #320F87
RGB
CMYK
RGB Variations
Color information
#320F87 (or 0x320F87) is known color: Persian Indigo. HEX triplet: 32, 0F and 87. RGB value is (50,15,135). Sum of RGB (Red+Green+Blue) = 50+15+135=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 15 (6.25% from 255 or 7.5% from 200); Blue value is 135 (53.12% from 255 or 67.5% from 200); Max value from RGB is 135 - color contains mainly: blue. Hex color #320F87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320F87 is #CDF078. Grayscale: #262626. Windows color (decimal): -13496441 or 8851250. OLE color: 8851250.
HSL color Cylindrical-coordinate representation of color #320F87: hue angle of 257.5º 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 #320F87 is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 15 | 135 | - |
| CMYK | 0.63 | 0.89 | 0 | 0.47 |
| HSL | 257.5º | 0.8% | 0.29% | - |
| HSV(B) | 257.5º | 0.89% | 0.53% | - |
| XYZ | 5.86 | 2.77 | 23.15 | - |
| YUV | 39.15 | 182.1 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 135 | 0.63 | 0.89 | 0 | 0.47 | 257.5 | 0.8 | 0.29 |
| Hex | 32 | F | 87 | 3F | 59 | 0 | 2F | 102 | 50 | 1D |
| Octal | 62 | 17 | 207 | 77 | 131 | 0 | 57 | 402 | 120 | 35 |
| Binary | 110010 | 1111 | 10000111 | 111111 | 1011001 | 0 | 101111 | 100000010 | 1010000 | 11101 |
Color Harmonies of #320F87
Complementary color
Monochromatic Colors of #320F87
Black with #320F87
Text Example
Text Example
White with #320F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F87; }
p { color: rgb(50,15,135); }
H1.HeaderClassName
{
color: #320F87;
}
.AnyTagClassName
{
color: #320F87;
}
</style>
background-color css
<style>
a { background-color: #320F87; }
a { background-color: rgb(50,15,135); }
div.DivClassName
{
background-color: #320F87;
}
.BgClassName
{
background-color: #320F87;
}
</style>
border-color css
<style>
span { border-color: #320F87; }
span { border-color: rgb(50,15,135); }
td.TdClassName
{
border-color: #320F87;
}
.TagClassName
{
border-color: #320F87;
}
</style>