Shades of Persian Blue #3214C1
Tints of Persian Blue #3214C1
RGB
CMYK
RGB Variations
Color information
#3214C1 (or 0x3214C1) is known color: Persian Blue. HEX triplet: 32, 14 and C1. RGB value is (50,20,193). Sum of RGB (Red+Green+Blue) = 50+20+193=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 193 (75.78% from 255 or 73.38% from 263); Max value from RGB is 193 - color contains mainly: blue. Hex color #3214C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3214C1 is #CDEB3E. Grayscale: #303030. Windows color (decimal): -13495103 or 12653618. OLE color: 12653618.
HSL color Cylindrical-coordinate representation of color #3214C1: hue angle of 250.4º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3214C1 is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 20 | 193 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.24 |
| HSL | 250.4º | 0.81% | 0.42% | - |
| HSV(B) | 250.4º | 0.9% | 0.76% | - |
| XYZ | 11.19 | 5.03 | 50.83 | - |
| YUV | 48.69 | 209.44 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 20 | 193 | 0.74 | 0.90 | 0 | 0.24 | 250.4 | 0.81 | 0.42 |
| Hex | 32 | 14 | C1 | 4A | 5A | 0 | 18 | FA | 51 | 2A |
| Octal | 62 | 24 | 301 | 112 | 132 | 0 | 30 | 372 | 121 | 52 |
| Binary | 110010 | 10100 | 11000001 | 1001010 | 1011010 | 0 | 11000 | 11111010 | 1010001 | 101010 |
Color Harmonies of #3214C1
Complementary color
Monochromatic Colors of #3214C1
Black with #3214C1
Text Example
Text Example
White with #3214C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3214C1; }
p { color: rgb(50,20,193); }
H1.HeaderClassName
{
color: #3214C1;
}
.AnyTagClassName
{
color: #3214C1;
}
</style>
background-color css
<style>
a { background-color: #3214C1; }
a { background-color: rgb(50,20,193); }
div.DivClassName
{
background-color: #3214C1;
}
.BgClassName
{
background-color: #3214C1;
}
</style>
border-color css
<style>
span { border-color: #3214C1; }
span { border-color: rgb(50,20,193); }
td.TdClassName
{
border-color: #3214C1;
}
.TagClassName
{
border-color: #3214C1;
}
</style>