Shades of Persian Blue #322FC1
Tints of Persian Blue #322FC1
RGB
CMYK
RGB Variations
Color information
#322FC1 (or 0x322FC1) is known color: Persian Blue. HEX triplet: 32, 2F and C1. RGB value is (50,47,193). Sum of RGB (Red+Green+Blue) = 50+47+193=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 47 (18.75% from 255 or 16.21% from 290); Blue value is 193 (75.78% from 255 or 66.55% from 290); Max value from RGB is 193 - color contains mainly: blue. Hex color #322FC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322FC1 is #CDD03E. Grayscale: #3F3F3F. Windows color (decimal): -13488191 or 12660530. OLE color: 12660530.
HSL color Cylindrical-coordinate representation of color #322FC1: hue angle of 241.23º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #322FC1 is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 47 | 193 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.24 |
| HSL | 241.23º | 0.61% | 0.47% | - |
| HSV(B) | 241.23º | 0.76% | 0.76% | - |
| XYZ | 11.96 | 6.56 | 51.09 | - |
| YUV | 64.54 | 200.49 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 193 | 0.74 | 0.76 | 0 | 0.24 | 241.23 | 0.61 | 0.47 |
| Hex | 32 | 2F | C1 | 4A | 4C | 0 | 18 | F1 | 3D | 2F |
| Octal | 62 | 57 | 301 | 112 | 114 | 0 | 30 | 361 | 75 | 57 |
| Binary | 110010 | 101111 | 11000001 | 1001010 | 1001100 | 0 | 11000 | 11110001 | 111101 | 101111 |
Color Harmonies of #322FC1
Complementary color
Monochromatic Colors of #322FC1
Black with #322FC1
Text Example
Text Example
White with #322FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322FC1; }
p { color: rgb(50,47,193); }
H1.HeaderClassName
{
color: #322FC1;
}
.AnyTagClassName
{
color: #322FC1;
}
</style>
background-color css
<style>
a { background-color: #322FC1; }
a { background-color: rgb(50,47,193); }
div.DivClassName
{
background-color: #322FC1;
}
.BgClassName
{
background-color: #322FC1;
}
</style>
border-color css
<style>
span { border-color: #322FC1; }
span { border-color: rgb(50,47,193); }
td.TdClassName
{
border-color: #322FC1;
}
.TagClassName
{
border-color: #322FC1;
}
</style>