Shades of Persian Indigo #3210A0
Tints of Persian Indigo #3210A0
RGB
CMYK
RGB Variations
Color information
#3210A0 (or 0x3210A0) is known color: Persian Indigo. HEX triplet: 32, 10 and A0. RGB value is (50,16,160). Sum of RGB (Red+Green+Blue) = 50+16+160=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 160 (62.89% from 255 or 70.80% from 226); Max value from RGB is 160 - color contains mainly: blue. Hex color #3210A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3210A0 is #CDEF5F. Grayscale: #2A2A2A. Windows color (decimal): -13496160 or 10489906. OLE color: 10489906.
HSL color Cylindrical-coordinate representation of color #3210A0: hue angle of 254.17º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3210A0 is Cyan = 0.69, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 16 | 160 | - |
| CMYK | 0.69 | 0.9 | 0 | 0.37 |
| HSL | 254.17º | 0.82% | 0.35% | - |
| HSV(B) | 254.17º | 0.9% | 0.63% | - |
| XYZ | 7.85 | 3.59 | 33.54 | - |
| YUV | 42.58 | 194.26 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 16 | 160 | 0.69 | 0.9 | 0 | 0.37 | 254.17 | 0.82 | 0.35 |
| Hex | 32 | 10 | A0 | 45 | 5A | 0 | 25 | FE | 52 | 23 |
| Octal | 62 | 20 | 240 | 105 | 132 | 0 | 45 | 376 | 122 | 43 |
| Binary | 110010 | 10000 | 10100000 | 1000101 | 1011010 | 0 | 100101 | 11111110 | 1010010 | 100011 |
Color Harmonies of #3210A0
Complementary color
Monochromatic Colors of #3210A0
Black with #3210A0
Text Example
Text Example
White with #3210A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3210A0; }
p { color: rgb(50,16,160); }
H1.HeaderClassName
{
color: #3210A0;
}
.AnyTagClassName
{
color: #3210A0;
}
</style>
background-color css
<style>
a { background-color: #3210A0; }
a { background-color: rgb(50,16,160); }
div.DivClassName
{
background-color: #3210A0;
}
.BgClassName
{
background-color: #3210A0;
}
</style>
border-color css
<style>
span { border-color: #3210A0; }
span { border-color: rgb(50,16,160); }
td.TdClassName
{
border-color: #3210A0;
}
.TagClassName
{
border-color: #3210A0;
}
</style>