Shades of Persian Blue #322AD0
Tints of Persian Blue #322AD0
RGB
CMYK
RGB Variations
Color information
#322AD0 (or 0x322AD0) is known color: Persian Blue. HEX triplet: 32, 2A and D0. RGB value is (50,42,208). Sum of RGB (Red+Green+Blue) = 50+42+208=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 208 (81.64% from 255 or 69.33% from 300); Max value from RGB is 208 - color contains mainly: blue. Hex color #322AD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322AD0 is #CDD52F. Grayscale: #3E3E3E. Windows color (decimal): -13489456 or 13642290. OLE color: 13642290.
HSL color Cylindrical-coordinate representation of color #322AD0: hue angle of 242.89º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #322AD0 is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 42 | 208 | - |
| CMYK | 0.76 | 0.80 | 0 | 0.18 |
| HSL | 242.89º | 0.66% | 0.49% | - |
| HSV(B) | 242.89º | 0.8% | 0.82% | - |
| XYZ | 13.53 | 6.89 | 60.29 | - |
| YUV | 63.32 | 209.65 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 208 | 0.76 | 0.80 | 0 | 0.18 | 242.89 | 0.66 | 0.49 |
| Hex | 32 | 2A | D0 | 4C | 50 | 0 | 12 | F3 | 42 | 31 |
| Octal | 62 | 52 | 320 | 114 | 120 | 0 | 22 | 363 | 102 | 61 |
| Binary | 110010 | 101010 | 11010000 | 1001100 | 1010000 | 0 | 10010 | 11110011 | 1000010 | 110001 |
Color Harmonies of #322AD0
Complementary color
Monochromatic Colors of #322AD0
Black with #322AD0
Text Example
Text Example
White with #322AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322AD0; }
p { color: rgb(50,42,208); }
H1.HeaderClassName
{
color: #322AD0;
}
.AnyTagClassName
{
color: #322AD0;
}
</style>
background-color css
<style>
a { background-color: #322AD0; }
a { background-color: rgb(50,42,208); }
div.DivClassName
{
background-color: #322AD0;
}
.BgClassName
{
background-color: #322AD0;
}
</style>
border-color css
<style>
span { border-color: #322AD0; }
span { border-color: rgb(50,42,208); }
td.TdClassName
{
border-color: #322AD0;
}
.TagClassName
{
border-color: #322AD0;
}
</style>