Shades of Persian Blue #332FDB
Tints of Persian Blue #332FDB
RGB
CMYK
RGB Variations
Color information
#332FDB (or 0x332FDB) is known color: Persian Blue. HEX triplet: 33, 2F and DB. RGB value is (51,47,219). Sum of RGB (Red+Green+Blue) = 51+47+219=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 47 (18.75% from 255 or 14.83% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #332FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332FDB is #CCD024. Grayscale: #434343. Windows color (decimal): -13422629 or 14364467. OLE color: 14364467.
HSL color Cylindrical-coordinate representation of color #332FDB: hue angle of 241.4º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #332FDB is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 47 | 219 | - |
| CMYK | 0.77 | 0.79 | 0 | 0.14 |
| HSL | 241.4º | 0.7% | 0.52% | - |
| HSV(B) | 241.4º | 0.79% | 0.86% | - |
| XYZ | 15.17 | 7.85 | 67.73 | - |
| YUV | 67.8 | 213.33 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 47 | 219 | 0.77 | 0.79 | 0 | 0.14 | 241.4 | 0.7 | 0.52 |
| Hex | 33 | 2F | DB | 4D | 4F | 0 | E | F1 | 46 | 34 |
| Octal | 63 | 57 | 333 | 115 | 117 | 0 | 16 | 361 | 106 | 64 |
| Binary | 110011 | 101111 | 11011011 | 1001101 | 1001111 | 0 | 1110 | 11110001 | 1000110 | 110100 |
Color Harmonies of #332FDB
Complementary color
Monochromatic Colors of #332FDB
Black with #332FDB
Text Example
Text Example
White with #332FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332FDB; }
p { color: rgb(51,47,219); }
H1.HeaderClassName
{
color: #332FDB;
}
.AnyTagClassName
{
color: #332FDB;
}
</style>
background-color css
<style>
a { background-color: #332FDB; }
a { background-color: rgb(51,47,219); }
div.DivClassName
{
background-color: #332FDB;
}
.BgClassName
{
background-color: #332FDB;
}
</style>
border-color css
<style>
span { border-color: #332FDB; }
span { border-color: rgb(51,47,219); }
td.TdClassName
{
border-color: #332FDB;
}
.TagClassName
{
border-color: #332FDB;
}
</style>