Shades of Persian Blue #201DBC
Tints of Persian Blue #201DBC
RGB
CMYK
RGB Variations
Color information
#201DBC (or 0x201DBC) is known color: Persian Blue. HEX triplet: 20, 1D and BC. RGB value is (32,29,188). Sum of RGB (Red+Green+Blue) = 32+29+188=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 29 (11.72% from 255 or 11.65% from 249); Blue value is 188 (73.83% from 255 or 75.50% from 249); Max value from RGB is 188 - color contains mainly: blue. Hex color #201DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201DBC is #DFE243. Grayscale: #2F2F2F. Windows color (decimal): -14672452 or 12328224. OLE color: 12328224.
HSL color Cylindrical-coordinate representation of color #201DBC: hue angle of 241.13º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201DBC is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 29 | 188 | - |
| CMYK | 0.83 | 0.85 | 0 | 0.26 |
| HSL | 241.13º | 0.73% | 0.43% | - |
| HSV(B) | 241.13º | 0.85% | 0.74% | - |
| XYZ | 10.11 | 4.82 | 47.97 | - |
| YUV | 48.02 | 206.99 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 188 | 0.83 | 0.85 | 0 | 0.26 | 241.13 | 0.73 | 0.43 |
| Hex | 20 | 1D | BC | 53 | 55 | 0 | 1A | F1 | 49 | 2B |
| Octal | 40 | 35 | 274 | 123 | 125 | 0 | 32 | 361 | 111 | 53 |
| Binary | 100000 | 11101 | 10111100 | 1010011 | 1010101 | 0 | 11010 | 11110001 | 1001001 | 101011 |
Color Harmonies of #201DBC
Complementary color
Monochromatic Colors of #201DBC
Black with #201DBC
Text Example
Text Example
White with #201DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201DBC; }
p { color: rgb(32,29,188); }
H1.HeaderClassName
{
color: #201DBC;
}
.AnyTagClassName
{
color: #201DBC;
}
</style>
background-color css
<style>
a { background-color: #201DBC; }
a { background-color: rgb(32,29,188); }
div.DivClassName
{
background-color: #201DBC;
}
.BgClassName
{
background-color: #201DBC;
}
</style>
border-color css
<style>
span { border-color: #201DBC; }
span { border-color: rgb(32,29,188); }
td.TdClassName
{
border-color: #201DBC;
}
.TagClassName
{
border-color: #201DBC;
}
</style>