Shades of Persian Blue #3229AB
Tints of Persian Blue #3229AB
RGB
CMYK
RGB Variations
Color information
#3229AB (or 0x3229AB) is known color: Persian Blue. HEX triplet: 32, 29 and AB. RGB value is (50,41,171). Sum of RGB (Red+Green+Blue) = 50+41+171=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 171 (67.19% from 255 or 65.27% from 262); Max value from RGB is 171 - color contains mainly: blue. Hex color #3229AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3229AB is #CDD654. Grayscale: #3A3A3A. Windows color (decimal): -13489749 or 11217202. OLE color: 11217202.
HSL color Cylindrical-coordinate representation of color #3229AB: hue angle of 244.15º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3229AB is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 41 | 171 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.33 |
| HSL | 244.15º | 0.61% | 0.42% | - |
| HSV(B) | 244.15º | 0.76% | 0.67% | - |
| XYZ | 9.46 | 5.2 | 39.03 | - |
| YUV | 58.51 | 191.48 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 41 | 171 | 0.71 | 0.76 | 0 | 0.33 | 244.15 | 0.61 | 0.42 |
| Hex | 32 | 29 | AB | 47 | 4C | 0 | 21 | F4 | 3D | 2A |
| Octal | 62 | 51 | 253 | 107 | 114 | 0 | 41 | 364 | 75 | 52 |
| Binary | 110010 | 101001 | 10101011 | 1000111 | 1001100 | 0 | 100001 | 11110100 | 111101 | 101010 |
Color Harmonies of #3229AB
Complementary color
Monochromatic Colors of #3229AB
Black with #3229AB
Text Example
Text Example
White with #3229AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3229AB; }
p { color: rgb(50,41,171); }
H1.HeaderClassName
{
color: #3229AB;
}
.AnyTagClassName
{
color: #3229AB;
}
</style>
background-color css
<style>
a { background-color: #3229AB; }
a { background-color: rgb(50,41,171); }
div.DivClassName
{
background-color: #3229AB;
}
.BgClassName
{
background-color: #3229AB;
}
</style>
border-color css
<style>
span { border-color: #3229AB; }
span { border-color: rgb(50,41,171); }
td.TdClassName
{
border-color: #3229AB;
}
.TagClassName
{
border-color: #3229AB;
}
</style>