Shades of Persian Blue #322FBF
Tints of Persian Blue #322FBF
RGB
CMYK
RGB Variations
Color information
#322FBF (or 0x322FBF) is known color: Persian Blue. HEX triplet: 32, 2F and BF. RGB value is (50,47,191). Sum of RGB (Red+Green+Blue) = 50+47+191=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 191 (75% from 255 or 66.32% from 288); Max value from RGB is 191 - color contains mainly: blue. Hex color #322FBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322FBF is #CDD040. Grayscale: #3F3F3F. Windows color (decimal): -13488193 or 12529458. OLE color: 12529458.
HSL color Cylindrical-coordinate representation of color #322FBF: hue angle of 241.25º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #322FBF is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 47 | 191 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.25 |
| HSL | 241.25º | 0.61% | 0.47% | - |
| HSV(B) | 241.25º | 0.75% | 0.75% | - |
| XYZ | 11.74 | 6.47 | 49.92 | - |
| YUV | 64.31 | 199.49 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 191 | 0.74 | 0.75 | 0 | 0.25 | 241.25 | 0.61 | 0.47 |
| Hex | 32 | 2F | BF | 4A | 4B | 0 | 19 | F1 | 3D | 2F |
| Octal | 62 | 57 | 277 | 112 | 113 | 0 | 31 | 361 | 75 | 57 |
| Binary | 110010 | 101111 | 10111111 | 1001010 | 1001011 | 0 | 11001 | 11110001 | 111101 | 101111 |
Color Harmonies of #322FBF
Complementary color
Monochromatic Colors of #322FBF
Black with #322FBF
Text Example
Text Example
White with #322FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322FBF; }
p { color: rgb(50,47,191); }
H1.HeaderClassName
{
color: #322FBF;
}
.AnyTagClassName
{
color: #322FBF;
}
</style>
background-color css
<style>
a { background-color: #322FBF; }
a { background-color: rgb(50,47,191); }
div.DivClassName
{
background-color: #322FBF;
}
.BgClassName
{
background-color: #322FBF;
}
</style>
border-color css
<style>
span { border-color: #322FBF; }
span { border-color: rgb(50,47,191); }
td.TdClassName
{
border-color: #322FBF;
}
.TagClassName
{
border-color: #322FBF;
}
</style>