Shades of Persian Blue #201FD4
Tints of Persian Blue #201FD4
RGB
CMYK
RGB Variations
Color information
#201FD4 (or 0x201FD4) is known color: Persian Blue. HEX triplet: 20, 1F and D4. RGB value is (32,31,212). Sum of RGB (Red+Green+Blue) = 32+31+212=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 31 (12.5% from 255 or 11.27% from 275); Blue value is 212 (83.20% from 255 or 77.09% from 275); Max value from RGB is 212 - color contains mainly: blue. Hex color #201FD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201FD4 is #DFE02B. Grayscale: #333333. Windows color (decimal): -14671916 or 13901600. OLE color: 13901600.
HSL color Cylindrical-coordinate representation of color #201FD4: hue angle of 240.33º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201FD4 is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 32 | 31 | 212 | - |
| CMYK | 0.85 | 0.85 | 0 | 0.17 |
| HSL | 240.33º | 0.74% | 0.48% | - |
| HSV(B) | 240.33º | 0.85% | 0.83% | - |
| XYZ | 12.97 | 6.04 | 62.77 | - |
| YUV | 51.93 | 218.33 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 212 | 0.85 | 0.85 | 0 | 0.17 | 240.33 | 0.74 | 0.48 |
| Hex | 20 | 1F | D4 | 55 | 55 | 0 | 11 | F0 | 4A | 30 |
| Octal | 40 | 37 | 324 | 125 | 125 | 0 | 21 | 360 | 112 | 60 |
| Binary | 100000 | 11111 | 11010100 | 1010101 | 1010101 | 0 | 10001 | 11110000 | 1001010 | 110000 |
Color Harmonies of #201FD4
Complementary color
Monochromatic Colors of #201FD4
Black with #201FD4
Text Example
Text Example
White with #201FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201FD4; }
p { color: rgb(32,31,212); }
H1.HeaderClassName
{
color: #201FD4;
}
.AnyTagClassName
{
color: #201FD4;
}
</style>
background-color css
<style>
a { background-color: #201FD4; }
a { background-color: rgb(32,31,212); }
div.DivClassName
{
background-color: #201FD4;
}
.BgClassName
{
background-color: #201FD4;
}
</style>
border-color css
<style>
span { border-color: #201FD4; }
span { border-color: rgb(32,31,212); }
td.TdClassName
{
border-color: #201FD4;
}
.TagClassName
{
border-color: #201FD4;
}
</style>