Shades of Persian Blue #322EC8
Tints of Persian Blue #322EC8
RGB
CMYK
RGB Variations
Color information
#322EC8 (or 0x322EC8) is known color: Persian Blue. HEX triplet: 32, 2E and C8. RGB value is (50,46,200). Sum of RGB (Red+Green+Blue) = 50+46+200=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 46 (18.36% from 255 or 15.54% from 296); Blue value is 200 (78.52% from 255 or 67.57% from 296); Max value from RGB is 200 - color contains mainly: blue. Hex color #322EC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322EC8 is #CDD137. Grayscale: #404040. Windows color (decimal): -13488440 or 13119026. OLE color: 13119026.
HSL color Cylindrical-coordinate representation of color #322EC8: hue angle of 241.56º 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 #322EC8 is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 50 | 46 | 200 | - |
| CMYK | 0.75 | 0.77 | 0 | 0.22 |
| HSL | 241.56º | 0.63% | 0.48% | - |
| HSV(B) | 241.56º | 0.77% | 0.78% | - |
| XYZ | 12.72 | 6.8 | 55.29 | - |
| YUV | 64.75 | 204.33 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 46 | 200 | 0.75 | 0.77 | 0 | 0.22 | 241.56 | 0.63 | 0.48 |
| Hex | 32 | 2E | C8 | 4B | 4D | 0 | 16 | F2 | 3F | 30 |
| Octal | 62 | 56 | 310 | 113 | 115 | 0 | 26 | 362 | 77 | 60 |
| Binary | 110010 | 101110 | 11001000 | 1001011 | 1001101 | 0 | 10110 | 11110010 | 111111 | 110000 |
Color Harmonies of #322EC8
Complementary color
Monochromatic Colors of #322EC8
Black with #322EC8
Text Example
Text Example
White with #322EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322EC8; }
p { color: rgb(50,46,200); }
H1.HeaderClassName
{
color: #322EC8;
}
.AnyTagClassName
{
color: #322EC8;
}
</style>
background-color css
<style>
a { background-color: #322EC8; }
a { background-color: rgb(50,46,200); }
div.DivClassName
{
background-color: #322EC8;
}
.BgClassName
{
background-color: #322EC8;
}
</style>
border-color css
<style>
span { border-color: #322EC8; }
span { border-color: rgb(50,46,200); }
td.TdClassName
{
border-color: #322EC8;
}
.TagClassName
{
border-color: #322EC8;
}
</style>