Shades of Persian Blue #322FE0
Tints of Persian Blue #322FE0
RGB
CMYK
RGB Variations
Color information
#322FE0 (or 0x322FE0) is known color: Persian Blue. HEX triplet: 32, 2F and E0. RGB value is (50,47,224). Sum of RGB (Red+Green+Blue) = 50+47+224=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 224 (87.89% from 255 or 69.78% from 321); Max value from RGB is 224 - color contains mainly: blue. Hex color #322FE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322FE0 is #CDD01F. Grayscale: #434343. Windows color (decimal): -13488160 or 14692146. OLE color: 14692146.
HSL color Cylindrical-coordinate representation of color #322FE0: hue angle of 241.02º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #322FE0 is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 47 | 224 | - |
| CMYK | 0.78 | 0.79 | 0 | 0.12 |
| HSL | 241.02º | 0.74% | 0.53% | - |
| HSV(B) | 241.02º | 0.79% | 0.88% | - |
| XYZ | 15.79 | 8.09 | 71.25 | - |
| YUV | 68.08 | 215.99 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 224 | 0.78 | 0.79 | 0 | 0.12 | 241.02 | 0.74 | 0.53 |
| Hex | 32 | 2F | E0 | 4E | 4F | 0 | C | F1 | 4A | 35 |
| Octal | 62 | 57 | 340 | 116 | 117 | 0 | 14 | 361 | 112 | 65 |
| Binary | 110010 | 101111 | 11100000 | 1001110 | 1001111 | 0 | 1100 | 11110001 | 1001010 | 110101 |
Color Harmonies of #322FE0
Complementary color
Monochromatic Colors of #322FE0
Black with #322FE0
Text Example
Text Example
White with #322FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322FE0; }
p { color: rgb(50,47,224); }
H1.HeaderClassName
{
color: #322FE0;
}
.AnyTagClassName
{
color: #322FE0;
}
</style>
background-color css
<style>
a { background-color: #322FE0; }
a { background-color: rgb(50,47,224); }
div.DivClassName
{
background-color: #322FE0;
}
.BgClassName
{
background-color: #322FE0;
}
</style>
border-color css
<style>
span { border-color: #322FE0; }
span { border-color: rgb(50,47,224); }
td.TdClassName
{
border-color: #322FE0;
}
.TagClassName
{
border-color: #322FE0;
}
</style>