Shades of Persian Blue #322ADE
Tints of Persian Blue #322ADE
RGB
CMYK
RGB Variations
Color information
#322ADE (or 0x322ADE) is known color: Persian Blue. HEX triplet: 32, 2A and DE. RGB value is (50,42,222). Sum of RGB (Red+Green+Blue) = 50+42+222=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 42 (16.80% from 255 or 13.38% from 314); Blue value is 222 (87.11% from 255 or 70.70% from 314); Max value from RGB is 222 - color contains mainly: blue. Hex color #322ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322ADE is #CDD521. Grayscale: #404040. Windows color (decimal): -13489442 or 14559794. OLE color: 14559794.
HSL color Cylindrical-coordinate representation of color #322ADE: hue angle of 242.67º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #322ADE is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 42 | 222 | - |
| CMYK | 0.77 | 0.81 | 0 | 0.13 |
| HSL | 242.67º | 0.73% | 0.52% | - |
| HSV(B) | 242.67º | 0.81% | 0.87% | - |
| XYZ | 15.33 | 7.61 | 69.77 | - |
| YUV | 64.91 | 216.65 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 222 | 0.77 | 0.81 | 0 | 0.13 | 242.67 | 0.73 | 0.52 |
| Hex | 32 | 2A | DE | 4D | 51 | 0 | D | F3 | 49 | 34 |
| Octal | 62 | 52 | 336 | 115 | 121 | 0 | 15 | 363 | 111 | 64 |
| Binary | 110010 | 101010 | 11011110 | 1001101 | 1010001 | 0 | 1101 | 11110011 | 1001001 | 110100 |
Color Harmonies of #322ADE
Complementary color
Monochromatic Colors of #322ADE
Black with #322ADE
Text Example
Text Example
White with #322ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322ADE; }
p { color: rgb(50,42,222); }
H1.HeaderClassName
{
color: #322ADE;
}
.AnyTagClassName
{
color: #322ADE;
}
</style>
background-color css
<style>
a { background-color: #322ADE; }
a { background-color: rgb(50,42,222); }
div.DivClassName
{
background-color: #322ADE;
}
.BgClassName
{
background-color: #322ADE;
}
</style>
border-color css
<style>
span { border-color: #322ADE; }
span { border-color: rgb(50,42,222); }
td.TdClassName
{
border-color: #322ADE;
}
.TagClassName
{
border-color: #322ADE;
}
</style>