Shades of Persian Blue #322DC5
Tints of Persian Blue #322DC5
RGB
CMYK
RGB Variations
Color information
#322DC5 (or 0x322DC5) is known color: Persian Blue. HEX triplet: 32, 2D and C5. RGB value is (50,45,197). Sum of RGB (Red+Green+Blue) = 50+45+197=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 197 (77.34% from 255 or 67.47% from 292); Max value from RGB is 197 - color contains mainly: blue. Hex color #322DC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322DC5 is #CDD23A. Grayscale: #3F3F3F. Windows color (decimal): -13488699 or 12922162. OLE color: 12922162.
HSL color Cylindrical-coordinate representation of color #322DC5: hue angle of 241.97º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #322DC5 is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 45 | 197 | - |
| CMYK | 0.75 | 0.77 | 0 | 0.23 |
| HSL | 241.97º | 0.63% | 0.47% | - |
| HSV(B) | 241.97º | 0.77% | 0.77% | - |
| XYZ | 12.33 | 6.59 | 53.44 | - |
| YUV | 63.82 | 203.16 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 45 | 197 | 0.75 | 0.77 | 0 | 0.23 | 241.97 | 0.63 | 0.47 |
| Hex | 32 | 2D | C5 | 4B | 4D | 0 | 17 | F2 | 3F | 2F |
| Octal | 62 | 55 | 305 | 113 | 115 | 0 | 27 | 362 | 77 | 57 |
| Binary | 110010 | 101101 | 11000101 | 1001011 | 1001101 | 0 | 10111 | 11110010 | 111111 | 101111 |
Color Harmonies of #322DC5
Complementary color
Monochromatic Colors of #322DC5
Black with #322DC5
Text Example
Text Example
White with #322DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322DC5; }
p { color: rgb(50,45,197); }
H1.HeaderClassName
{
color: #322DC5;
}
.AnyTagClassName
{
color: #322DC5;
}
</style>
background-color css
<style>
a { background-color: #322DC5; }
a { background-color: rgb(50,45,197); }
div.DivClassName
{
background-color: #322DC5;
}
.BgClassName
{
background-color: #322DC5;
}
</style>
border-color css
<style>
span { border-color: #322DC5; }
span { border-color: rgb(50,45,197); }
td.TdClassName
{
border-color: #322DC5;
}
.TagClassName
{
border-color: #322DC5;
}
</style>