Shades of Persian Blue #322ECF
Tints of Persian Blue #322ECF
RGB
CMYK
RGB Variations
Color information
#322ECF (or 0x322ECF) is known color: Persian Blue. HEX triplet: 32, 2E and CF. RGB value is (50,46,207). Sum of RGB (Red+Green+Blue) = 50+46+207=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 207 (81.25% from 255 or 68.32% from 303); Max value from RGB is 207 - color contains mainly: blue. Hex color #322ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322ECF is #CDD130. Grayscale: #404040. Windows color (decimal): -13488433 or 13577778. OLE color: 13577778.
HSL color Cylindrical-coordinate representation of color #322ECF: hue angle of 241.49º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #322ECF is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 46 | 207 | - |
| CMYK | 0.76 | 0.78 | 0 | 0.19 |
| HSL | 241.49º | 0.64% | 0.5% | - |
| HSV(B) | 241.49º | 0.78% | 0.81% | - |
| XYZ | 13.55 | 7.14 | 59.69 | - |
| YUV | 65.55 | 207.83 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 46 | 207 | 0.76 | 0.78 | 0 | 0.19 | 241.49 | 0.64 | 0.5 |
| Hex | 32 | 2E | CF | 4C | 4E | 0 | 13 | F1 | 40 | 32 |
| Octal | 62 | 56 | 317 | 114 | 116 | 0 | 23 | 361 | 100 | 62 |
| Binary | 110010 | 101110 | 11001111 | 1001100 | 1001110 | 0 | 10011 | 11110001 | 1000000 | 110010 |
Color Harmonies of #322ECF
Complementary color
Monochromatic Colors of #322ECF
Black with #322ECF
Text Example
Text Example
White with #322ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322ECF; }
p { color: rgb(50,46,207); }
H1.HeaderClassName
{
color: #322ECF;
}
.AnyTagClassName
{
color: #322ECF;
}
</style>
background-color css
<style>
a { background-color: #322ECF; }
a { background-color: rgb(50,46,207); }
div.DivClassName
{
background-color: #322ECF;
}
.BgClassName
{
background-color: #322ECF;
}
</style>
border-color css
<style>
span { border-color: #322ECF; }
span { border-color: rgb(50,46,207); }
td.TdClassName
{
border-color: #322ECF;
}
.TagClassName
{
border-color: #322ECF;
}
</style>