Shades of Persian Blue #322BC2
Tints of Persian Blue #322BC2
RGB
CMYK
RGB Variations
Color information
#322BC2 (or 0x322BC2) is known color: Persian Blue. HEX triplet: 32, 2B and C2. RGB value is (50,43,194). Sum of RGB (Red+Green+Blue) = 50+43+194=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 43 (17.19% from 255 or 14.98% from 287); Blue value is 194 (76.17% from 255 or 67.60% from 287); Max value from RGB is 194 - color contains mainly: blue. Hex color #322BC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322BC2 is #CDD43D. Grayscale: #3D3D3D. Windows color (decimal): -13489214 or 12725042. OLE color: 12725042.
HSL color Cylindrical-coordinate representation of color #322BC2: hue angle of 242.78º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #322BC2 is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 43 | 194 | - |
| CMYK | 0.74 | 0.78 | 0 | 0.24 |
| HSL | 242.78º | 0.64% | 0.46% | - |
| HSV(B) | 242.78º | 0.78% | 0.76% | - |
| XYZ | 11.92 | 6.3 | 51.63 | - |
| YUV | 62.31 | 202.32 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 43 | 194 | 0.74 | 0.78 | 0 | 0.24 | 242.78 | 0.64 | 0.46 |
| Hex | 32 | 2B | C2 | 4A | 4E | 0 | 18 | F3 | 40 | 2E |
| Octal | 62 | 53 | 302 | 112 | 116 | 0 | 30 | 363 | 100 | 56 |
| Binary | 110010 | 101011 | 11000010 | 1001010 | 1001110 | 0 | 11000 | 11110011 | 1000000 | 101110 |
Color Harmonies of #322BC2
Complementary color
Monochromatic Colors of #322BC2
Black with #322BC2
Text Example
Text Example
White with #322BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322BC2; }
p { color: rgb(50,43,194); }
H1.HeaderClassName
{
color: #322BC2;
}
.AnyTagClassName
{
color: #322BC2;
}
</style>
background-color css
<style>
a { background-color: #322BC2; }
a { background-color: rgb(50,43,194); }
div.DivClassName
{
background-color: #322BC2;
}
.BgClassName
{
background-color: #322BC2;
}
</style>
border-color css
<style>
span { border-color: #322BC2; }
span { border-color: rgb(50,43,194); }
td.TdClassName
{
border-color: #322BC2;
}
.TagClassName
{
border-color: #322BC2;
}
</style>