Shades of Persian Blue #202FE6
Tints of Persian Blue #202FE6
RGB
CMYK
RGB Variations
Color information
#202FE6 (or 0x202FE6) is known color: Persian Blue. HEX triplet: 20, 2F and E6. RGB value is (32,47,230). Sum of RGB (Red+Green+Blue) = 32+47+230=309 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.36% from 309); Green value is 47 (18.75% from 255 or 15.21% from 309); Blue value is 230 (90.23% from 255 or 74.43% from 309); Max value from RGB is 230 - color contains mainly: blue. Hex color #202FE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #202FE6 is #DFD019. Grayscale: #3E3E3E. Windows color (decimal): -14667802 or 15085344. OLE color: 15085344.
HSL color Cylindrical-coordinate representation of color #202FE6: hue angle of 235.45º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #202FE6 is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 32 | 47 | 230 | - |
| CMYK | 0.86 | 0.80 | 0 | 0.10 |
| HSL | 235.45º | 0.8% | 0.51% | - |
| HSV(B) | 235.45º | 0.86% | 0.9% | - |
| XYZ | 15.9 | 8.05 | 75.58 | - |
| YUV | 63.38 | 222.03 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 230 | 0.86 | 0.80 | 0 | 0.10 | 235.45 | 0.8 | 0.51 |
| Hex | 20 | 2F | E6 | 56 | 50 | 0 | A | EB | 50 | 33 |
| Octal | 40 | 57 | 346 | 126 | 120 | 0 | 12 | 353 | 120 | 63 |
| Binary | 100000 | 101111 | 11100110 | 1010110 | 1010000 | 0 | 1010 | 11101011 | 1010000 | 110011 |
Color Harmonies of #202FE6
Complementary color
Monochromatic Colors of #202FE6
Black with #202FE6
Text Example
Text Example
White with #202FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202FE6; }
p { color: rgb(32,47,230); }
H1.HeaderClassName
{
color: #202FE6;
}
.AnyTagClassName
{
color: #202FE6;
}
</style>
background-color css
<style>
a { background-color: #202FE6; }
a { background-color: rgb(32,47,230); }
div.DivClassName
{
background-color: #202FE6;
}
.BgClassName
{
background-color: #202FE6;
}
</style>
border-color css
<style>
span { border-color: #202FE6; }
span { border-color: rgb(32,47,230); }
td.TdClassName
{
border-color: #202FE6;
}
.TagClassName
{
border-color: #202FE6;
}
</style>