Shades of Persian Blue #322DC6
Tints of Persian Blue #322DC6
RGB
CMYK
RGB Variations
Color information
#322DC6 (or 0x322DC6) is known color: Persian Blue. HEX triplet: 32, 2D and C6. RGB value is (50,45,198). Sum of RGB (Red+Green+Blue) = 50+45+198=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 198 (77.73% from 255 or 67.58% from 293); Max value from RGB is 198 - color contains mainly: blue. Hex color #322DC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322DC6 is #CDD239. Grayscale: #3F3F3F. Windows color (decimal): -13488698 or 12987698. OLE color: 12987698.
HSL color Cylindrical-coordinate representation of color #322DC6: hue angle of 241.96º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #322DC6 is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 50 | 45 | 198 | - |
| CMYK | 0.75 | 0.77 | 0 | 0.22 |
| HSL | 241.96º | 0.63% | 0.48% | - |
| HSV(B) | 241.96º | 0.77% | 0.78% | - |
| XYZ | 12.45 | 6.63 | 54.05 | - |
| YUV | 63.94 | 203.66 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 45 | 198 | 0.75 | 0.77 | 0 | 0.22 | 241.96 | 0.63 | 0.48 |
| Hex | 32 | 2D | C6 | 4B | 4D | 0 | 16 | F2 | 3F | 30 |
| Octal | 62 | 55 | 306 | 113 | 115 | 0 | 26 | 362 | 77 | 60 |
| Binary | 110010 | 101101 | 11000110 | 1001011 | 1001101 | 0 | 10110 | 11110010 | 111111 | 110000 |
Color Harmonies of #322DC6
Complementary color
Monochromatic Colors of #322DC6
Black with #322DC6
Text Example
Text Example
White with #322DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322DC6; }
p { color: rgb(50,45,198); }
H1.HeaderClassName
{
color: #322DC6;
}
.AnyTagClassName
{
color: #322DC6;
}
</style>
background-color css
<style>
a { background-color: #322DC6; }
a { background-color: rgb(50,45,198); }
div.DivClassName
{
background-color: #322DC6;
}
.BgClassName
{
background-color: #322DC6;
}
</style>
border-color css
<style>
span { border-color: #322DC6; }
span { border-color: rgb(50,45,198); }
td.TdClassName
{
border-color: #322DC6;
}
.TagClassName
{
border-color: #322DC6;
}
</style>