Shades of Persian Blue #3232D9
Tints of Persian Blue #3232D9
RGB
CMYK
RGB Variations
Color information
#3232D9 (or 0x3232D9) is known color: Persian Blue. HEX triplet: 32, 32 and D9. RGB value is (50,50,217). Sum of RGB (Red+Green+Blue) = 50+50+217=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 217 (85.16% from 255 or 68.45% from 317); Max value from RGB is 217 - color contains mainly: blue. Hex color #3232D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3232D9 is #CDCD26. Grayscale: #444444. Windows color (decimal): -13487399 or 14234162. OLE color: 14234162.
HSL color Cylindrical-coordinate representation of color #3232D9: hue angle of 240º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3232D9 is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 50 | 217 | - |
| CMYK | 0.77 | 0.77 | 0 | 0.15 |
| HSL | 240º | 0.69% | 0.52% | - |
| HSV(B) | 240º | 0.77% | 0.85% | - |
| XYZ | 14.98 | 7.97 | 66.39 | - |
| YUV | 69.04 | 211.5 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 50 | 217 | 0.77 | 0.77 | 0 | 0.15 | 240 | 0.69 | 0.52 |
| Hex | 32 | 32 | D9 | 4D | 4D | 0 | F | F0 | 45 | 34 |
| Octal | 62 | 62 | 331 | 115 | 115 | 0 | 17 | 360 | 105 | 64 |
| Binary | 110010 | 110010 | 11011001 | 1001101 | 1001101 | 0 | 1111 | 11110000 | 1000101 | 110100 |
Color Harmonies of #3232D9
Complementary color
Monochromatic Colors of #3232D9
Black with #3232D9
Text Example
Text Example
White with #3232D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3232D9; }
p { color: rgb(50,50,217); }
H1.HeaderClassName
{
color: #3232D9;
}
.AnyTagClassName
{
color: #3232D9;
}
</style>
background-color css
<style>
a { background-color: #3232D9; }
a { background-color: rgb(50,50,217); }
div.DivClassName
{
background-color: #3232D9;
}
.BgClassName
{
background-color: #3232D9;
}
</style>
border-color css
<style>
span { border-color: #3232D9; }
span { border-color: rgb(50,50,217); }
td.TdClassName
{
border-color: #3232D9;
}
.TagClassName
{
border-color: #3232D9;
}
</style>