Shades of Persian Blue #322CC3
Tints of Persian Blue #322CC3
RGB
CMYK
RGB Variations
Color information
#322CC3 (or 0x322CC3) is known color: Persian Blue. HEX triplet: 32, 2C and C3. RGB value is (50,44,195). Sum of RGB (Red+Green+Blue) = 50+44+195=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 195 (76.56% from 255 or 67.47% from 289); Max value from RGB is 195 - color contains mainly: blue. Hex color #322CC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322CC3 is #CDD33C. Grayscale: #3E3E3E. Windows color (decimal): -13488957 or 12790834. OLE color: 12790834.
HSL color Cylindrical-coordinate representation of color #322CC3: hue angle of 242.38º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #322CC3 is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 44 | 195 | - |
| CMYK | 0.74 | 0.77 | 0 | 0.24 |
| HSL | 242.38º | 0.63% | 0.47% | - |
| HSV(B) | 242.38º | 0.77% | 0.76% | - |
| XYZ | 12.07 | 6.42 | 52.23 | - |
| YUV | 63.01 | 202.49 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 195 | 0.74 | 0.77 | 0 | 0.24 | 242.38 | 0.63 | 0.47 |
| Hex | 32 | 2C | C3 | 4A | 4D | 0 | 18 | F2 | 3F | 2F |
| Octal | 62 | 54 | 303 | 112 | 115 | 0 | 30 | 362 | 77 | 57 |
| Binary | 110010 | 101100 | 11000011 | 1001010 | 1001101 | 0 | 11000 | 11110010 | 111111 | 101111 |
Color Harmonies of #322CC3
Complementary color
Monochromatic Colors of #322CC3
Black with #322CC3
Text Example
Text Example
White with #322CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322CC3; }
p { color: rgb(50,44,195); }
H1.HeaderClassName
{
color: #322CC3;
}
.AnyTagClassName
{
color: #322CC3;
}
</style>
background-color css
<style>
a { background-color: #322CC3; }
a { background-color: rgb(50,44,195); }
div.DivClassName
{
background-color: #322CC3;
}
.BgClassName
{
background-color: #322CC3;
}
</style>
border-color css
<style>
span { border-color: #322CC3; }
span { border-color: rgb(50,44,195); }
td.TdClassName
{
border-color: #322CC3;
}
.TagClassName
{
border-color: #322CC3;
}
</style>