Shades of Persian Indigo #320F84
Tints of Persian Indigo #320F84
RGB
CMYK
RGB Variations
Color information
#320F84 (or 0x320F84) is known color: Persian Indigo. HEX triplet: 32, 0F and 84. RGB value is (50,15,132). Sum of RGB (Red+Green+Blue) = 50+15+132=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 15 (6.25% from 255 or 7.61% from 197); Blue value is 132 (51.95% from 255 or 67.01% from 197); Max value from RGB is 132 - color contains mainly: blue. Hex color #320F84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320F84 is #CDF07B. Grayscale: #262626. Windows color (decimal): -13496444 or 8654642. OLE color: 8654642.
HSL color Cylindrical-coordinate representation of color #320F84: hue angle of 257.95º 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 #320F84 is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 15 | 132 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.48 |
| HSL | 257.95º | 0.8% | 0.29% | - |
| HSV(B) | 257.95º | 0.89% | 0.52% | - |
| XYZ | 5.65 | 2.69 | 22.05 | - |
| YUV | 38.8 | 180.6 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 132 | 0.62 | 0.89 | 0 | 0.48 | 257.95 | 0.8 | 0.29 |
| Hex | 32 | F | 84 | 3E | 59 | 0 | 30 | 102 | 50 | 1D |
| Octal | 62 | 17 | 204 | 76 | 131 | 0 | 60 | 402 | 120 | 35 |
| Binary | 110010 | 1111 | 10000100 | 111110 | 1011001 | 0 | 110000 | 100000010 | 1010000 | 11101 |
Color Harmonies of #320F84
Complementary color
Monochromatic Colors of #320F84
Black with #320F84
Text Example
Text Example
White with #320F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F84; }
p { color: rgb(50,15,132); }
H1.HeaderClassName
{
color: #320F84;
}
.AnyTagClassName
{
color: #320F84;
}
</style>
background-color css
<style>
a { background-color: #320F84; }
a { background-color: rgb(50,15,132); }
div.DivClassName
{
background-color: #320F84;
}
.BgClassName
{
background-color: #320F84;
}
</style>
border-color css
<style>
span { border-color: #320F84; }
span { border-color: rgb(50,15,132); }
td.TdClassName
{
border-color: #320F84;
}
.TagClassName
{
border-color: #320F84;
}
</style>