Shades of Persian Blue #201DD1
Tints of Persian Blue #201DD1
RGB
CMYK
RGB Variations
Color information
#201DD1 (or 0x201DD1) is known color: Persian Blue. HEX triplet: 20, 1D and D1. RGB value is (32,29,209). Sum of RGB (Red+Green+Blue) = 32+29+209=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 209 (82.03% from 255 or 77.41% from 270); Max value from RGB is 209 - color contains mainly: blue. Hex color #201DD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201DD1 is #DFE22E. Grayscale: #313131. Windows color (decimal): -14672431 or 13704480. OLE color: 13704480.
HSL color Cylindrical-coordinate representation of color #201DD1: hue angle of 241º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #201DD1 is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 29 | 209 | - |
| CMYK | 0.85 | 0.86 | 0 | 0.18 |
| HSL | 241º | 0.76% | 0.47% | - |
| HSV(B) | 241º | 0.86% | 0.82% | - |
| XYZ | 12.54 | 5.79 | 60.78 | - |
| YUV | 50.42 | 217.49 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 209 | 0.85 | 0.86 | 0 | 0.18 | 241 | 0.76 | 0.47 |
| Hex | 20 | 1D | D1 | 55 | 56 | 0 | 12 | F1 | 4C | 2F |
| Octal | 40 | 35 | 321 | 125 | 126 | 0 | 22 | 361 | 114 | 57 |
| Binary | 100000 | 11101 | 11010001 | 1010101 | 1010110 | 0 | 10010 | 11110001 | 1001100 | 101111 |
Color Harmonies of #201DD1
Complementary color
Monochromatic Colors of #201DD1
Black with #201DD1
Text Example
Text Example
White with #201DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201DD1; }
p { color: rgb(32,29,209); }
H1.HeaderClassName
{
color: #201DD1;
}
.AnyTagClassName
{
color: #201DD1;
}
</style>
background-color css
<style>
a { background-color: #201DD1; }
a { background-color: rgb(32,29,209); }
div.DivClassName
{
background-color: #201DD1;
}
.BgClassName
{
background-color: #201DD1;
}
</style>
border-color css
<style>
span { border-color: #201DD1; }
span { border-color: rgb(32,29,209); }
td.TdClassName
{
border-color: #201DD1;
}
.TagClassName
{
border-color: #201DD1;
}
</style>