Shades of Persian Indigo #3202A0
Tints of Persian Indigo #3202A0
RGB
CMYK
RGB Variations
Color information
#3202A0 (or 0x3202A0) is known color: Persian Indigo. HEX triplet: 32, 02 and A0. RGB value is (50,2,160). Sum of RGB (Red+Green+Blue) = 50+2+160=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 160 (62.89% from 255 or 75.47% from 212); Max value from RGB is 160 - color contains mainly: blue. Hex color #3202A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3202A0 is #CDFD5F. Grayscale: #212121. Windows color (decimal): -13499744 or 10486322. OLE color: 10486322.
HSL color Cylindrical-coordinate representation of color #3202A0: hue angle of 258.23º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3202A0 is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 2 | 160 | - |
| CMYK | 0.69 | 0.99 | 0 | 0.37 |
| HSL | 258.23º | 0.98% | 0.32% | - |
| HSV(B) | 258.23º | 0.99% | 0.63% | - |
| XYZ | 7.68 | 3.26 | 33.48 | - |
| YUV | 34.36 | 198.9 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 160 | 0.69 | 0.99 | 0 | 0.37 | 258.23 | 0.98 | 0.32 |
| Hex | 32 | 2 | A0 | 45 | 63 | 0 | 25 | 102 | 62 | 20 |
| Octal | 62 | 2 | 240 | 105 | 143 | 0 | 45 | 402 | 142 | 40 |
| Binary | 110010 | 10 | 10100000 | 1000101 | 1100011 | 0 | 100101 | 100000010 | 1100010 | 100000 |
Color Harmonies of #3202A0
Complementary color
Monochromatic Colors of #3202A0
Black with #3202A0
Text Example
Text Example
White with #3202A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3202A0; }
p { color: rgb(50,2,160); }
H1.HeaderClassName
{
color: #3202A0;
}
.AnyTagClassName
{
color: #3202A0;
}
</style>
background-color css
<style>
a { background-color: #3202A0; }
a { background-color: rgb(50,2,160); }
div.DivClassName
{
background-color: #3202A0;
}
.BgClassName
{
background-color: #3202A0;
}
</style>
border-color css
<style>
span { border-color: #3202A0; }
span { border-color: rgb(50,2,160); }
td.TdClassName
{
border-color: #3202A0;
}
.TagClassName
{
border-color: #3202A0;
}
</style>