Shades of Persian Blue #322AAD
Tints of Persian Blue #322AAD
RGB
CMYK
RGB Variations
Color information
#322AAD (or 0x322AAD) is known color: Persian Blue. HEX triplet: 32, 2A and AD. RGB value is (50,42,173). Sum of RGB (Red+Green+Blue) = 50+42+173=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 173 (67.97% from 255 or 65.28% from 265); Max value from RGB is 173 - color contains mainly: blue. Hex color #322AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322AAD is #CDD552. Grayscale: #3A3A3A. Windows color (decimal): -13489491 or 11348530. OLE color: 11348530.
HSL color Cylindrical-coordinate representation of color #322AAD: hue angle of 243.66º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #322AAD is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 42 | 173 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.32 |
| HSL | 243.66º | 0.61% | 0.42% | - |
| HSV(B) | 243.66º | 0.76% | 0.68% | - |
| XYZ | 9.69 | 5.35 | 40.06 | - |
| YUV | 59.33 | 192.15 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 173 | 0.71 | 0.76 | 0 | 0.32 | 243.66 | 0.61 | 0.42 |
| Hex | 32 | 2A | AD | 47 | 4C | 0 | 20 | F4 | 3D | 2A |
| Octal | 62 | 52 | 255 | 107 | 114 | 0 | 40 | 364 | 75 | 52 |
| Binary | 110010 | 101010 | 10101101 | 1000111 | 1001100 | 0 | 100000 | 11110100 | 111101 | 101010 |
Color Harmonies of #322AAD
Complementary color
Monochromatic Colors of #322AAD
Black with #322AAD
Text Example
Text Example
White with #322AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322AAD; }
p { color: rgb(50,42,173); }
H1.HeaderClassName
{
color: #322AAD;
}
.AnyTagClassName
{
color: #322AAD;
}
</style>
background-color css
<style>
a { background-color: #322AAD; }
a { background-color: rgb(50,42,173); }
div.DivClassName
{
background-color: #322AAD;
}
.BgClassName
{
background-color: #322AAD;
}
</style>
border-color css
<style>
span { border-color: #322AAD; }
span { border-color: rgb(50,42,173); }
td.TdClassName
{
border-color: #322AAD;
}
.TagClassName
{
border-color: #322AAD;
}
</style>