Shades of Persian Blue #3229A6
Tints of Persian Blue #3229A6
RGB
CMYK
RGB Variations
Color information
#3229A6 (or 0x3229A6) is known color: Persian Blue. HEX triplet: 32, 29 and A6. RGB value is (50,41,166). Sum of RGB (Red+Green+Blue) = 50+41+166=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 166 (65.23% from 255 or 64.59% from 257); Max value from RGB is 166 - color contains mainly: blue. Hex color #3229A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3229A6 is #CDD659. Grayscale: #393939. Windows color (decimal): -13489754 or 10889522. OLE color: 10889522.
HSL color Cylindrical-coordinate representation of color #3229A6: hue angle of 244.32º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3229A6 is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 41 | 166 | - |
| CMYK | 0.70 | 0.75 | 0 | 0.35 |
| HSL | 244.32º | 0.6% | 0.41% | - |
| HSV(B) | 244.32º | 0.75% | 0.65% | - |
| XYZ | 8.99 | 5.02 | 36.57 | - |
| YUV | 57.94 | 188.98 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 41 | 166 | 0.70 | 0.75 | 0 | 0.35 | 244.32 | 0.6 | 0.41 |
| Hex | 32 | 29 | A6 | 46 | 4B | 0 | 23 | F4 | 3C | 29 |
| Octal | 62 | 51 | 246 | 106 | 113 | 0 | 43 | 364 | 74 | 51 |
| Binary | 110010 | 101001 | 10100110 | 1000110 | 1001011 | 0 | 100011 | 11110100 | 111100 | 101001 |
Color Harmonies of #3229A6
Complementary color
Monochromatic Colors of #3229A6
Black with #3229A6
Text Example
Text Example
White with #3229A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3229A6; }
p { color: rgb(50,41,166); }
H1.HeaderClassName
{
color: #3229A6;
}
.AnyTagClassName
{
color: #3229A6;
}
</style>
background-color css
<style>
a { background-color: #3229A6; }
a { background-color: rgb(50,41,166); }
div.DivClassName
{
background-color: #3229A6;
}
.BgClassName
{
background-color: #3229A6;
}
</style>
border-color css
<style>
span { border-color: #3229A6; }
span { border-color: rgb(50,41,166); }
td.TdClassName
{
border-color: #3229A6;
}
.TagClassName
{
border-color: #3229A6;
}
</style>