Shades of Persian Indigo #3203A0
Tints of Persian Indigo #3203A0
RGB
CMYK
RGB Variations
Color information
#3203A0 (or 0x3203A0) is known color: Persian Indigo. HEX triplet: 32, 03 and A0. RGB value is (50,3,160). Sum of RGB (Red+Green+Blue) = 50+3+160=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 160 (62.89% from 255 or 75.12% from 213); Max value from RGB is 160 - color contains mainly: blue. Hex color #3203A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3203A0 is #CDFC5F. Grayscale: #222222. Windows color (decimal): -13499488 or 10486578. OLE color: 10486578.
HSL color Cylindrical-coordinate representation of color #3203A0: hue angle of 257.96º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3203A0 is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 3 | 160 | - |
| CMYK | 0.69 | 0.98 | 0 | 0.37 |
| HSL | 257.96º | 0.96% | 0.32% | - |
| HSV(B) | 257.96º | 0.98% | 0.63% | - |
| XYZ | 7.69 | 3.28 | 33.49 | - |
| YUV | 34.95 | 198.57 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 3 | 160 | 0.69 | 0.98 | 0 | 0.37 | 257.96 | 0.96 | 0.32 |
| Hex | 32 | 3 | A0 | 45 | 62 | 0 | 25 | 102 | 60 | 20 |
| Octal | 62 | 3 | 240 | 105 | 142 | 0 | 45 | 402 | 140 | 40 |
| Binary | 110010 | 11 | 10100000 | 1000101 | 1100010 | 0 | 100101 | 100000010 | 1100000 | 100000 |
Color Harmonies of #3203A0
Complementary color
Monochromatic Colors of #3203A0
Black with #3203A0
Text Example
Text Example
White with #3203A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3203A0; }
p { color: rgb(50,3,160); }
H1.HeaderClassName
{
color: #3203A0;
}
.AnyTagClassName
{
color: #3203A0;
}
</style>
background-color css
<style>
a { background-color: #3203A0; }
a { background-color: rgb(50,3,160); }
div.DivClassName
{
background-color: #3203A0;
}
.BgClassName
{
background-color: #3203A0;
}
</style>
border-color css
<style>
span { border-color: #3203A0; }
span { border-color: rgb(50,3,160); }
td.TdClassName
{
border-color: #3203A0;
}
.TagClassName
{
border-color: #3203A0;
}
</style>