Shades of Persian Blue #2021CA
Tints of Persian Blue #2021CA
RGB
CMYK
RGB Variations
Color information
#2021CA (or 0x2021CA) is known color: Persian Blue. HEX triplet: 20, 21 and CA. RGB value is (32,33,202). Sum of RGB (Red+Green+Blue) = 32+33+202=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 202 (79.30% from 255 or 75.66% from 267); Max value from RGB is 202 - color contains mainly: blue. Hex color #2021CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2021CA is #DFDE35. Grayscale: #333333. Windows color (decimal): -14671414 or 13246752. OLE color: 13246752.
HSL color Cylindrical-coordinate representation of color #2021CA: hue angle of 239.65º 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 #2021CA is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 33 | 202 | - |
| CMYK | 0.84 | 0.84 | 0 | 0.21 |
| HSL | 239.65º | 0.73% | 0.46% | - |
| HSV(B) | 239.65º | 0.84% | 0.79% | - |
| XYZ | 11.8 | 5.66 | 56.35 | - |
| YUV | 51.97 | 212.67 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 33 | 202 | 0.84 | 0.84 | 0 | 0.21 | 239.65 | 0.73 | 0.46 |
| Hex | 20 | 21 | CA | 54 | 54 | 0 | 15 | F0 | 49 | 2E |
| Octal | 40 | 41 | 312 | 124 | 124 | 0 | 25 | 360 | 111 | 56 |
| Binary | 100000 | 100001 | 11001010 | 1010100 | 1010100 | 0 | 10101 | 11110000 | 1001001 | 101110 |
Color Harmonies of #2021CA
Complementary color
Monochromatic Colors of #2021CA
Black with #2021CA
Text Example
Text Example
White with #2021CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2021CA; }
p { color: rgb(32,33,202); }
H1.HeaderClassName
{
color: #2021CA;
}
.AnyTagClassName
{
color: #2021CA;
}
</style>
background-color css
<style>
a { background-color: #2021CA; }
a { background-color: rgb(32,33,202); }
div.DivClassName
{
background-color: #2021CA;
}
.BgClassName
{
background-color: #2021CA;
}
</style>
border-color css
<style>
span { border-color: #2021CA; }
span { border-color: rgb(32,33,202); }
td.TdClassName
{
border-color: #2021CA;
}
.TagClassName
{
border-color: #2021CA;
}
</style>