Shades of Persian Blue #322BC5
Tints of Persian Blue #322BC5
RGB
CMYK
RGB Variations
Color information
#322BC5 (or 0x322BC5) is known color: Persian Blue. HEX triplet: 32, 2B and C5. RGB value is (50,43,197). Sum of RGB (Red+Green+Blue) = 50+43+197=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 43 (17.19% from 255 or 14.83% from 290); Blue value is 197 (77.34% from 255 or 67.93% from 290); Max value from RGB is 197 - color contains mainly: blue. Hex color #322BC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322BC5 is #CDD43A. Grayscale: #3E3E3E. Windows color (decimal): -13489211 or 12921650. OLE color: 12921650.
HSL color Cylindrical-coordinate representation of color #322BC5: hue angle of 242.73º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #322BC5 is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 43 | 197 | - |
| CMYK | 0.75 | 0.78 | 0 | 0.23 |
| HSL | 242.73º | 0.64% | 0.47% | - |
| HSV(B) | 242.73º | 0.78% | 0.77% | - |
| XYZ | 12.26 | 6.44 | 53.42 | - |
| YUV | 62.65 | 203.82 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 43 | 197 | 0.75 | 0.78 | 0 | 0.23 | 242.73 | 0.64 | 0.47 |
| Hex | 32 | 2B | C5 | 4B | 4E | 0 | 17 | F3 | 40 | 2F |
| Octal | 62 | 53 | 305 | 113 | 116 | 0 | 27 | 363 | 100 | 57 |
| Binary | 110010 | 101011 | 11000101 | 1001011 | 1001110 | 0 | 10111 | 11110011 | 1000000 | 101111 |
Color Harmonies of #322BC5
Complementary color
Monochromatic Colors of #322BC5
Black with #322BC5
Text Example
Text Example
White with #322BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322BC5; }
p { color: rgb(50,43,197); }
H1.HeaderClassName
{
color: #322BC5;
}
.AnyTagClassName
{
color: #322BC5;
}
</style>
background-color css
<style>
a { background-color: #322BC5; }
a { background-color: rgb(50,43,197); }
div.DivClassName
{
background-color: #322BC5;
}
.BgClassName
{
background-color: #322BC5;
}
</style>
border-color css
<style>
span { border-color: #322BC5; }
span { border-color: rgb(50,43,197); }
td.TdClassName
{
border-color: #322BC5;
}
.TagClassName
{
border-color: #322BC5;
}
</style>