Shades of Persian Blue #322BAD
Tints of Persian Blue #322BAD
RGB
CMYK
RGB Variations
Color information
#322BAD (or 0x322BAD) is known color: Persian Blue. HEX triplet: 32, 2B and AD. RGB value is (50,43,173). Sum of RGB (Red+Green+Blue) = 50+43+173=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 173 (67.97% from 255 or 65.04% from 266); Max value from RGB is 173 - color contains mainly: blue. Hex color #322BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322BAD is #CDD452. Grayscale: #3B3B3B. Windows color (decimal): -13489235 or 11348786. OLE color: 11348786.
HSL color Cylindrical-coordinate representation of color #322BAD: hue angle of 243.23º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #322BAD is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 43 | 173 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.32 |
| HSL | 243.23º | 0.6% | 0.42% | - |
| HSV(B) | 243.23º | 0.75% | 0.68% | - |
| XYZ | 9.72 | 5.42 | 40.07 | - |
| YUV | 59.91 | 191.82 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 43 | 173 | 0.71 | 0.75 | 0 | 0.32 | 243.23 | 0.6 | 0.42 |
| Hex | 32 | 2B | AD | 47 | 4B | 0 | 20 | F3 | 3C | 2A |
| Octal | 62 | 53 | 255 | 107 | 113 | 0 | 40 | 363 | 74 | 52 |
| Binary | 110010 | 101011 | 10101101 | 1000111 | 1001011 | 0 | 100000 | 11110011 | 111100 | 101010 |
Color Harmonies of #322BAD
Complementary color
Monochromatic Colors of #322BAD
Black with #322BAD
Text Example
Text Example
White with #322BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322BAD; }
p { color: rgb(50,43,173); }
H1.HeaderClassName
{
color: #322BAD;
}
.AnyTagClassName
{
color: #322BAD;
}
</style>
background-color css
<style>
a { background-color: #322BAD; }
a { background-color: rgb(50,43,173); }
div.DivClassName
{
background-color: #322BAD;
}
.BgClassName
{
background-color: #322BAD;
}
</style>
border-color css
<style>
span { border-color: #322BAD; }
span { border-color: rgb(50,43,173); }
td.TdClassName
{
border-color: #322BAD;
}
.TagClassName
{
border-color: #322BAD;
}
</style>