Shades of Persian Blue #322ED6
Tints of Persian Blue #322ED6
RGB
CMYK
RGB Variations
Color information
#322ED6 (or 0x322ED6) is known color: Persian Blue. HEX triplet: 32, 2E and D6. RGB value is (50,46,214). Sum of RGB (Red+Green+Blue) = 50+46+214=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 46 (18.36% from 255 or 14.84% from 310); Blue value is 214 (83.98% from 255 or 69.03% from 310); Max value from RGB is 214 - color contains mainly: blue. Hex color #322ED6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322ED6 is #CDD129. Grayscale: #414141. Windows color (decimal): -13488426 or 14036530. OLE color: 14036530.
HSL color Cylindrical-coordinate representation of color #322ED6: hue angle of 241.43º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #322ED6 is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 46 | 214 | - |
| CMYK | 0.77 | 0.79 | 0 | 0.16 |
| HSL | 241.43º | 0.67% | 0.51% | - |
| HSV(B) | 241.43º | 0.79% | 0.84% | - |
| XYZ | 14.43 | 7.49 | 64.3 | - |
| YUV | 66.35 | 211.33 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 46 | 214 | 0.77 | 0.79 | 0 | 0.16 | 241.43 | 0.67 | 0.51 |
| Hex | 32 | 2E | D6 | 4D | 4F | 0 | 10 | F1 | 43 | 33 |
| Octal | 62 | 56 | 326 | 115 | 117 | 0 | 20 | 361 | 103 | 63 |
| Binary | 110010 | 101110 | 11010110 | 1001101 | 1001111 | 0 | 10000 | 11110001 | 1000011 | 110011 |
Color Harmonies of #322ED6
Complementary color
Monochromatic Colors of #322ED6
Black with #322ED6
Text Example
Text Example
White with #322ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322ED6; }
p { color: rgb(50,46,214); }
H1.HeaderClassName
{
color: #322ED6;
}
.AnyTagClassName
{
color: #322ED6;
}
</style>
background-color css
<style>
a { background-color: #322ED6; }
a { background-color: rgb(50,46,214); }
div.DivClassName
{
background-color: #322ED6;
}
.BgClassName
{
background-color: #322ED6;
}
</style>
border-color css
<style>
span { border-color: #322ED6; }
span { border-color: rgb(50,46,214); }
td.TdClassName
{
border-color: #322ED6;
}
.TagClassName
{
border-color: #322ED6;
}
</style>