Shades of Persian Blue #201FDC
Tints of Persian Blue #201FDC
RGB
CMYK
RGB Variations
Color information
#201FDC (or 0x201FDC) is known color: Persian Blue. HEX triplet: 20, 1F and DC. RGB value is (32,31,220). Sum of RGB (Red+Green+Blue) = 32+31+220=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 31 (12.5% from 255 or 10.95% from 283); Blue value is 220 (86.33% from 255 or 77.74% from 283); Max value from RGB is 220 - color contains mainly: blue. Hex color #201FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201FDC is #DFE023. Grayscale: #343434. Windows color (decimal): -14671908 or 14425888. OLE color: 14425888.
HSL color Cylindrical-coordinate representation of color #201FDC: 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 #201FDC is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 31 | 220 | - |
| CMYK | 0.85 | 0.86 | 0 | 0.14 |
| HSL | 240.32º | 0.75% | 0.49% | - |
| HSV(B) | 240.32º | 0.86% | 0.86% | - |
| XYZ | 14 | 6.45 | 68.22 | - |
| YUV | 52.85 | 222.33 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 220 | 0.85 | 0.86 | 0 | 0.14 | 240.32 | 0.75 | 0.49 |
| Hex | 20 | 1F | DC | 55 | 56 | 0 | E | F0 | 4B | 31 |
| Octal | 40 | 37 | 334 | 125 | 126 | 0 | 16 | 360 | 113 | 61 |
| Binary | 100000 | 11111 | 11011100 | 1010101 | 1010110 | 0 | 1110 | 11110000 | 1001011 | 110001 |
Color Harmonies of #201FDC
Complementary color
Monochromatic Colors of #201FDC
Black with #201FDC
Text Example
Text Example
White with #201FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201FDC; }
p { color: rgb(32,31,220); }
H1.HeaderClassName
{
color: #201FDC;
}
.AnyTagClassName
{
color: #201FDC;
}
</style>
background-color css
<style>
a { background-color: #201FDC; }
a { background-color: rgb(32,31,220); }
div.DivClassName
{
background-color: #201FDC;
}
.BgClassName
{
background-color: #201FDC;
}
</style>
border-color css
<style>
span { border-color: #201FDC; }
span { border-color: rgb(32,31,220); }
td.TdClassName
{
border-color: #201FDC;
}
.TagClassName
{
border-color: #201FDC;
}
</style>