Shades of Persian Blue #322CDE
Tints of Persian Blue #322CDE
RGB
CMYK
RGB Variations
Color information
#322CDE (or 0x322CDE) is known color: Persian Blue. HEX triplet: 32, 2C and DE. RGB value is (50,44,222). Sum of RGB (Red+Green+Blue) = 50+44+222=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 222 (87.11% from 255 or 70.25% from 316); Max value from RGB is 222 - color contains mainly: blue. Hex color #322CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322CDE is #CDD321. Grayscale: #414141. Windows color (decimal): -13488930 or 14560306. OLE color: 14560306.
HSL color Cylindrical-coordinate representation of color #322CDE: hue angle of 242.02º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #322CDE is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 44 | 222 | - |
| CMYK | 0.77 | 0.80 | 0 | 0.13 |
| HSL | 242.02º | 0.73% | 0.52% | - |
| HSV(B) | 242.02º | 0.8% | 0.87% | - |
| XYZ | 15.4 | 7.75 | 69.79 | - |
| YUV | 66.09 | 215.99 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 222 | 0.77 | 0.80 | 0 | 0.13 | 242.02 | 0.73 | 0.52 |
| Hex | 32 | 2C | DE | 4D | 50 | 0 | D | F2 | 49 | 34 |
| Octal | 62 | 54 | 336 | 115 | 120 | 0 | 15 | 362 | 111 | 64 |
| Binary | 110010 | 101100 | 11011110 | 1001101 | 1010000 | 0 | 1101 | 11110010 | 1001001 | 110100 |
Color Harmonies of #322CDE
Complementary color
Monochromatic Colors of #322CDE
Black with #322CDE
Text Example
Text Example
White with #322CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322CDE; }
p { color: rgb(50,44,222); }
H1.HeaderClassName
{
color: #322CDE;
}
.AnyTagClassName
{
color: #322CDE;
}
</style>
background-color css
<style>
a { background-color: #322CDE; }
a { background-color: rgb(50,44,222); }
div.DivClassName
{
background-color: #322CDE;
}
.BgClassName
{
background-color: #322CDE;
}
</style>
border-color css
<style>
span { border-color: #322CDE; }
span { border-color: rgb(50,44,222); }
td.TdClassName
{
border-color: #322CDE;
}
.TagClassName
{
border-color: #322CDE;
}
</style>