Shades of Persian Blue #3220CA
Tints of Persian Blue #3220CA
RGB
CMYK
RGB Variations
Color information
#3220CA (or 0x3220CA) is known color: Persian Blue. HEX triplet: 32, 20 and CA. RGB value is (50,32,202). Sum of RGB (Red+Green+Blue) = 50+32+202=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 202 (79.30% from 255 or 71.13% from 284); Max value from RGB is 202 - color contains mainly: blue. Hex color #3220CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3220CA is #CDDF35. Grayscale: #383838. Windows color (decimal): -13492022 or 13246514. OLE color: 13246514.
HSL color Cylindrical-coordinate representation of color #3220CA: hue angle of 246.35º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3220CA is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 32 | 202 | - |
| CMYK | 0.75 | 0.84 | 0 | 0.21 |
| HSL | 246.35º | 0.73% | 0.46% | - |
| HSV(B) | 246.35º | 0.84% | 0.79% | - |
| XYZ | 12.49 | 5.98 | 56.37 | - |
| YUV | 56.76 | 209.96 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 32 | 202 | 0.75 | 0.84 | 0 | 0.21 | 246.35 | 0.73 | 0.46 |
| Hex | 32 | 20 | CA | 4B | 54 | 0 | 15 | F6 | 49 | 2E |
| Octal | 62 | 40 | 312 | 113 | 124 | 0 | 25 | 366 | 111 | 56 |
| Binary | 110010 | 100000 | 11001010 | 1001011 | 1010100 | 0 | 10101 | 11110110 | 1001001 | 101110 |
Color Harmonies of #3220CA
Complementary color
Monochromatic Colors of #3220CA
Black with #3220CA
Text Example
Text Example
White with #3220CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3220CA; }
p { color: rgb(50,32,202); }
H1.HeaderClassName
{
color: #3220CA;
}
.AnyTagClassName
{
color: #3220CA;
}
</style>
background-color css
<style>
a { background-color: #3220CA; }
a { background-color: rgb(50,32,202); }
div.DivClassName
{
background-color: #3220CA;
}
.BgClassName
{
background-color: #3220CA;
}
</style>
border-color css
<style>
span { border-color: #3220CA; }
span { border-color: rgb(50,32,202); }
td.TdClassName
{
border-color: #3220CA;
}
.TagClassName
{
border-color: #3220CA;
}
</style>