Shades of Persian Blue #322CAA
Tints of Persian Blue #322CAA
RGB
CMYK
RGB Variations
Color information
#322CAA (or 0x322CAA) is known color: Persian Blue. HEX triplet: 32, 2C and AA. RGB value is (50,44,170). Sum of RGB (Red+Green+Blue) = 50+44+170=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 44 (17.58% from 255 or 16.67% from 264); Blue value is 170 (66.80% from 255 or 64.39% from 264); Max value from RGB is 170 - color contains mainly: blue. Hex color #322CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322CAA is #CDD355. Grayscale: #3B3B3B. Windows color (decimal): -13488982 or 11152434. OLE color: 11152434.
HSL color Cylindrical-coordinate representation of color #322CAA: hue angle of 242.86º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #322CAA is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 44 | 170 | - |
| CMYK | 0.71 | 0.74 | 0 | 0.33 |
| HSL | 242.86º | 0.59% | 0.42% | - |
| HSV(B) | 242.86º | 0.74% | 0.67% | - |
| XYZ | 9.47 | 5.38 | 38.57 | - |
| YUV | 60.16 | 189.99 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 170 | 0.71 | 0.74 | 0 | 0.33 | 242.86 | 0.59 | 0.42 |
| Hex | 32 | 2C | AA | 47 | 4A | 0 | 21 | F3 | 3B | 2A |
| Octal | 62 | 54 | 252 | 107 | 112 | 0 | 41 | 363 | 73 | 52 |
| Binary | 110010 | 101100 | 10101010 | 1000111 | 1001010 | 0 | 100001 | 11110011 | 111011 | 101010 |
Color Harmonies of #322CAA
Complementary color
Monochromatic Colors of #322CAA
Black with #322CAA
Text Example
Text Example
White with #322CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322CAA; }
p { color: rgb(50,44,170); }
H1.HeaderClassName
{
color: #322CAA;
}
.AnyTagClassName
{
color: #322CAA;
}
</style>
background-color css
<style>
a { background-color: #322CAA; }
a { background-color: rgb(50,44,170); }
div.DivClassName
{
background-color: #322CAA;
}
.BgClassName
{
background-color: #322CAA;
}
</style>
border-color css
<style>
span { border-color: #322CAA; }
span { border-color: rgb(50,44,170); }
td.TdClassName
{
border-color: #322CAA;
}
.TagClassName
{
border-color: #322CAA;
}
</style>