Shades of Persian Blue #3327DB
Tints of Persian Blue #3327DB
RGB
CMYK
RGB Variations
Color information
#3327DB (or 0x3327DB) is known color: Persian Blue. HEX triplet: 33, 27 and DB. RGB value is (51,39,219). Sum of RGB (Red+Green+Blue) = 51+39+219=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 219 (85.94% from 255 or 70.87% from 309); Max value from RGB is 219 - color contains mainly: blue. Hex color #3327DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3327DB is #CCD824. Grayscale: #3E3E3E. Windows color (decimal): -13424677 or 14362419. OLE color: 14362419.
HSL color Cylindrical-coordinate representation of color #3327DB: hue angle of 244º 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 #3327DB is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 39 | 219 | - |
| CMYK | 0.77 | 0.82 | 0 | 0.14 |
| HSL | 244º | 0.71% | 0.51% | - |
| HSV(B) | 244º | 0.82% | 0.86% | - |
| XYZ | 14.88 | 7.27 | 67.64 | - |
| YUV | 63.11 | 215.98 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 39 | 219 | 0.77 | 0.82 | 0 | 0.14 | 244 | 0.71 | 0.51 |
| Hex | 33 | 27 | DB | 4D | 52 | 0 | E | F4 | 47 | 33 |
| Octal | 63 | 47 | 333 | 115 | 122 | 0 | 16 | 364 | 107 | 63 |
| Binary | 110011 | 100111 | 11011011 | 1001101 | 1010010 | 0 | 1110 | 11110100 | 1000111 | 110011 |
Color Harmonies of #3327DB
Complementary color
Monochromatic Colors of #3327DB
Black with #3327DB
Text Example
Text Example
White with #3327DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3327DB; }
p { color: rgb(51,39,219); }
H1.HeaderClassName
{
color: #3327DB;
}
.AnyTagClassName
{
color: #3327DB;
}
</style>
background-color css
<style>
a { background-color: #3327DB; }
a { background-color: rgb(51,39,219); }
div.DivClassName
{
background-color: #3327DB;
}
.BgClassName
{
background-color: #3327DB;
}
</style>
border-color css
<style>
span { border-color: #3327DB; }
span { border-color: rgb(51,39,219); }
td.TdClassName
{
border-color: #3327DB;
}
.TagClassName
{
border-color: #3327DB;
}
</style>