Shades of Persian Blue #3228DC
Tints of Persian Blue #3228DC
RGB
CMYK
RGB Variations
Color information
#3228DC (or 0x3228DC) is known color: Persian Blue. HEX triplet: 32, 28 and DC. RGB value is (50,40,220). Sum of RGB (Red+Green+Blue) = 50+40+220=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 220 (86.33% from 255 or 70.97% from 310); Max value from RGB is 220 - color contains mainly: blue. Hex color #3228DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3228DC is #CDD723. Grayscale: #3E3E3E. Windows color (decimal): -13489956 or 14428210. OLE color: 14428210.
HSL color Cylindrical-coordinate representation of color #3228DC: hue angle of 243.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3228DC is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 40 | 220 | - |
| CMYK | 0.77 | 0.82 | 0 | 0.14 |
| HSL | 243.33º | 0.72% | 0.51% | - |
| HSV(B) | 243.33º | 0.82% | 0.86% | - |
| XYZ | 14.99 | 7.36 | 68.34 | - |
| YUV | 63.51 | 216.31 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 40 | 220 | 0.77 | 0.82 | 0 | 0.14 | 243.33 | 0.72 | 0.51 |
| Hex | 32 | 28 | DC | 4D | 52 | 0 | E | F3 | 48 | 33 |
| Octal | 62 | 50 | 334 | 115 | 122 | 0 | 16 | 363 | 110 | 63 |
| Binary | 110010 | 101000 | 11011100 | 1001101 | 1010010 | 0 | 1110 | 11110011 | 1001000 | 110011 |
Color Harmonies of #3228DC
Complementary color
Monochromatic Colors of #3228DC
Black with #3228DC
Text Example
Text Example
White with #3228DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3228DC; }
p { color: rgb(50,40,220); }
H1.HeaderClassName
{
color: #3228DC;
}
.AnyTagClassName
{
color: #3228DC;
}
</style>
background-color css
<style>
a { background-color: #3228DC; }
a { background-color: rgb(50,40,220); }
div.DivClassName
{
background-color: #3228DC;
}
.BgClassName
{
background-color: #3228DC;
}
</style>
border-color css
<style>
span { border-color: #3228DC; }
span { border-color: rgb(50,40,220); }
td.TdClassName
{
border-color: #3228DC;
}
.TagClassName
{
border-color: #3228DC;
}
</style>