Shades of Persian Blue #202DD1
Tints of Persian Blue #202DD1
RGB
CMYK
RGB Variations
Color information
#202DD1 (or 0x202DD1) is known color: Persian Blue. HEX triplet: 20, 2D and D1. RGB value is (32,45,209). Sum of RGB (Red+Green+Blue) = 32+45+209=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 209 (82.03% from 255 or 73.08% from 286); Max value from RGB is 209 - color contains mainly: blue. Hex color #202DD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202DD1 is #DFD22E. Grayscale: #3B3B3B. Windows color (decimal): -14668335 or 13708576. OLE color: 13708576.
HSL color Cylindrical-coordinate representation of color #202DD1: hue angle of 235.59º 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 #202DD1 is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 45 | 209 | - |
| CMYK | 0.85 | 0.78 | 0 | 0.18 |
| HSL | 235.59º | 0.73% | 0.47% | - |
| HSV(B) | 235.59º | 0.85% | 0.82% | - |
| XYZ | 13.04 | 6.79 | 60.94 | - |
| YUV | 59.81 | 212.19 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 45 | 209 | 0.85 | 0.78 | 0 | 0.18 | 235.59 | 0.73 | 0.47 |
| Hex | 20 | 2D | D1 | 55 | 4E | 0 | 12 | EC | 49 | 2F |
| Octal | 40 | 55 | 321 | 125 | 116 | 0 | 22 | 354 | 111 | 57 |
| Binary | 100000 | 101101 | 11010001 | 1010101 | 1001110 | 0 | 10010 | 11101100 | 1001001 | 101111 |
Color Harmonies of #202DD1
Complementary color
Monochromatic Colors of #202DD1
Black with #202DD1
Text Example
Text Example
White with #202DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202DD1; }
p { color: rgb(32,45,209); }
H1.HeaderClassName
{
color: #202DD1;
}
.AnyTagClassName
{
color: #202DD1;
}
</style>
background-color css
<style>
a { background-color: #202DD1; }
a { background-color: rgb(32,45,209); }
div.DivClassName
{
background-color: #202DD1;
}
.BgClassName
{
background-color: #202DD1;
}
</style>
border-color css
<style>
span { border-color: #202DD1; }
span { border-color: rgb(32,45,209); }
td.TdClassName
{
border-color: #202DD1;
}
.TagClassName
{
border-color: #202DD1;
}
</style>