Shades of Persian Blue #321FBE
Tints of Persian Blue #321FBE
RGB
CMYK
RGB Variations
Color information
#321FBE (or 0x321FBE) is known color: Persian Blue. HEX triplet: 32, 1F and BE. RGB value is (50,31,190). Sum of RGB (Red+Green+Blue) = 50+31+190=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 31 (12.5% from 255 or 11.44% from 271); Blue value is 190 (74.61% from 255 or 70.11% from 271); Max value from RGB is 190 - color contains mainly: blue. Hex color #321FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321FBE is #CDE041. Grayscale: #363636. Windows color (decimal): -13492290 or 12459826. OLE color: 12459826.
HSL color Cylindrical-coordinate representation of color #321FBE: hue angle of 247.17º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #321FBE is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 31 | 190 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.25 |
| HSL | 247.17º | 0.72% | 0.43% | - |
| HSV(B) | 247.17º | 0.84% | 0.75% | - |
| XYZ | 11.1 | 5.38 | 49.17 | - |
| YUV | 54.81 | 204.29 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 31 | 190 | 0.74 | 0.84 | 0 | 0.25 | 247.17 | 0.72 | 0.43 |
| Hex | 32 | 1F | BE | 4A | 54 | 0 | 19 | F7 | 48 | 2B |
| Octal | 62 | 37 | 276 | 112 | 124 | 0 | 31 | 367 | 110 | 53 |
| Binary | 110010 | 11111 | 10111110 | 1001010 | 1010100 | 0 | 11001 | 11110111 | 1001000 | 101011 |
Color Harmonies of #321FBE
Complementary color
Monochromatic Colors of #321FBE
Black with #321FBE
Text Example
Text Example
White with #321FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321FBE; }
p { color: rgb(50,31,190); }
H1.HeaderClassName
{
color: #321FBE;
}
.AnyTagClassName
{
color: #321FBE;
}
</style>
background-color css
<style>
a { background-color: #321FBE; }
a { background-color: rgb(50,31,190); }
div.DivClassName
{
background-color: #321FBE;
}
.BgClassName
{
background-color: #321FBE;
}
</style>
border-color css
<style>
span { border-color: #321FBE; }
span { border-color: rgb(50,31,190); }
td.TdClassName
{
border-color: #321FBE;
}
.TagClassName
{
border-color: #321FBE;
}
</style>