Shades of Persian Blue #3213BD
Tints of Persian Blue #3213BD
RGB
CMYK
RGB Variations
Color information
#3213BD (or 0x3213BD) is known color: Persian Blue. HEX triplet: 32, 13 and BD. RGB value is (50,19,189). Sum of RGB (Red+Green+Blue) = 50+19+189=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 189 (74.22% from 255 or 73.26% from 258); Max value from RGB is 189 - color contains mainly: blue. Hex color #3213BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3213BD is #CDEC42. Grayscale: #2F2F2F. Windows color (decimal): -13495363 or 12391218. OLE color: 12391218.
HSL color Cylindrical-coordinate representation of color #3213BD: hue angle of 250.94º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3213BD is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 19 | 189 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.26 |
| HSL | 250.94º | 0.82% | 0.41% | - |
| HSV(B) | 250.94º | 0.9% | 0.74% | - |
| XYZ | 10.73 | 4.82 | 48.51 | - |
| YUV | 47.65 | 207.77 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 189 | 0.74 | 0.90 | 0 | 0.26 | 250.94 | 0.82 | 0.41 |
| Hex | 32 | 13 | BD | 4A | 5A | 0 | 1A | FB | 52 | 29 |
| Octal | 62 | 23 | 275 | 112 | 132 | 0 | 32 | 373 | 122 | 51 |
| Binary | 110010 | 10011 | 10111101 | 1001010 | 1011010 | 0 | 11010 | 11111011 | 1010010 | 101001 |
Color Harmonies of #3213BD
Complementary color
Monochromatic Colors of #3213BD
Black with #3213BD
Text Example
Text Example
White with #3213BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3213BD; }
p { color: rgb(50,19,189); }
H1.HeaderClassName
{
color: #3213BD;
}
.AnyTagClassName
{
color: #3213BD;
}
</style>
background-color css
<style>
a { background-color: #3213BD; }
a { background-color: rgb(50,19,189); }
div.DivClassName
{
background-color: #3213BD;
}
.BgClassName
{
background-color: #3213BD;
}
</style>
border-color css
<style>
span { border-color: #3213BD; }
span { border-color: rgb(50,19,189); }
td.TdClassName
{
border-color: #3213BD;
}
.TagClassName
{
border-color: #3213BD;
}
</style>