Shades of Persian Blue #322CAC
Tints of Persian Blue #322CAC
RGB
CMYK
RGB Variations
Color information
#322CAC (or 0x322CAC) is known color: Persian Blue. HEX triplet: 32, 2C and AC. RGB value is (50,44,172). Sum of RGB (Red+Green+Blue) = 50+44+172=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 44 (17.58% from 255 or 16.54% from 266); Blue value is 172 (67.58% from 255 or 64.66% from 266); Max value from RGB is 172 - color contains mainly: blue. Hex color #322CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322CAC is #CDD353. Grayscale: #3B3B3B. Windows color (decimal): -13488980 or 11283506. OLE color: 11283506.
HSL color Cylindrical-coordinate representation of color #322CAC: hue angle of 242.81º 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 #322CAC is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 44 | 172 | - |
| CMYK | 0.71 | 0.74 | 0 | 0.33 |
| HSL | 242.81º | 0.59% | 0.42% | - |
| HSV(B) | 242.81º | 0.74% | 0.67% | - |
| XYZ | 9.66 | 5.46 | 39.57 | - |
| YUV | 60.39 | 190.99 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 172 | 0.71 | 0.74 | 0 | 0.33 | 242.81 | 0.59 | 0.42 |
| Hex | 32 | 2C | AC | 47 | 4A | 0 | 21 | F3 | 3B | 2A |
| Octal | 62 | 54 | 254 | 107 | 112 | 0 | 41 | 363 | 73 | 52 |
| Binary | 110010 | 101100 | 10101100 | 1000111 | 1001010 | 0 | 100001 | 11110011 | 111011 | 101010 |
Color Harmonies of #322CAC
Complementary color
Monochromatic Colors of #322CAC
Black with #322CAC
Text Example
Text Example
White with #322CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322CAC; }
p { color: rgb(50,44,172); }
H1.HeaderClassName
{
color: #322CAC;
}
.AnyTagClassName
{
color: #322CAC;
}
</style>
background-color css
<style>
a { background-color: #322CAC; }
a { background-color: rgb(50,44,172); }
div.DivClassName
{
background-color: #322CAC;
}
.BgClassName
{
background-color: #322CAC;
}
</style>
border-color css
<style>
span { border-color: #322CAC; }
span { border-color: rgb(50,44,172); }
td.TdClassName
{
border-color: #322CAC;
}
.TagClassName
{
border-color: #322CAC;
}
</style>