Shades of Persian Blue #201FDB
Tints of Persian Blue #201FDB
RGB
CMYK
RGB Variations
Color information
#201FDB (or 0x201FDB) is known color: Persian Blue. HEX triplet: 20, 1F and DB. RGB value is (32,31,219). Sum of RGB (Red+Green+Blue) = 32+31+219=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 31 (12.5% from 255 or 10.99% from 282); Blue value is 219 (85.94% from 255 or 77.66% from 282); Max value from RGB is 219 - color contains mainly: blue. Hex color #201FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201FDB is #DFE024. Grayscale: #333333. Windows color (decimal): -14671909 or 14360352. OLE color: 14360352.
HSL color Cylindrical-coordinate representation of color #201FDB: hue angle of 240.32º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #201FDB is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 31 | 219 | - |
| CMYK | 0.85 | 0.86 | 0 | 0.14 |
| HSL | 240.32º | 0.75% | 0.49% | - |
| HSV(B) | 240.32º | 0.86% | 0.86% | - |
| XYZ | 13.87 | 6.4 | 67.52 | - |
| YUV | 52.73 | 221.83 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 219 | 0.85 | 0.86 | 0 | 0.14 | 240.32 | 0.75 | 0.49 |
| Hex | 20 | 1F | DB | 55 | 56 | 0 | E | F0 | 4B | 31 |
| Octal | 40 | 37 | 333 | 125 | 126 | 0 | 16 | 360 | 113 | 61 |
| Binary | 100000 | 11111 | 11011011 | 1010101 | 1010110 | 0 | 1110 | 11110000 | 1001011 | 110001 |
Color Harmonies of #201FDB
Complementary color
Monochromatic Colors of #201FDB
Black with #201FDB
Text Example
Text Example
White with #201FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201FDB; }
p { color: rgb(32,31,219); }
H1.HeaderClassName
{
color: #201FDB;
}
.AnyTagClassName
{
color: #201FDB;
}
</style>
background-color css
<style>
a { background-color: #201FDB; }
a { background-color: rgb(32,31,219); }
div.DivClassName
{
background-color: #201FDB;
}
.BgClassName
{
background-color: #201FDB;
}
</style>
border-color css
<style>
span { border-color: #201FDB; }
span { border-color: rgb(32,31,219); }
td.TdClassName
{
border-color: #201FDB;
}
.TagClassName
{
border-color: #201FDB;
}
</style>