Shades of Persian Blue #3220AB
Tints of Persian Blue #3220AB
RGB
CMYK
RGB Variations
Color information
#3220AB (or 0x3220AB) is known color: Persian Blue. HEX triplet: 32, 20 and AB. RGB value is (50,32,171). Sum of RGB (Red+Green+Blue) = 50+32+171=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 171 (67.19% from 255 or 67.59% from 253); Max value from RGB is 171 - color contains mainly: blue. Hex color #3220AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3220AB is #CDDF54. Grayscale: #343434. Windows color (decimal): -13492053 or 11214898. OLE color: 11214898.
HSL color Cylindrical-coordinate representation of color #3220AB: hue angle of 247.77º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3220AB is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 32 | 171 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.33 |
| HSL | 247.77º | 0.68% | 0.4% | - |
| HSV(B) | 247.77º | 0.81% | 0.67% | - |
| XYZ | 9.18 | 4.65 | 38.94 | - |
| YUV | 53.23 | 194.46 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 32 | 171 | 0.71 | 0.81 | 0 | 0.33 | 247.77 | 0.68 | 0.4 |
| Hex | 32 | 20 | AB | 47 | 51 | 0 | 21 | F8 | 44 | 28 |
| Octal | 62 | 40 | 253 | 107 | 121 | 0 | 41 | 370 | 104 | 50 |
| Binary | 110010 | 100000 | 10101011 | 1000111 | 1010001 | 0 | 100001 | 11111000 | 1000100 | 101000 |
Color Harmonies of #3220AB
Complementary color
Monochromatic Colors of #3220AB
Black with #3220AB
Text Example
Text Example
White with #3220AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3220AB; }
p { color: rgb(50,32,171); }
H1.HeaderClassName
{
color: #3220AB;
}
.AnyTagClassName
{
color: #3220AB;
}
</style>
background-color css
<style>
a { background-color: #3220AB; }
a { background-color: rgb(50,32,171); }
div.DivClassName
{
background-color: #3220AB;
}
.BgClassName
{
background-color: #3220AB;
}
</style>
border-color css
<style>
span { border-color: #3220AB; }
span { border-color: rgb(50,32,171); }
td.TdClassName
{
border-color: #3220AB;
}
.TagClassName
{
border-color: #3220AB;
}
</style>