Shades of Persian Blue #3229DB
Tints of Persian Blue #3229DB
RGB
CMYK
RGB Variations
Color information
#3229DB (or 0x3229DB) is known color: Persian Blue. HEX triplet: 32, 29 and DB. RGB value is (50,41,219). Sum of RGB (Red+Green+Blue) = 50+41+219=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 219 (85.94% from 255 or 70.65% from 310); Max value from RGB is 219 - color contains mainly: blue. Hex color #3229DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3229DB is #CDD624. Grayscale: #3F3F3F. Windows color (decimal): -13489701 or 14362930. OLE color: 14362930.
HSL color Cylindrical-coordinate representation of color #3229DB: hue angle of 243.03º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3229DB is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 41 | 219 | - |
| CMYK | 0.77 | 0.81 | 0 | 0.14 |
| HSL | 243.03º | 0.71% | 0.51% | - |
| HSV(B) | 243.03º | 0.81% | 0.86% | - |
| XYZ | 14.89 | 7.38 | 67.66 | - |
| YUV | 63.98 | 215.48 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 41 | 219 | 0.77 | 0.81 | 0 | 0.14 | 243.03 | 0.71 | 0.51 |
| Hex | 32 | 29 | DB | 4D | 51 | 0 | E | F3 | 47 | 33 |
| Octal | 62 | 51 | 333 | 115 | 121 | 0 | 16 | 363 | 107 | 63 |
| Binary | 110010 | 101001 | 11011011 | 1001101 | 1010001 | 0 | 1110 | 11110011 | 1000111 | 110011 |
Color Harmonies of #3229DB
Complementary color
Monochromatic Colors of #3229DB
Black with #3229DB
Text Example
Text Example
White with #3229DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3229DB; }
p { color: rgb(50,41,219); }
H1.HeaderClassName
{
color: #3229DB;
}
.AnyTagClassName
{
color: #3229DB;
}
</style>
background-color css
<style>
a { background-color: #3229DB; }
a { background-color: rgb(50,41,219); }
div.DivClassName
{
background-color: #3229DB;
}
.BgClassName
{
background-color: #3229DB;
}
</style>
border-color css
<style>
span { border-color: #3229DB; }
span { border-color: rgb(50,41,219); }
td.TdClassName
{
border-color: #3229DB;
}
.TagClassName
{
border-color: #3229DB;
}
</style>