Shades of Persian Blue #3329BB
Tints of Persian Blue #3329BB
RGB
CMYK
RGB Variations
Color information
#3329BB (or 0x3329BB) is known color: Persian Blue. HEX triplet: 33, 29 and BB. RGB value is (51,41,187). Sum of RGB (Red+Green+Blue) = 51+41+187=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 187 (73.44% from 255 or 67.03% from 279); Max value from RGB is 187 - color contains mainly: blue. Hex color #3329BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3329BB is #CCD644. Grayscale: #3C3C3C. Windows color (decimal): -13424197 or 12265779. OLE color: 12265779.
HSL color Cylindrical-coordinate representation of color #3329BB: hue angle of 244.11º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3329BB is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 41 | 187 | - |
| CMYK | 0.73 | 0.78 | 0 | 0.27 |
| HSL | 244.11º | 0.64% | 0.45% | - |
| HSV(B) | 244.11º | 0.78% | 0.73% | - |
| XYZ | 11.13 | 5.88 | 47.56 | - |
| YUV | 60.63 | 199.31 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 41 | 187 | 0.73 | 0.78 | 0 | 0.27 | 244.11 | 0.64 | 0.45 |
| Hex | 33 | 29 | BB | 49 | 4E | 0 | 1B | F4 | 40 | 2D |
| Octal | 63 | 51 | 273 | 111 | 116 | 0 | 33 | 364 | 100 | 55 |
| Binary | 110011 | 101001 | 10111011 | 1001001 | 1001110 | 0 | 11011 | 11110100 | 1000000 | 101101 |
Color Harmonies of #3329BB
Complementary color
Monochromatic Colors of #3329BB
Black with #3329BB
Text Example
Text Example
White with #3329BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3329BB; }
p { color: rgb(51,41,187); }
H1.HeaderClassName
{
color: #3329BB;
}
.AnyTagClassName
{
color: #3329BB;
}
</style>
background-color css
<style>
a { background-color: #3329BB; }
a { background-color: rgb(51,41,187); }
div.DivClassName
{
background-color: #3329BB;
}
.BgClassName
{
background-color: #3329BB;
}
</style>
border-color css
<style>
span { border-color: #3329BB; }
span { border-color: rgb(51,41,187); }
td.TdClassName
{
border-color: #3329BB;
}
.TagClassName
{
border-color: #3329BB;
}
</style>