Shades of Persian Blue #332EDB
Tints of Persian Blue #332EDB
RGB
CMYK
RGB Variations
Color information
#332EDB (or 0x332EDB) is known color: Persian Blue. HEX triplet: 33, 2E and DB. RGB value is (51,46,219). Sum of RGB (Red+Green+Blue) = 51+46+219=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 46 (18.36% from 255 or 14.56% from 316); Blue value is 219 (85.94% from 255 or 69.30% from 316); Max value from RGB is 219 - color contains mainly: blue. Hex color #332EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332EDB is #CCD124. Grayscale: #424242. Windows color (decimal): -13422885 or 14364211. OLE color: 14364211.
HSL color Cylindrical-coordinate representation of color #332EDB: hue angle of 241.73º degrees, saturation: 0.71, 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 #332EDB is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 46 | 219 | - |
| CMYK | 0.77 | 0.79 | 0 | 0.14 |
| HSL | 241.73º | 0.71% | 0.52% | - |
| HSV(B) | 241.73º | 0.79% | 0.86% | - |
| XYZ | 15.13 | 7.77 | 67.72 | - |
| YUV | 67.22 | 213.66 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 46 | 219 | 0.77 | 0.79 | 0 | 0.14 | 241.73 | 0.71 | 0.52 |
| Hex | 33 | 2E | DB | 4D | 4F | 0 | E | F2 | 47 | 34 |
| Octal | 63 | 56 | 333 | 115 | 117 | 0 | 16 | 362 | 107 | 64 |
| Binary | 110011 | 101110 | 11011011 | 1001101 | 1001111 | 0 | 1110 | 11110010 | 1000111 | 110100 |
Color Harmonies of #332EDB
Complementary color
Monochromatic Colors of #332EDB
Black with #332EDB
Text Example
Text Example
White with #332EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332EDB; }
p { color: rgb(51,46,219); }
H1.HeaderClassName
{
color: #332EDB;
}
.AnyTagClassName
{
color: #332EDB;
}
</style>
background-color css
<style>
a { background-color: #332EDB; }
a { background-color: rgb(51,46,219); }
div.DivClassName
{
background-color: #332EDB;
}
.BgClassName
{
background-color: #332EDB;
}
</style>
border-color css
<style>
span { border-color: #332EDB; }
span { border-color: rgb(51,46,219); }
td.TdClassName
{
border-color: #332EDB;
}
.TagClassName
{
border-color: #332EDB;
}
</style>