Shades of Persian Blue #322AAB
Tints of Persian Blue #322AAB
RGB
CMYK
RGB Variations
Color information
#322AAB (or 0x322AAB) is known color: Persian Blue. HEX triplet: 32, 2A and AB. RGB value is (50,42,171). Sum of RGB (Red+Green+Blue) = 50+42+171=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 42 (16.80% from 255 or 15.97% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #322AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322AAB is #CDD554. Grayscale: #3A3A3A. Windows color (decimal): -13489493 or 11217458. OLE color: 11217458.
HSL color Cylindrical-coordinate representation of color #322AAB: hue angle of 243.72º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #322AAB is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 42 | 171 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.33 |
| HSL | 243.72º | 0.61% | 0.42% | - |
| HSV(B) | 243.72º | 0.75% | 0.67% | - |
| XYZ | 9.49 | 5.27 | 39.05 | - |
| YUV | 59.1 | 191.15 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 171 | 0.71 | 0.75 | 0 | 0.33 | 243.72 | 0.61 | 0.42 |
| Hex | 32 | 2A | AB | 47 | 4B | 0 | 21 | F4 | 3D | 2A |
| Octal | 62 | 52 | 253 | 107 | 113 | 0 | 41 | 364 | 75 | 52 |
| Binary | 110010 | 101010 | 10101011 | 1000111 | 1001011 | 0 | 100001 | 11110100 | 111101 | 101010 |
Color Harmonies of #322AAB
Complementary color
Monochromatic Colors of #322AAB
Black with #322AAB
Text Example
Text Example
White with #322AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322AAB; }
p { color: rgb(50,42,171); }
H1.HeaderClassName
{
color: #322AAB;
}
.AnyTagClassName
{
color: #322AAB;
}
</style>
background-color css
<style>
a { background-color: #322AAB; }
a { background-color: rgb(50,42,171); }
div.DivClassName
{
background-color: #322AAB;
}
.BgClassName
{
background-color: #322AAB;
}
</style>
border-color css
<style>
span { border-color: #322AAB; }
span { border-color: rgb(50,42,171); }
td.TdClassName
{
border-color: #322AAB;
}
.TagClassName
{
border-color: #322AAB;
}
</style>