Shades of Persian Blue #3229AA
Tints of Persian Blue #3229AA
RGB
CMYK
RGB Variations
Color information
#3229AA (or 0x3229AA) is known color: Persian Blue. HEX triplet: 32, 29 and AA. RGB value is (50,41,170). Sum of RGB (Red+Green+Blue) = 50+41+170=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 170 (66.80% from 255 or 65.13% from 261); Max value from RGB is 170 - color contains mainly: blue. Hex color #3229AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3229AA is #CDD655. Grayscale: #393939. Windows color (decimal): -13489750 or 11151666. OLE color: 11151666.
HSL color Cylindrical-coordinate representation of color #3229AA: hue angle of 244.19º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3229AA is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 41 | 170 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.33 |
| HSL | 244.19º | 0.61% | 0.41% | - |
| HSV(B) | 244.19º | 0.76% | 0.67% | - |
| XYZ | 9.36 | 5.17 | 38.53 | - |
| YUV | 58.4 | 190.98 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 41 | 170 | 0.71 | 0.76 | 0 | 0.33 | 244.19 | 0.61 | 0.41 |
| Hex | 32 | 29 | AA | 47 | 4C | 0 | 21 | F4 | 3D | 29 |
| Octal | 62 | 51 | 252 | 107 | 114 | 0 | 41 | 364 | 75 | 51 |
| Binary | 110010 | 101001 | 10101010 | 1000111 | 1001100 | 0 | 100001 | 11110100 | 111101 | 101001 |
Color Harmonies of #3229AA
Complementary color
Monochromatic Colors of #3229AA
Black with #3229AA
Text Example
Text Example
White with #3229AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3229AA; }
p { color: rgb(50,41,170); }
H1.HeaderClassName
{
color: #3229AA;
}
.AnyTagClassName
{
color: #3229AA;
}
</style>
background-color css
<style>
a { background-color: #3229AA; }
a { background-color: rgb(50,41,170); }
div.DivClassName
{
background-color: #3229AA;
}
.BgClassName
{
background-color: #3229AA;
}
</style>
border-color css
<style>
span { border-color: #3229AA; }
span { border-color: rgb(50,41,170); }
td.TdClassName
{
border-color: #3229AA;
}
.TagClassName
{
border-color: #3229AA;
}
</style>