Shades of Persian Blue #201FD7
Tints of Persian Blue #201FD7
RGB
CMYK
RGB Variations
Color information
#201FD7 (or 0x201FD7) is known color: Persian Blue. HEX triplet: 20, 1F and D7. RGB value is (32,31,215). Sum of RGB (Red+Green+Blue) = 32+31+215=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 31 (12.5% from 255 or 11.15% from 278); Blue value is 215 (84.38% from 255 or 77.34% from 278); Max value from RGB is 215 - color contains mainly: blue. Hex color #201FD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201FD7 is #DFE028. Grayscale: #333333. Windows color (decimal): -14671913 or 14098208. OLE color: 14098208.
HSL color Cylindrical-coordinate representation of color #201FD7: hue angle of 240.33º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #201FD7 is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 31 | 215 | - |
| CMYK | 0.85 | 0.86 | 0 | 0.16 |
| HSL | 240.33º | 0.75% | 0.48% | - |
| HSV(B) | 240.33º | 0.86% | 0.84% | - |
| XYZ | 13.35 | 6.19 | 64.78 | - |
| YUV | 52.28 | 219.83 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 215 | 0.85 | 0.86 | 0 | 0.16 | 240.33 | 0.75 | 0.48 |
| Hex | 20 | 1F | D7 | 55 | 56 | 0 | 10 | F0 | 4B | 30 |
| Octal | 40 | 37 | 327 | 125 | 126 | 0 | 20 | 360 | 113 | 60 |
| Binary | 100000 | 11111 | 11010111 | 1010101 | 1010110 | 0 | 10000 | 11110000 | 1001011 | 110000 |
Color Harmonies of #201FD7
Complementary color
Monochromatic Colors of #201FD7
Black with #201FD7
Text Example
Text Example
White with #201FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201FD7; }
p { color: rgb(32,31,215); }
H1.HeaderClassName
{
color: #201FD7;
}
.AnyTagClassName
{
color: #201FD7;
}
</style>
background-color css
<style>
a { background-color: #201FD7; }
a { background-color: rgb(32,31,215); }
div.DivClassName
{
background-color: #201FD7;
}
.BgClassName
{
background-color: #201FD7;
}
</style>
border-color css
<style>
span { border-color: #201FD7; }
span { border-color: rgb(32,31,215); }
td.TdClassName
{
border-color: #201FD7;
}
.TagClassName
{
border-color: #201FD7;
}
</style>