Shades of Persian Blue #3222CE
Tints of Persian Blue #3222CE
RGB
CMYK
RGB Variations
Color information
#3222CE (or 0x3222CE) is known color: Persian Blue. HEX triplet: 32, 22 and CE. RGB value is (50,34,206). Sum of RGB (Red+Green+Blue) = 50+34+206=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 206 (80.86% from 255 or 71.03% from 290); Max value from RGB is 206 - color contains mainly: blue. Hex color #3222CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3222CE is #CDDD31. Grayscale: #393939. Windows color (decimal): -13491506 or 13509170. OLE color: 13509170.
HSL color Cylindrical-coordinate representation of color #3222CE: hue angle of 245.58º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3222CE is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 34 | 206 | - |
| CMYK | 0.76 | 0.83 | 0 | 0.19 |
| HSL | 245.58º | 0.72% | 0.47% | - |
| HSV(B) | 245.58º | 0.83% | 0.81% | - |
| XYZ | 13.03 | 6.28 | 58.92 | - |
| YUV | 58.39 | 211.3 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 34 | 206 | 0.76 | 0.83 | 0 | 0.19 | 245.58 | 0.72 | 0.47 |
| Hex | 32 | 22 | CE | 4C | 53 | 0 | 13 | F6 | 48 | 2F |
| Octal | 62 | 42 | 316 | 114 | 123 | 0 | 23 | 366 | 110 | 57 |
| Binary | 110010 | 100010 | 11001110 | 1001100 | 1010011 | 0 | 10011 | 11110110 | 1001000 | 101111 |
Color Harmonies of #3222CE
Complementary color
Monochromatic Colors of #3222CE
Black with #3222CE
Text Example
Text Example
White with #3222CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3222CE; }
p { color: rgb(50,34,206); }
H1.HeaderClassName
{
color: #3222CE;
}
.AnyTagClassName
{
color: #3222CE;
}
</style>
background-color css
<style>
a { background-color: #3222CE; }
a { background-color: rgb(50,34,206); }
div.DivClassName
{
background-color: #3222CE;
}
.BgClassName
{
background-color: #3222CE;
}
</style>
border-color css
<style>
span { border-color: #3222CE; }
span { border-color: rgb(50,34,206); }
td.TdClassName
{
border-color: #3222CE;
}
.TagClassName
{
border-color: #3222CE;
}
</style>