Shades of Persian Blue #202FE9
Tints of Persian Blue #202FE9
RGB
CMYK
RGB Variations
Color information
#202FE9 (or 0x202FE9) is known color: Persian Blue. HEX triplet: 20, 2F and E9. RGB value is (32,47,233). Sum of RGB (Red+Green+Blue) = 32+47+233=312 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.26% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 233 (91.41% from 255 or 74.68% from 312); Max value from RGB is 233 - color contains mainly: blue. Hex color #202FE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #202FE9 is #DFD016. Grayscale: #3E3E3E. Windows color (decimal): -14667799 or 15281952. OLE color: 15281952.
HSL color Cylindrical-coordinate representation of color #202FE9: hue angle of 235.52º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #202FE9 is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 47 | 233 | - |
| CMYK | 0.86 | 0.80 | 0 | 0.09 |
| HSL | 235.52º | 0.82% | 0.52% | - |
| HSV(B) | 235.52º | 0.86% | 0.91% | - |
| XYZ | 16.32 | 8.22 | 77.82 | - |
| YUV | 63.72 | 223.53 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 233 | 0.86 | 0.80 | 0 | 0.09 | 235.52 | 0.82 | 0.52 |
| Hex | 20 | 2F | E9 | 56 | 50 | 0 | 9 | EC | 52 | 34 |
| Octal | 40 | 57 | 351 | 126 | 120 | 0 | 11 | 354 | 122 | 64 |
| Binary | 100000 | 101111 | 11101001 | 1010110 | 1010000 | 0 | 1001 | 11101100 | 1010010 | 110100 |
Color Harmonies of #202FE9
Complementary color
Monochromatic Colors of #202FE9
Black with #202FE9
Text Example
Text Example
White with #202FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202FE9; }
p { color: rgb(32,47,233); }
H1.HeaderClassName
{
color: #202FE9;
}
.AnyTagClassName
{
color: #202FE9;
}
</style>
background-color css
<style>
a { background-color: #202FE9; }
a { background-color: rgb(32,47,233); }
div.DivClassName
{
background-color: #202FE9;
}
.BgClassName
{
background-color: #202FE9;
}
</style>
border-color css
<style>
span { border-color: #202FE9; }
span { border-color: rgb(32,47,233); }
td.TdClassName
{
border-color: #202FE9;
}
.TagClassName
{
border-color: #202FE9;
}
</style>