Shades of Persian Blue #202BE1
Tints of Persian Blue #202BE1
RGB
CMYK
RGB Variations
Color information
#202BE1 (or 0x202BE1) is known color: Persian Blue. HEX triplet: 20, 2B and E1. RGB value is (32,43,225). Sum of RGB (Red+Green+Blue) = 32+43+225=300 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.67% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 225 (88.28% from 255 or 75% from 300); Max value from RGB is 225 - color contains mainly: blue. Hex color #202BE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202BE1 is #DFD41E. Grayscale: #3B3B3B. Windows color (decimal): -14668831 or 14756640. OLE color: 14756640.
HSL color Cylindrical-coordinate representation of color #202BE1: hue angle of 236.58º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #202BE1 is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 43 | 225 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.12 |
| HSL | 236.58º | 0.76% | 0.5% | - |
| HSV(B) | 236.58º | 0.86% | 0.88% | - |
| XYZ | 15.05 | 7.47 | 71.88 | - |
| YUV | 60.46 | 220.86 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 43 | 225 | 0.86 | 0.81 | 0 | 0.12 | 236.58 | 0.76 | 0.5 |
| Hex | 20 | 2B | E1 | 56 | 51 | 0 | C | ED | 4C | 32 |
| Octal | 40 | 53 | 341 | 126 | 121 | 0 | 14 | 355 | 114 | 62 |
| Binary | 100000 | 101011 | 11100001 | 1010110 | 1010001 | 0 | 1100 | 11101101 | 1001100 | 110010 |
Color Harmonies of #202BE1
Complementary color
Monochromatic Colors of #202BE1
Black with #202BE1
Text Example
Text Example
White with #202BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202BE1; }
p { color: rgb(32,43,225); }
H1.HeaderClassName
{
color: #202BE1;
}
.AnyTagClassName
{
color: #202BE1;
}
</style>
background-color css
<style>
a { background-color: #202BE1; }
a { background-color: rgb(32,43,225); }
div.DivClassName
{
background-color: #202BE1;
}
.BgClassName
{
background-color: #202BE1;
}
</style>
border-color css
<style>
span { border-color: #202BE1; }
span { border-color: rgb(32,43,225); }
td.TdClassName
{
border-color: #202BE1;
}
.TagClassName
{
border-color: #202BE1;
}
</style>