Shades of Persian Blue #322AAC
Tints of Persian Blue #322AAC
RGB
CMYK
RGB Variations
Color information
#322AAC (or 0x322AAC) is known color: Persian Blue. HEX triplet: 32, 2A and AC. RGB value is (50,42,172). Sum of RGB (Red+Green+Blue) = 50+42+172=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 42 (16.80% from 255 or 15.91% from 264); Blue value is 172 (67.58% from 255 or 65.15% from 264); Max value from RGB is 172 - color contains mainly: blue. Hex color #322AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322AAC is #CDD553. Grayscale: #3A3A3A. Windows color (decimal): -13489492 or 11282994. OLE color: 11282994.
HSL color Cylindrical-coordinate representation of color #322AAC: hue angle of 243.69º 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 #322AAC is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 42 | 172 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.33 |
| HSL | 243.69º | 0.61% | 0.42% | - |
| HSV(B) | 243.69º | 0.76% | 0.67% | - |
| XYZ | 9.59 | 5.31 | 39.55 | - |
| YUV | 59.21 | 191.65 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 172 | 0.71 | 0.76 | 0 | 0.33 | 243.69 | 0.61 | 0.42 |
| Hex | 32 | 2A | AC | 47 | 4C | 0 | 21 | F4 | 3D | 2A |
| Octal | 62 | 52 | 254 | 107 | 114 | 0 | 41 | 364 | 75 | 52 |
| Binary | 110010 | 101010 | 10101100 | 1000111 | 1001100 | 0 | 100001 | 11110100 | 111101 | 101010 |
Color Harmonies of #322AAC
Complementary color
Monochromatic Colors of #322AAC
Black with #322AAC
Text Example
Text Example
White with #322AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322AAC; }
p { color: rgb(50,42,172); }
H1.HeaderClassName
{
color: #322AAC;
}
.AnyTagClassName
{
color: #322AAC;
}
</style>
background-color css
<style>
a { background-color: #322AAC; }
a { background-color: rgb(50,42,172); }
div.DivClassName
{
background-color: #322AAC;
}
.BgClassName
{
background-color: #322AAC;
}
</style>
border-color css
<style>
span { border-color: #322AAC; }
span { border-color: rgb(50,42,172); }
td.TdClassName
{
border-color: #322AAC;
}
.TagClassName
{
border-color: #322AAC;
}
</style>