Shades of Persian Blue #3232DE
Tints of Persian Blue #3232DE
RGB
CMYK
RGB Variations
Color information
#3232DE (or 0x3232DE) is known color: Persian Blue. HEX triplet: 32, 32 and DE. RGB value is (50,50,222). Sum of RGB (Red+Green+Blue) = 50+50+222=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 222 (87.11% from 255 or 68.94% from 322); Max value from RGB is 222 - color contains mainly: blue. Hex color #3232DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3232DE is #CDCD21. Grayscale: #444444. Windows color (decimal): -13487394 or 14561842. OLE color: 14561842.
HSL color Cylindrical-coordinate representation of color #3232DE: hue angle of 240º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3232DE is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 50 | 222 | - |
| CMYK | 0.77 | 0.77 | 0 | 0.13 |
| HSL | 240º | 0.72% | 0.53% | - |
| HSV(B) | 240º | 0.77% | 0.87% | - |
| XYZ | 15.64 | 8.23 | 69.87 | - |
| YUV | 69.61 | 214 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 50 | 222 | 0.77 | 0.77 | 0 | 0.13 | 240 | 0.72 | 0.53 |
| Hex | 32 | 32 | DE | 4D | 4D | 0 | D | F0 | 48 | 35 |
| Octal | 62 | 62 | 336 | 115 | 115 | 0 | 15 | 360 | 110 | 65 |
| Binary | 110010 | 110010 | 11011110 | 1001101 | 1001101 | 0 | 1101 | 11110000 | 1001000 | 110101 |
Color Harmonies of #3232DE
Complementary color
Monochromatic Colors of #3232DE
Black with #3232DE
Text Example
Text Example
White with #3232DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3232DE; }
p { color: rgb(50,50,222); }
H1.HeaderClassName
{
color: #3232DE;
}
.AnyTagClassName
{
color: #3232DE;
}
</style>
background-color css
<style>
a { background-color: #3232DE; }
a { background-color: rgb(50,50,222); }
div.DivClassName
{
background-color: #3232DE;
}
.BgClassName
{
background-color: #3232DE;
}
</style>
border-color css
<style>
span { border-color: #3232DE; }
span { border-color: rgb(50,50,222); }
td.TdClassName
{
border-color: #3232DE;
}
.TagClassName
{
border-color: #3232DE;
}
</style>