Shades of Persian Blue #322DC9
Tints of Persian Blue #322DC9
RGB
CMYK
RGB Variations
Color information
#322DC9 (or 0x322DC9) is known color: Persian Blue. HEX triplet: 32, 2D and C9. RGB value is (50,45,201). Sum of RGB (Red+Green+Blue) = 50+45+201=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 201 (78.91% from 255 or 67.91% from 296); Max value from RGB is 201 - color contains mainly: blue. Hex color #322DC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322DC9 is #CDD236. Grayscale: #3F3F3F. Windows color (decimal): -13488695 or 13184306. OLE color: 13184306.
HSL color Cylindrical-coordinate representation of color #322DC9: hue angle of 241.92º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #322DC9 is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 45 | 201 | - |
| CMYK | 0.75 | 0.78 | 0 | 0.21 |
| HSL | 241.92º | 0.63% | 0.48% | - |
| HSV(B) | 241.92º | 0.78% | 0.79% | - |
| XYZ | 12.8 | 6.77 | 55.89 | - |
| YUV | 64.28 | 205.16 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 45 | 201 | 0.75 | 0.78 | 0 | 0.21 | 241.92 | 0.63 | 0.48 |
| Hex | 32 | 2D | C9 | 4B | 4E | 0 | 15 | F2 | 3F | 30 |
| Octal | 62 | 55 | 311 | 113 | 116 | 0 | 25 | 362 | 77 | 60 |
| Binary | 110010 | 101101 | 11001001 | 1001011 | 1001110 | 0 | 10101 | 11110010 | 111111 | 110000 |
Color Harmonies of #322DC9
Complementary color
Monochromatic Colors of #322DC9
Black with #322DC9
Text Example
Text Example
White with #322DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322DC9; }
p { color: rgb(50,45,201); }
H1.HeaderClassName
{
color: #322DC9;
}
.AnyTagClassName
{
color: #322DC9;
}
</style>
background-color css
<style>
a { background-color: #322DC9; }
a { background-color: rgb(50,45,201); }
div.DivClassName
{
background-color: #322DC9;
}
.BgClassName
{
background-color: #322DC9;
}
</style>
border-color css
<style>
span { border-color: #322DC9; }
span { border-color: rgb(50,45,201); }
td.TdClassName
{
border-color: #322DC9;
}
.TagClassName
{
border-color: #322DC9;
}
</style>