Shades of Persian Blue #202ED1
Tints of Persian Blue #202ED1
RGB
CMYK
RGB Variations
Color information
#202ED1 (or 0x202ED1) is known color: Persian Blue. HEX triplet: 20, 2E and D1. RGB value is (32,46,209). Sum of RGB (Red+Green+Blue) = 32+46+209=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 46 (18.36% from 255 or 16.03% from 287); Blue value is 209 (82.03% from 255 or 72.82% from 287); Max value from RGB is 209 - color contains mainly: blue. Hex color #202ED1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202ED1 is #DFD12E. Grayscale: #3B3B3B. Windows color (decimal): -14668079 or 13708832. OLE color: 13708832.
HSL color Cylindrical-coordinate representation of color #202ED1: hue angle of 235.25º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #202ED1 is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 46 | 209 | - |
| CMYK | 0.85 | 0.78 | 0 | 0.18 |
| HSL | 235.25º | 0.73% | 0.47% | - |
| HSV(B) | 235.25º | 0.85% | 0.82% | - |
| XYZ | 13.08 | 6.86 | 60.96 | - |
| YUV | 60.4 | 211.86 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 209 | 0.85 | 0.78 | 0 | 0.18 | 235.25 | 0.73 | 0.47 |
| Hex | 20 | 2E | D1 | 55 | 4E | 0 | 12 | EB | 49 | 2F |
| Octal | 40 | 56 | 321 | 125 | 116 | 0 | 22 | 353 | 111 | 57 |
| Binary | 100000 | 101110 | 11010001 | 1010101 | 1001110 | 0 | 10010 | 11101011 | 1001001 | 101111 |
Color Harmonies of #202ED1
Complementary color
Monochromatic Colors of #202ED1
Black with #202ED1
Text Example
Text Example
White with #202ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202ED1; }
p { color: rgb(32,46,209); }
H1.HeaderClassName
{
color: #202ED1;
}
.AnyTagClassName
{
color: #202ED1;
}
</style>
background-color css
<style>
a { background-color: #202ED1; }
a { background-color: rgb(32,46,209); }
div.DivClassName
{
background-color: #202ED1;
}
.BgClassName
{
background-color: #202ED1;
}
</style>
border-color css
<style>
span { border-color: #202ED1; }
span { border-color: rgb(32,46,209); }
td.TdClassName
{
border-color: #202ED1;
}
.TagClassName
{
border-color: #202ED1;
}
</style>