Shades of Persian Blue #3220BC
Tints of Persian Blue #3220BC
RGB
CMYK
RGB Variations
Color information
#3220BC (or 0x3220BC) is known color: Persian Blue. HEX triplet: 32, 20 and BC. RGB value is (50,32,188). Sum of RGB (Red+Green+Blue) = 50+32+188=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 188 (73.83% from 255 or 69.63% from 270); Max value from RGB is 188 - color contains mainly: blue. Hex color #3220BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3220BC is #CDDF43. Grayscale: #363636. Windows color (decimal): -13492036 or 12329010. OLE color: 12329010.
HSL color Cylindrical-coordinate representation of color #3220BC: hue angle of 246.92º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3220BC is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 32 | 188 | - |
| CMYK | 0.73 | 0.83 | 0 | 0.26 |
| HSL | 246.92º | 0.71% | 0.43% | - |
| HSV(B) | 246.92º | 0.83% | 0.74% | - |
| XYZ | 10.91 | 5.34 | 48.03 | - |
| YUV | 55.17 | 202.96 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 32 | 188 | 0.73 | 0.83 | 0 | 0.26 | 246.92 | 0.71 | 0.43 |
| Hex | 32 | 20 | BC | 49 | 53 | 0 | 1A | F7 | 47 | 2B |
| Octal | 62 | 40 | 274 | 111 | 123 | 0 | 32 | 367 | 107 | 53 |
| Binary | 110010 | 100000 | 10111100 | 1001001 | 1010011 | 0 | 11010 | 11110111 | 1000111 | 101011 |
Color Harmonies of #3220BC
Complementary color
Monochromatic Colors of #3220BC
Black with #3220BC
Text Example
Text Example
White with #3220BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3220BC; }
p { color: rgb(50,32,188); }
H1.HeaderClassName
{
color: #3220BC;
}
.AnyTagClassName
{
color: #3220BC;
}
</style>
background-color css
<style>
a { background-color: #3220BC; }
a { background-color: rgb(50,32,188); }
div.DivClassName
{
background-color: #3220BC;
}
.BgClassName
{
background-color: #3220BC;
}
</style>
border-color css
<style>
span { border-color: #3220BC; }
span { border-color: rgb(50,32,188); }
td.TdClassName
{
border-color: #3220BC;
}
.TagClassName
{
border-color: #3220BC;
}
</style>