Shades of Persian Blue #321EBE
Tints of Persian Blue #321EBE
RGB
CMYK
RGB Variations
Color information
#321EBE (or 0x321EBE) is known color: Persian Blue. HEX triplet: 32, 1E and BE. RGB value is (50,30,190). Sum of RGB (Red+Green+Blue) = 50+30+190=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 190 (74.61% from 255 or 70.37% from 270); Max value from RGB is 190 - color contains mainly: blue. Hex color #321EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321EBE is #CDE141. Grayscale: #353535. Windows color (decimal): -13492546 or 12459570. OLE color: 12459570.
HSL color Cylindrical-coordinate representation of color #321EBE: hue angle of 247.5º degrees, saturation: 0.73, 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 #321EBE is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 30 | 190 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.25 |
| HSL | 247.5º | 0.73% | 0.43% | - |
| HSV(B) | 247.5º | 0.84% | 0.75% | - |
| XYZ | 11.07 | 5.32 | 49.16 | - |
| YUV | 54.22 | 204.63 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 190 | 0.74 | 0.84 | 0 | 0.25 | 247.5 | 0.73 | 0.43 |
| Hex | 32 | 1E | BE | 4A | 54 | 0 | 19 | F8 | 49 | 2B |
| Octal | 62 | 36 | 276 | 112 | 124 | 0 | 31 | 370 | 111 | 53 |
| Binary | 110010 | 11110 | 10111110 | 1001010 | 1010100 | 0 | 11001 | 11111000 | 1001001 | 101011 |
Color Harmonies of #321EBE
Complementary color
Monochromatic Colors of #321EBE
Black with #321EBE
Text Example
Text Example
White with #321EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321EBE; }
p { color: rgb(50,30,190); }
H1.HeaderClassName
{
color: #321EBE;
}
.AnyTagClassName
{
color: #321EBE;
}
</style>
background-color css
<style>
a { background-color: #321EBE; }
a { background-color: rgb(50,30,190); }
div.DivClassName
{
background-color: #321EBE;
}
.BgClassName
{
background-color: #321EBE;
}
</style>
border-color css
<style>
span { border-color: #321EBE; }
span { border-color: rgb(50,30,190); }
td.TdClassName
{
border-color: #321EBE;
}
.TagClassName
{
border-color: #321EBE;
}
</style>