Shades of Persian Blue #3232DF
Tints of Persian Blue #3232DF
RGB
CMYK
RGB Variations
Color information
#3232DF (or 0x3232DF) is known color: Persian Blue. HEX triplet: 32, 32 and DF. RGB value is (50,50,223). Sum of RGB (Red+Green+Blue) = 50+50+223=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 223 (87.5% from 255 or 69.04% from 323); Max value from RGB is 223 - color contains mainly: blue. Hex color #3232DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3232DF is #CDCD20. Grayscale: #454545. Windows color (decimal): -13487393 or 14627378. OLE color: 14627378.
HSL color Cylindrical-coordinate representation of color #3232DF: hue angle of 240º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3232DF is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 50 | 223 | - |
| CMYK | 0.78 | 0.78 | 0 | 0.13 |
| HSL | 240º | 0.73% | 0.54% | - |
| HSV(B) | 240º | 0.78% | 0.87% | - |
| XYZ | 15.78 | 8.29 | 70.58 | - |
| YUV | 69.72 | 214.5 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 50 | 223 | 0.78 | 0.78 | 0 | 0.13 | 240 | 0.73 | 0.54 |
| Hex | 32 | 32 | DF | 4E | 4E | 0 | D | F0 | 49 | 36 |
| Octal | 62 | 62 | 337 | 116 | 116 | 0 | 15 | 360 | 111 | 66 |
| Binary | 110010 | 110010 | 11011111 | 1001110 | 1001110 | 0 | 1101 | 11110000 | 1001001 | 110110 |
Color Harmonies of #3232DF
Complementary color
Monochromatic Colors of #3232DF
Black with #3232DF
Text Example
Text Example
White with #3232DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3232DF; }
p { color: rgb(50,50,223); }
H1.HeaderClassName
{
color: #3232DF;
}
.AnyTagClassName
{
color: #3232DF;
}
</style>
background-color css
<style>
a { background-color: #3232DF; }
a { background-color: rgb(50,50,223); }
div.DivClassName
{
background-color: #3232DF;
}
.BgClassName
{
background-color: #3232DF;
}
</style>
border-color css
<style>
span { border-color: #3232DF; }
span { border-color: rgb(50,50,223); }
td.TdClassName
{
border-color: #3232DF;
}
.TagClassName
{
border-color: #3232DF;
}
</style>