Shades of Persian Blue #202DC9
Tints of Persian Blue #202DC9
RGB
CMYK
RGB Variations
Color information
#202DC9 (or 0x202DC9) is known color: Persian Blue. HEX triplet: 20, 2D and C9. RGB value is (32,45,201). Sum of RGB (Red+Green+Blue) = 32+45+201=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 45 (17.97% from 255 or 16.19% from 278); Blue value is 201 (78.91% from 255 or 72.30% from 278); Max value from RGB is 201 - color contains mainly: blue. Hex color #202DC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202DC9 is #DFD236. Grayscale: #3A3A3A. Windows color (decimal): -14668343 or 13184288. OLE color: 13184288.
HSL color Cylindrical-coordinate representation of color #202DC9: hue angle of 235.38º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #202DC9 is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 45 | 201 | - |
| CMYK | 0.84 | 0.78 | 0 | 0.21 |
| HSL | 235.38º | 0.73% | 0.46% | - |
| HSV(B) | 235.38º | 0.84% | 0.79% | - |
| XYZ | 12.08 | 6.4 | 55.86 | - |
| YUV | 58.9 | 208.19 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 45 | 201 | 0.84 | 0.78 | 0 | 0.21 | 235.38 | 0.73 | 0.46 |
| Hex | 20 | 2D | C9 | 54 | 4E | 0 | 15 | EB | 49 | 2E |
| Octal | 40 | 55 | 311 | 124 | 116 | 0 | 25 | 353 | 111 | 56 |
| Binary | 100000 | 101101 | 11001001 | 1010100 | 1001110 | 0 | 10101 | 11101011 | 1001001 | 101110 |
Color Harmonies of #202DC9
Complementary color
Monochromatic Colors of #202DC9
Black with #202DC9
Text Example
Text Example
White with #202DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202DC9; }
p { color: rgb(32,45,201); }
H1.HeaderClassName
{
color: #202DC9;
}
.AnyTagClassName
{
color: #202DC9;
}
</style>
background-color css
<style>
a { background-color: #202DC9; }
a { background-color: rgb(32,45,201); }
div.DivClassName
{
background-color: #202DC9;
}
.BgClassName
{
background-color: #202DC9;
}
</style>
border-color css
<style>
span { border-color: #202DC9; }
span { border-color: rgb(32,45,201); }
td.TdClassName
{
border-color: #202DC9;
}
.TagClassName
{
border-color: #202DC9;
}
</style>