Shades of Persian Blue #3229DC
Tints of Persian Blue #3229DC
RGB
CMYK
RGB Variations
Color information
#3229DC (or 0x3229DC) is known color: Persian Blue. HEX triplet: 32, 29 and DC. RGB value is (50,41,220). Sum of RGB (Red+Green+Blue) = 50+41+220=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 220 (86.33% from 255 or 70.74% from 311); Max value from RGB is 220 - color contains mainly: blue. Hex color #3229DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3229DC is #CDD623. Grayscale: #3F3F3F. Windows color (decimal): -13489700 or 14428466. OLE color: 14428466.
HSL color Cylindrical-coordinate representation of color #3229DC: hue angle of 243.02º degrees, saturation: 0.72, 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 #3229DC is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 41 | 220 | - |
| CMYK | 0.77 | 0.81 | 0 | 0.14 |
| HSL | 243.02º | 0.72% | 0.51% | - |
| HSV(B) | 243.02º | 0.81% | 0.86% | - |
| XYZ | 15.03 | 7.43 | 68.35 | - |
| YUV | 64.1 | 215.98 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 41 | 220 | 0.77 | 0.81 | 0 | 0.14 | 243.02 | 0.72 | 0.51 |
| Hex | 32 | 29 | DC | 4D | 51 | 0 | E | F3 | 48 | 33 |
| Octal | 62 | 51 | 334 | 115 | 121 | 0 | 16 | 363 | 110 | 63 |
| Binary | 110010 | 101001 | 11011100 | 1001101 | 1010001 | 0 | 1110 | 11110011 | 1001000 | 110011 |
Color Harmonies of #3229DC
Complementary color
Monochromatic Colors of #3229DC
Black with #3229DC
Text Example
Text Example
White with #3229DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3229DC; }
p { color: rgb(50,41,220); }
H1.HeaderClassName
{
color: #3229DC;
}
.AnyTagClassName
{
color: #3229DC;
}
</style>
background-color css
<style>
a { background-color: #3229DC; }
a { background-color: rgb(50,41,220); }
div.DivClassName
{
background-color: #3229DC;
}
.BgClassName
{
background-color: #3229DC;
}
</style>
border-color css
<style>
span { border-color: #3229DC; }
span { border-color: rgb(50,41,220); }
td.TdClassName
{
border-color: #3229DC;
}
.TagClassName
{
border-color: #3229DC;
}
</style>