Shades of Persian Blue #3221CE
Tints of Persian Blue #3221CE
RGB
CMYK
RGB Variations
Color information
#3221CE (or 0x3221CE) is known color: Persian Blue. HEX triplet: 32, 21 and CE. RGB value is (50,33,206). Sum of RGB (Red+Green+Blue) = 50+33+206=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 206 (80.86% from 255 or 71.28% from 289); Max value from RGB is 206 - color contains mainly: blue. Hex color #3221CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3221CE is #CDDE31. Grayscale: #393939. Windows color (decimal): -13491762 or 13508914. OLE color: 13508914.
HSL color Cylindrical-coordinate representation of color #3221CE: hue angle of 245.9º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3221CE is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 33 | 206 | - |
| CMYK | 0.76 | 0.84 | 0 | 0.19 |
| HSL | 245.9º | 0.72% | 0.47% | - |
| HSV(B) | 245.9º | 0.84% | 0.81% | - |
| XYZ | 13 | 6.22 | 58.91 | - |
| YUV | 57.81 | 211.63 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 33 | 206 | 0.76 | 0.84 | 0 | 0.19 | 245.9 | 0.72 | 0.47 |
| Hex | 32 | 21 | CE | 4C | 54 | 0 | 13 | F6 | 48 | 2F |
| Octal | 62 | 41 | 316 | 114 | 124 | 0 | 23 | 366 | 110 | 57 |
| Binary | 110010 | 100001 | 11001110 | 1001100 | 1010100 | 0 | 10011 | 11110110 | 1001000 | 101111 |
Color Harmonies of #3221CE
Complementary color
Monochromatic Colors of #3221CE
Black with #3221CE
Text Example
Text Example
White with #3221CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3221CE; }
p { color: rgb(50,33,206); }
H1.HeaderClassName
{
color: #3221CE;
}
.AnyTagClassName
{
color: #3221CE;
}
</style>
background-color css
<style>
a { background-color: #3221CE; }
a { background-color: rgb(50,33,206); }
div.DivClassName
{
background-color: #3221CE;
}
.BgClassName
{
background-color: #3221CE;
}
</style>
border-color css
<style>
span { border-color: #3221CE; }
span { border-color: rgb(50,33,206); }
td.TdClassName
{
border-color: #3221CE;
}
.TagClassName
{
border-color: #3221CE;
}
</style>