Shades of Persian Blue #322FDF
Tints of Persian Blue #322FDF
RGB
CMYK
RGB Variations
Color information
#322FDF (or 0x322FDF) is known color: Persian Blue. HEX triplet: 32, 2F and DF. RGB value is (50,47,223). Sum of RGB (Red+Green+Blue) = 50+47+223=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 223 (87.5% from 255 or 69.69% from 320); Max value from RGB is 223 - color contains mainly: blue. Hex color #322FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322FDF is #CDD020. Grayscale: #434343. Windows color (decimal): -13488161 or 14626610. OLE color: 14626610.
HSL color Cylindrical-coordinate representation of color #322FDF: hue angle of 241.02º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #322FDF is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 47 | 223 | - |
| CMYK | 0.78 | 0.79 | 0 | 0.13 |
| HSL | 241.02º | 0.73% | 0.53% | - |
| HSV(B) | 241.02º | 0.79% | 0.87% | - |
| XYZ | 15.65 | 8.04 | 70.54 | - |
| YUV | 67.96 | 215.49 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 223 | 0.78 | 0.79 | 0 | 0.13 | 241.02 | 0.73 | 0.53 |
| Hex | 32 | 2F | DF | 4E | 4F | 0 | D | F1 | 49 | 35 |
| Octal | 62 | 57 | 337 | 116 | 117 | 0 | 15 | 361 | 111 | 65 |
| Binary | 110010 | 101111 | 11011111 | 1001110 | 1001111 | 0 | 1101 | 11110001 | 1001001 | 110101 |
Color Harmonies of #322FDF
Complementary color
Monochromatic Colors of #322FDF
Black with #322FDF
Text Example
Text Example
White with #322FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322FDF; }
p { color: rgb(50,47,223); }
H1.HeaderClassName
{
color: #322FDF;
}
.AnyTagClassName
{
color: #322FDF;
}
</style>
background-color css
<style>
a { background-color: #322FDF; }
a { background-color: rgb(50,47,223); }
div.DivClassName
{
background-color: #322FDF;
}
.BgClassName
{
background-color: #322FDF;
}
</style>
border-color css
<style>
span { border-color: #322FDF; }
span { border-color: rgb(50,47,223); }
td.TdClassName
{
border-color: #322FDF;
}
.TagClassName
{
border-color: #322FDF;
}
</style>