Shades of Persian Blue #2040CA
Tints of Persian Blue #2040CA
RGB
CMYK
RGB Variations
Color information
#2040CA (or 0x2040CA) is known color: Persian Blue. HEX triplet: 20, 40 and CA. RGB value is (32,64,202). Sum of RGB (Red+Green+Blue) = 32+64+202=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 202 (79.30% from 255 or 67.79% from 298); Max value from RGB is 202 - color contains mainly: blue. Hex color #2040CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2040CA is #DFBF35. Grayscale: #454545. Windows color (decimal): -14663478 or 13254688. OLE color: 13254688.
HSL color Cylindrical-coordinate representation of color #2040CA: hue angle of 228.71º 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 #2040CA is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 64 | 202 | - |
| CMYK | 0.84 | 0.68 | 0 | 0.21 |
| HSL | 228.71º | 0.73% | 0.46% | - |
| HSV(B) | 228.71º | 0.84% | 0.79% | - |
| XYZ | 13.09 | 8.24 | 56.78 | - |
| YUV | 70.16 | 202.4 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 202 | 0.84 | 0.68 | 0 | 0.21 | 228.71 | 0.73 | 0.46 |
| Hex | 20 | 40 | CA | 54 | 44 | 0 | 15 | E5 | 49 | 2E |
| Octal | 40 | 100 | 312 | 124 | 104 | 0 | 25 | 345 | 111 | 56 |
| Binary | 100000 | 1000000 | 11001010 | 1010100 | 1000100 | 0 | 10101 | 11100101 | 1001001 | 101110 |
Color Harmonies of #2040CA
Complementary color
Monochromatic Colors of #2040CA
Black with #2040CA
Text Example
Text Example
White with #2040CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2040CA; }
p { color: rgb(32,64,202); }
H1.HeaderClassName
{
color: #2040CA;
}
.AnyTagClassName
{
color: #2040CA;
}
</style>
background-color css
<style>
a { background-color: #2040CA; }
a { background-color: rgb(32,64,202); }
div.DivClassName
{
background-color: #2040CA;
}
.BgClassName
{
background-color: #2040CA;
}
</style>
border-color css
<style>
span { border-color: #2040CA; }
span { border-color: rgb(32,64,202); }
td.TdClassName
{
border-color: #2040CA;
}
.TagClassName
{
border-color: #2040CA;
}
</style>