Shades of Persian Blue #3229BB
Tints of Persian Blue #3229BB
RGB
CMYK
RGB Variations
Color information
#3229BB (or 0x3229BB) is known color: Persian Blue. HEX triplet: 32, 29 and BB. RGB value is (50,41,187). Sum of RGB (Red+Green+Blue) = 50+41+187=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 187 (73.44% from 255 or 67.27% from 278); Max value from RGB is 187 - color contains mainly: blue. Hex color #3229BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3229BB is #CDD644. Grayscale: #3B3B3B. Windows color (decimal): -13489733 or 12265778. OLE color: 12265778.
HSL color Cylindrical-coordinate representation of color #3229BB: hue angle of 243.7º 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 #3229BB is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 41 | 187 | - |
| CMYK | 0.73 | 0.78 | 0 | 0.27 |
| HSL | 243.7º | 0.64% | 0.45% | - |
| HSV(B) | 243.7º | 0.78% | 0.73% | - |
| XYZ | 11.08 | 5.85 | 47.56 | - |
| YUV | 60.34 | 199.48 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 41 | 187 | 0.73 | 0.78 | 0 | 0.27 | 243.7 | 0.64 | 0.45 |
| Hex | 32 | 29 | BB | 49 | 4E | 0 | 1B | F4 | 40 | 2D |
| Octal | 62 | 51 | 273 | 111 | 116 | 0 | 33 | 364 | 100 | 55 |
| Binary | 110010 | 101001 | 10111011 | 1001001 | 1001110 | 0 | 11011 | 11110100 | 1000000 | 101101 |
Color Harmonies of #3229BB
Complementary color
Monochromatic Colors of #3229BB
Black with #3229BB
Text Example
Text Example
White with #3229BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3229BB; }
p { color: rgb(50,41,187); }
H1.HeaderClassName
{
color: #3229BB;
}
.AnyTagClassName
{
color: #3229BB;
}
</style>
background-color css
<style>
a { background-color: #3229BB; }
a { background-color: rgb(50,41,187); }
div.DivClassName
{
background-color: #3229BB;
}
.BgClassName
{
background-color: #3229BB;
}
</style>
border-color css
<style>
span { border-color: #3229BB; }
span { border-color: rgb(50,41,187); }
td.TdClassName
{
border-color: #3229BB;
}
.TagClassName
{
border-color: #3229BB;
}
</style>