Shades of Persian Blue #2041EC
Tints of Persian Blue #2041EC
RGB
CMYK
RGB Variations
Color information
#2041EC (or 0x2041EC) is known color: Persian Blue. HEX triplet: 20, 41 and EC. RGB value is (32,65,236). Sum of RGB (Red+Green+Blue) = 32+65+236=333 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.61% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 236 (92.58% from 255 or 70.87% from 333); Max value from RGB is 236 - color contains mainly: blue. Hex color #2041EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2041EC is #DFBE13. Grayscale: #494949. Windows color (decimal): -14663188 or 15483168. OLE color: 15483168.
HSL color Cylindrical-coordinate representation of color #2041EC: hue angle of 230.29º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2041EC is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 65 | 236 | - |
| CMYK | 0.86 | 0.72 | 0 | 0.07 |
| HSL | 230.29º | 0.84% | 0.53% | - |
| HSV(B) | 230.29º | 0.86% | 0.93% | - |
| XYZ | 17.63 | 10.14 | 80.39 | - |
| YUV | 74.63 | 219.07 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 236 | 0.86 | 0.72 | 0 | 0.07 | 230.29 | 0.84 | 0.53 |
| Hex | 20 | 41 | EC | 56 | 48 | 0 | 7 | E6 | 54 | 35 |
| Octal | 40 | 101 | 354 | 126 | 110 | 0 | 7 | 346 | 124 | 65 |
| Binary | 100000 | 1000001 | 11101100 | 1010110 | 1001000 | 0 | 111 | 11100110 | 1010100 | 110101 |
Color Harmonies of #2041EC
Complementary color
Monochromatic Colors of #2041EC
Black with #2041EC
Text Example
Text Example
White with #2041EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2041EC; }
p { color: rgb(32,65,236); }
H1.HeaderClassName
{
color: #2041EC;
}
.AnyTagClassName
{
color: #2041EC;
}
</style>
background-color css
<style>
a { background-color: #2041EC; }
a { background-color: rgb(32,65,236); }
div.DivClassName
{
background-color: #2041EC;
}
.BgClassName
{
background-color: #2041EC;
}
</style>
border-color css
<style>
span { border-color: #2041EC; }
span { border-color: rgb(32,65,236); }
td.TdClassName
{
border-color: #2041EC;
}
.TagClassName
{
border-color: #2041EC;
}
</style>