Shades of Persian Blue #322DDF
Tints of Persian Blue #322DDF
RGB
CMYK
RGB Variations
Color information
#322DDF (or 0x322DDF) is known color: Persian Blue. HEX triplet: 32, 2D and DF. RGB value is (50,45,223). Sum of RGB (Red+Green+Blue) = 50+45+223=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 223 (87.5% from 255 or 70.13% from 318); Max value from RGB is 223 - color contains mainly: blue. Hex color #322DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322DDF is #CDD220. Grayscale: #424242. Windows color (decimal): -13488673 or 14626098. OLE color: 14626098.
HSL color Cylindrical-coordinate representation of color #322DDF: hue angle of 241.69º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #322DDF is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 45 | 223 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.13 |
| HSL | 241.69º | 0.74% | 0.53% | - |
| HSV(B) | 241.69º | 0.8% | 0.87% | - |
| XYZ | 15.57 | 7.88 | 70.51 | - |
| YUV | 66.79 | 216.16 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 45 | 223 | 0.78 | 0.80 | 0 | 0.13 | 241.69 | 0.74 | 0.53 |
| Hex | 32 | 2D | DF | 4E | 50 | 0 | D | F2 | 4A | 35 |
| Octal | 62 | 55 | 337 | 116 | 120 | 0 | 15 | 362 | 112 | 65 |
| Binary | 110010 | 101101 | 11011111 | 1001110 | 1010000 | 0 | 1101 | 11110010 | 1001010 | 110101 |
Color Harmonies of #322DDF
Complementary color
Monochromatic Colors of #322DDF
Black with #322DDF
Text Example
Text Example
White with #322DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322DDF; }
p { color: rgb(50,45,223); }
H1.HeaderClassName
{
color: #322DDF;
}
.AnyTagClassName
{
color: #322DDF;
}
</style>
background-color css
<style>
a { background-color: #322DDF; }
a { background-color: rgb(50,45,223); }
div.DivClassName
{
background-color: #322DDF;
}
.BgClassName
{
background-color: #322DDF;
}
</style>
border-color css
<style>
span { border-color: #322DDF; }
span { border-color: rgb(50,45,223); }
td.TdClassName
{
border-color: #322DDF;
}
.TagClassName
{
border-color: #322DDF;
}
</style>