Shades of Persian Blue #201DD2
Tints of Persian Blue #201DD2
RGB
CMYK
RGB Variations
Color information
#201DD2 (or 0x201DD2) is known color: Persian Blue. HEX triplet: 20, 1D and D2. RGB value is (32,29,210). Sum of RGB (Red+Green+Blue) = 32+29+210=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 29 (11.72% from 255 or 10.70% from 271); Blue value is 210 (82.42% from 255 or 77.49% from 271); Max value from RGB is 210 - color contains mainly: blue. Hex color #201DD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201DD2 is #DFE22D. Grayscale: #313131. Windows color (decimal): -14672430 or 13770016. OLE color: 13770016.
HSL color Cylindrical-coordinate representation of color #201DD2: hue angle of 240.99º 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 #201DD2 is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 29 | 210 | - |
| CMYK | 0.85 | 0.86 | 0 | 0.18 |
| HSL | 240.99º | 0.76% | 0.47% | - |
| HSV(B) | 240.99º | 0.86% | 0.82% | - |
| XYZ | 12.67 | 5.84 | 61.43 | - |
| YUV | 50.53 | 217.99 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 210 | 0.85 | 0.86 | 0 | 0.18 | 240.99 | 0.76 | 0.47 |
| Hex | 20 | 1D | D2 | 55 | 56 | 0 | 12 | F1 | 4C | 2F |
| Octal | 40 | 35 | 322 | 125 | 126 | 0 | 22 | 361 | 114 | 57 |
| Binary | 100000 | 11101 | 11010010 | 1010101 | 1010110 | 0 | 10010 | 11110001 | 1001100 | 101111 |
Color Harmonies of #201DD2
Complementary color
Monochromatic Colors of #201DD2
Black with #201DD2
Text Example
Text Example
White with #201DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201DD2; }
p { color: rgb(32,29,210); }
H1.HeaderClassName
{
color: #201DD2;
}
.AnyTagClassName
{
color: #201DD2;
}
</style>
background-color css
<style>
a { background-color: #201DD2; }
a { background-color: rgb(32,29,210); }
div.DivClassName
{
background-color: #201DD2;
}
.BgClassName
{
background-color: #201DD2;
}
</style>
border-color css
<style>
span { border-color: #201DD2; }
span { border-color: rgb(32,29,210); }
td.TdClassName
{
border-color: #201DD2;
}
.TagClassName
{
border-color: #201DD2;
}
</style>