Shades of Persian Blue #201DB9
Tints of Persian Blue #201DB9
RGB
CMYK
RGB Variations
Color information
#201DB9 (or 0x201DB9) is known color: Persian Blue. HEX triplet: 20, 1D and B9. RGB value is (32,29,185). Sum of RGB (Red+Green+Blue) = 32+29+185=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 29 (11.72% from 255 or 11.79% from 246); Blue value is 185 (72.66% from 255 or 75.20% from 246); Max value from RGB is 185 - color contains mainly: blue. Hex color #201DB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201DB9 is #DFE246. Grayscale: #2F2F2F. Windows color (decimal): -14672455 or 12131616. OLE color: 12131616.
HSL color Cylindrical-coordinate representation of color #201DB9: hue angle of 241.15º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #201DB9 is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 29 | 185 | - |
| CMYK | 0.83 | 0.84 | 0 | 0.27 |
| HSL | 241.15º | 0.73% | 0.42% | - |
| HSV(B) | 241.15º | 0.84% | 0.73% | - |
| XYZ | 9.79 | 4.69 | 46.29 | - |
| YUV | 47.68 | 205.49 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 185 | 0.83 | 0.84 | 0 | 0.27 | 241.15 | 0.73 | 0.42 |
| Hex | 20 | 1D | B9 | 53 | 54 | 0 | 1B | F1 | 49 | 2A |
| Octal | 40 | 35 | 271 | 123 | 124 | 0 | 33 | 361 | 111 | 52 |
| Binary | 100000 | 11101 | 10111001 | 1010011 | 1010100 | 0 | 11011 | 11110001 | 1001001 | 101010 |
Color Harmonies of #201DB9
Complementary color
Monochromatic Colors of #201DB9
Black with #201DB9
Text Example
Text Example
White with #201DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201DB9; }
p { color: rgb(32,29,185); }
H1.HeaderClassName
{
color: #201DB9;
}
.AnyTagClassName
{
color: #201DB9;
}
</style>
background-color css
<style>
a { background-color: #201DB9; }
a { background-color: rgb(32,29,185); }
div.DivClassName
{
background-color: #201DB9;
}
.BgClassName
{
background-color: #201DB9;
}
</style>
border-color css
<style>
span { border-color: #201DB9; }
span { border-color: rgb(32,29,185); }
td.TdClassName
{
border-color: #201DB9;
}
.TagClassName
{
border-color: #201DB9;
}
</style>