Shades of Persian Blue #201BD1
Tints of Persian Blue #201BD1
RGB
CMYK
RGB Variations
Color information
#201BD1 (or 0x201BD1) is known color: Persian Blue. HEX triplet: 20, 1B and D1. RGB value is (32,27,209). Sum of RGB (Red+Green+Blue) = 32+27+209=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 209 (82.03% from 255 or 77.99% from 268); Max value from RGB is 209 - color contains mainly: blue. Hex color #201BD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201BD1 is #DFE42E. Grayscale: #303030. Windows color (decimal): -14672943 or 13703968. OLE color: 13703968.
HSL color Cylindrical-coordinate representation of color #201BD1: hue angle of 241.65º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #201BD1 is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 27 | 209 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.18 |
| HSL | 241.65º | 0.77% | 0.46% | - |
| HSV(B) | 241.65º | 0.87% | 0.82% | - |
| XYZ | 12.5 | 5.69 | 60.76 | - |
| YUV | 49.24 | 218.16 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 209 | 0.85 | 0.87 | 0 | 0.18 | 241.65 | 0.77 | 0.46 |
| Hex | 20 | 1B | D1 | 55 | 57 | 0 | 12 | F2 | 4D | 2E |
| Octal | 40 | 33 | 321 | 125 | 127 | 0 | 22 | 362 | 115 | 56 |
| Binary | 100000 | 11011 | 11010001 | 1010101 | 1010111 | 0 | 10010 | 11110010 | 1001101 | 101110 |
Color Harmonies of #201BD1
Complementary color
Monochromatic Colors of #201BD1
Black with #201BD1
Text Example
Text Example
White with #201BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201BD1; }
p { color: rgb(32,27,209); }
H1.HeaderClassName
{
color: #201BD1;
}
.AnyTagClassName
{
color: #201BD1;
}
</style>
background-color css
<style>
a { background-color: #201BD1; }
a { background-color: rgb(32,27,209); }
div.DivClassName
{
background-color: #201BD1;
}
.BgClassName
{
background-color: #201BD1;
}
</style>
border-color css
<style>
span { border-color: #201BD1; }
span { border-color: rgb(32,27,209); }
td.TdClassName
{
border-color: #201BD1;
}
.TagClassName
{
border-color: #201BD1;
}
</style>