Shades of Persian Blue #322BD9
Tints of Persian Blue #322BD9
RGB
CMYK
RGB Variations
Color information
#322BD9 (or 0x322BD9) is known color: Persian Blue. HEX triplet: 32, 2B and D9. RGB value is (50,43,217). Sum of RGB (Red+Green+Blue) = 50+43+217=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 217 (85.16% from 255 or 70% from 310); Max value from RGB is 217 - color contains mainly: blue. Hex color #322BD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322BD9 is #CDD426. Grayscale: #404040. Windows color (decimal): -13489191 or 14232370. OLE color: 14232370.
HSL color Cylindrical-coordinate representation of color #322BD9: hue angle of 242.41º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #322BD9 is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 43 | 217 | - |
| CMYK | 0.77 | 0.80 | 0 | 0.15 |
| HSL | 242.41º | 0.7% | 0.51% | - |
| HSV(B) | 242.41º | 0.8% | 0.85% | - |
| XYZ | 14.7 | 7.42 | 66.3 | - |
| YUV | 64.93 | 213.82 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 43 | 217 | 0.77 | 0.80 | 0 | 0.15 | 242.41 | 0.7 | 0.51 |
| Hex | 32 | 2B | D9 | 4D | 50 | 0 | F | F2 | 46 | 33 |
| Octal | 62 | 53 | 331 | 115 | 120 | 0 | 17 | 362 | 106 | 63 |
| Binary | 110010 | 101011 | 11011001 | 1001101 | 1010000 | 0 | 1111 | 11110010 | 1000110 | 110011 |
Color Harmonies of #322BD9
Complementary color
Monochromatic Colors of #322BD9
Black with #322BD9
Text Example
Text Example
White with #322BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322BD9; }
p { color: rgb(50,43,217); }
H1.HeaderClassName
{
color: #322BD9;
}
.AnyTagClassName
{
color: #322BD9;
}
</style>
background-color css
<style>
a { background-color: #322BD9; }
a { background-color: rgb(50,43,217); }
div.DivClassName
{
background-color: #322BD9;
}
.BgClassName
{
background-color: #322BD9;
}
</style>
border-color css
<style>
span { border-color: #322BD9; }
span { border-color: rgb(50,43,217); }
td.TdClassName
{
border-color: #322BD9;
}
.TagClassName
{
border-color: #322BD9;
}
</style>