Shades of Persian Blue #3232D1
Tints of Persian Blue #3232D1
RGB
CMYK
RGB Variations
Color information
#3232D1 (or 0x3232D1) is known color: Persian Blue. HEX triplet: 32, 32 and D1. RGB value is (50,50,209). Sum of RGB (Red+Green+Blue) = 50+50+209=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 209 (82.03% from 255 or 67.64% from 309); Max value from RGB is 209 - color contains mainly: blue. Hex color #3232D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3232D1 is #CDCD2E. Grayscale: #434343. Windows color (decimal): -13487407 or 13709874. OLE color: 13709874.
HSL color Cylindrical-coordinate representation of color #3232D1: hue angle of 240º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3232D1 is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 50 | 209 | - |
| CMYK | 0.76 | 0.76 | 0 | 0.18 |
| HSL | 240º | 0.63% | 0.51% | - |
| HSV(B) | 240º | 0.76% | 0.82% | - |
| XYZ | 13.96 | 7.56 | 61.05 | - |
| YUV | 68.13 | 207.5 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 50 | 209 | 0.76 | 0.76 | 0 | 0.18 | 240 | 0.63 | 0.51 |
| Hex | 32 | 32 | D1 | 4C | 4C | 0 | 12 | F0 | 3F | 33 |
| Octal | 62 | 62 | 321 | 114 | 114 | 0 | 22 | 360 | 77 | 63 |
| Binary | 110010 | 110010 | 11010001 | 1001100 | 1001100 | 0 | 10010 | 11110000 | 111111 | 110011 |
Color Harmonies of #3232D1
Complementary color
Monochromatic Colors of #3232D1
Black with #3232D1
Text Example
Text Example
White with #3232D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3232D1; }
p { color: rgb(50,50,209); }
H1.HeaderClassName
{
color: #3232D1;
}
.AnyTagClassName
{
color: #3232D1;
}
</style>
background-color css
<style>
a { background-color: #3232D1; }
a { background-color: rgb(50,50,209); }
div.DivClassName
{
background-color: #3232D1;
}
.BgClassName
{
background-color: #3232D1;
}
</style>
border-color css
<style>
span { border-color: #3232D1; }
span { border-color: rgb(50,50,209); }
td.TdClassName
{
border-color: #3232D1;
}
.TagClassName
{
border-color: #3232D1;
}
</style>