Shades of Persian Blue #3328DB
Tints of Persian Blue #3328DB
RGB
CMYK
RGB Variations
Color information
#3328DB (or 0x3328DB) is known color: Persian Blue. HEX triplet: 33, 28 and DB. RGB value is (51,40,219). Sum of RGB (Red+Green+Blue) = 51+40+219=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 219 (85.94% from 255 or 70.65% from 310); Max value from RGB is 219 - color contains mainly: blue. Hex color #3328DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3328DB is #CCD724. Grayscale: #3E3E3E. Windows color (decimal): -13424421 or 14362675. OLE color: 14362675.
HSL color Cylindrical-coordinate representation of color #3328DB: hue angle of 243.69º degrees, saturation: 0.71, 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 #3328DB is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 40 | 219 | - |
| CMYK | 0.77 | 0.82 | 0 | 0.14 |
| HSL | 243.69º | 0.71% | 0.51% | - |
| HSV(B) | 243.69º | 0.82% | 0.86% | - |
| XYZ | 14.91 | 7.34 | 67.65 | - |
| YUV | 63.7 | 215.64 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 40 | 219 | 0.77 | 0.82 | 0 | 0.14 | 243.69 | 0.71 | 0.51 |
| Hex | 33 | 28 | DB | 4D | 52 | 0 | E | F4 | 47 | 33 |
| Octal | 63 | 50 | 333 | 115 | 122 | 0 | 16 | 364 | 107 | 63 |
| Binary | 110011 | 101000 | 11011011 | 1001101 | 1010010 | 0 | 1110 | 11110100 | 1000111 | 110011 |
Color Harmonies of #3328DB
Complementary color
Monochromatic Colors of #3328DB
Black with #3328DB
Text Example
Text Example
White with #3328DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3328DB; }
p { color: rgb(51,40,219); }
H1.HeaderClassName
{
color: #3328DB;
}
.AnyTagClassName
{
color: #3328DB;
}
</style>
background-color css
<style>
a { background-color: #3328DB; }
a { background-color: rgb(51,40,219); }
div.DivClassName
{
background-color: #3328DB;
}
.BgClassName
{
background-color: #3328DB;
}
</style>
border-color css
<style>
span { border-color: #3328DB; }
span { border-color: rgb(51,40,219); }
td.TdClassName
{
border-color: #3328DB;
}
.TagClassName
{
border-color: #3328DB;
}
</style>