Shades of Persian Blue #202BD1
Tints of Persian Blue #202BD1
RGB
CMYK
RGB Variations
Color information
#202BD1 (or 0x202BD1) is known color: Persian Blue. HEX triplet: 20, 2B and D1. RGB value is (32,43,209). Sum of RGB (Red+Green+Blue) = 32+43+209=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 209 (82.03% from 255 or 73.59% from 284); Max value from RGB is 209 - color contains mainly: blue. Hex color #202BD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202BD1 is #DFD42E. Grayscale: #393939. Windows color (decimal): -14668847 or 13708064. OLE color: 13708064.
HSL color Cylindrical-coordinate representation of color #202BD1: hue angle of 236.27º 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 #202BD1 is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 43 | 209 | - |
| CMYK | 0.85 | 0.79 | 0 | 0.18 |
| HSL | 236.27º | 0.73% | 0.47% | - |
| HSV(B) | 236.27º | 0.85% | 0.82% | - |
| XYZ | 12.97 | 6.64 | 60.92 | - |
| YUV | 58.64 | 212.86 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 43 | 209 | 0.85 | 0.79 | 0 | 0.18 | 236.27 | 0.73 | 0.47 |
| Hex | 20 | 2B | D1 | 55 | 4F | 0 | 12 | EC | 49 | 2F |
| Octal | 40 | 53 | 321 | 125 | 117 | 0 | 22 | 354 | 111 | 57 |
| Binary | 100000 | 101011 | 11010001 | 1010101 | 1001111 | 0 | 10010 | 11101100 | 1001001 | 101111 |
Color Harmonies of #202BD1
Complementary color
Monochromatic Colors of #202BD1
Black with #202BD1
Text Example
Text Example
White with #202BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202BD1; }
p { color: rgb(32,43,209); }
H1.HeaderClassName
{
color: #202BD1;
}
.AnyTagClassName
{
color: #202BD1;
}
</style>
background-color css
<style>
a { background-color: #202BD1; }
a { background-color: rgb(32,43,209); }
div.DivClassName
{
background-color: #202BD1;
}
.BgClassName
{
background-color: #202BD1;
}
</style>
border-color css
<style>
span { border-color: #202BD1; }
span { border-color: rgb(32,43,209); }
td.TdClassName
{
border-color: #202BD1;
}
.TagClassName
{
border-color: #202BD1;
}
</style>