Shades of Persian Blue #3221BA
Tints of Persian Blue #3221BA
RGB
CMYK
RGB Variations
Color information
#3221BA (or 0x3221BA) is known color: Persian Blue. HEX triplet: 32, 21 and BA. RGB value is (50,33,186). Sum of RGB (Red+Green+Blue) = 50+33+186=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 186 (73.05% from 255 or 69.14% from 269); Max value from RGB is 186 - color contains mainly: blue. Hex color #3221BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3221BA is #CDDE45. Grayscale: #363636. Windows color (decimal): -13491782 or 12198194. OLE color: 12198194.
HSL color Cylindrical-coordinate representation of color #3221BA: hue angle of 246.67º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3221BA is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 33 | 186 | - |
| CMYK | 0.73 | 0.82 | 0 | 0.27 |
| HSL | 246.67º | 0.7% | 0.43% | - |
| HSV(B) | 246.67º | 0.82% | 0.73% | - |
| XYZ | 10.72 | 5.31 | 46.91 | - |
| YUV | 55.53 | 201.63 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 33 | 186 | 0.73 | 0.82 | 0 | 0.27 | 246.67 | 0.7 | 0.43 |
| Hex | 32 | 21 | BA | 49 | 52 | 0 | 1B | F7 | 46 | 2B |
| Octal | 62 | 41 | 272 | 111 | 122 | 0 | 33 | 367 | 106 | 53 |
| Binary | 110010 | 100001 | 10111010 | 1001001 | 1010010 | 0 | 11011 | 11110111 | 1000110 | 101011 |
Color Harmonies of #3221BA
Complementary color
Monochromatic Colors of #3221BA
Black with #3221BA
Text Example
Text Example
White with #3221BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3221BA; }
p { color: rgb(50,33,186); }
H1.HeaderClassName
{
color: #3221BA;
}
.AnyTagClassName
{
color: #3221BA;
}
</style>
background-color css
<style>
a { background-color: #3221BA; }
a { background-color: rgb(50,33,186); }
div.DivClassName
{
background-color: #3221BA;
}
.BgClassName
{
background-color: #3221BA;
}
</style>
border-color css
<style>
span { border-color: #3221BA; }
span { border-color: rgb(50,33,186); }
td.TdClassName
{
border-color: #3221BA;
}
.TagClassName
{
border-color: #3221BA;
}
</style>