Shades of Persian Blue #3229DA
Tints of Persian Blue #3229DA
RGB
CMYK
RGB Variations
Color information
#3229DA (or 0x3229DA) is known color: Persian Blue. HEX triplet: 32, 29 and DA. RGB value is (50,41,218). Sum of RGB (Red+Green+Blue) = 50+41+218=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 218 (85.55% from 255 or 70.55% from 309); Max value from RGB is 218 - color contains mainly: blue. Hex color #3229DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3229DA is #CDD625. Grayscale: #3F3F3F. Windows color (decimal): -13489702 or 14297394. OLE color: 14297394.
HSL color Cylindrical-coordinate representation of color #3229DA: hue angle of 243.05º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3229DA is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 41 | 218 | - |
| CMYK | 0.77 | 0.81 | 0 | 0.15 |
| HSL | 243.05º | 0.71% | 0.51% | - |
| HSV(B) | 243.05º | 0.81% | 0.85% | - |
| XYZ | 14.76 | 7.33 | 66.97 | - |
| YUV | 63.87 | 214.98 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 41 | 218 | 0.77 | 0.81 | 0 | 0.15 | 243.05 | 0.71 | 0.51 |
| Hex | 32 | 29 | DA | 4D | 51 | 0 | F | F3 | 47 | 33 |
| Octal | 62 | 51 | 332 | 115 | 121 | 0 | 17 | 363 | 107 | 63 |
| Binary | 110010 | 101001 | 11011010 | 1001101 | 1010001 | 0 | 1111 | 11110011 | 1000111 | 110011 |
Color Harmonies of #3229DA
Complementary color
Monochromatic Colors of #3229DA
Black with #3229DA
Text Example
Text Example
White with #3229DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3229DA; }
p { color: rgb(50,41,218); }
H1.HeaderClassName
{
color: #3229DA;
}
.AnyTagClassName
{
color: #3229DA;
}
</style>
background-color css
<style>
a { background-color: #3229DA; }
a { background-color: rgb(50,41,218); }
div.DivClassName
{
background-color: #3229DA;
}
.BgClassName
{
background-color: #3229DA;
}
</style>
border-color css
<style>
span { border-color: #3229DA; }
span { border-color: rgb(50,41,218); }
td.TdClassName
{
border-color: #3229DA;
}
.TagClassName
{
border-color: #3229DA;
}
</style>