Shades of Persian Blue #3329DB
Tints of Persian Blue #3329DB
RGB
CMYK
RGB Variations
Color information
#3329DB (or 0x3329DB) is known color: Persian Blue. HEX triplet: 33, 29 and DB. RGB value is (51,41,219). Sum of RGB (Red+Green+Blue) = 51+41+219=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 219 (85.94% from 255 or 70.42% from 311); Max value from RGB is 219 - color contains mainly: blue. Hex color #3329DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3329DB is #CCD624. Grayscale: #3F3F3F. Windows color (decimal): -13424165 or 14362931. OLE color: 14362931.
HSL color Cylindrical-coordinate representation of color #3329DB: hue angle of 243.37º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3329DB is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 41 | 219 | - |
| CMYK | 0.77 | 0.81 | 0 | 0.14 |
| HSL | 243.37º | 0.71% | 0.51% | - |
| HSV(B) | 243.37º | 0.81% | 0.86% | - |
| XYZ | 14.94 | 7.4 | 67.66 | - |
| YUV | 64.28 | 215.31 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 41 | 219 | 0.77 | 0.81 | 0 | 0.14 | 243.37 | 0.71 | 0.51 |
| Hex | 33 | 29 | DB | 4D | 51 | 0 | E | F3 | 47 | 33 |
| Octal | 63 | 51 | 333 | 115 | 121 | 0 | 16 | 363 | 107 | 63 |
| Binary | 110011 | 101001 | 11011011 | 1001101 | 1010001 | 0 | 1110 | 11110011 | 1000111 | 110011 |
Color Harmonies of #3329DB
Complementary color
Monochromatic Colors of #3329DB
Black with #3329DB
Text Example
Text Example
White with #3329DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3329DB; }
p { color: rgb(51,41,219); }
H1.HeaderClassName
{
color: #3329DB;
}
.AnyTagClassName
{
color: #3329DB;
}
</style>
background-color css
<style>
a { background-color: #3329DB; }
a { background-color: rgb(51,41,219); }
div.DivClassName
{
background-color: #3329DB;
}
.BgClassName
{
background-color: #3329DB;
}
</style>
border-color css
<style>
span { border-color: #3329DB; }
span { border-color: rgb(51,41,219); }
td.TdClassName
{
border-color: #3329DB;
}
.TagClassName
{
border-color: #3329DB;
}
</style>