Shades of Persian Blue #201CB9
Tints of Persian Blue #201CB9
RGB
CMYK
RGB Variations
Color information
#201CB9 (or 0x201CB9) is known color: Persian Blue. HEX triplet: 20, 1C and B9. RGB value is (32,28,185). Sum of RGB (Red+Green+Blue) = 32+28+185=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 185 (72.66% from 255 or 75.51% from 245); Max value from RGB is 185 - color contains mainly: blue. Hex color #201CB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201CB9 is #DFE346. Grayscale: #2E2E2E. Windows color (decimal): -14672711 or 12131360. OLE color: 12131360.
HSL color Cylindrical-coordinate representation of color #201CB9: hue angle of 241.53º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201CB9 is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 28 | 185 | - |
| CMYK | 0.83 | 0.85 | 0 | 0.27 |
| HSL | 241.53º | 0.74% | 0.42% | - |
| HSV(B) | 241.53º | 0.85% | 0.73% | - |
| XYZ | 9.77 | 4.64 | 46.28 | - |
| YUV | 47.09 | 205.83 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 185 | 0.83 | 0.85 | 0 | 0.27 | 241.53 | 0.74 | 0.42 |
| Hex | 20 | 1C | B9 | 53 | 55 | 0 | 1B | F2 | 4A | 2A |
| Octal | 40 | 34 | 271 | 123 | 125 | 0 | 33 | 362 | 112 | 52 |
| Binary | 100000 | 11100 | 10111001 | 1010011 | 1010101 | 0 | 11011 | 11110010 | 1001010 | 101010 |
Color Harmonies of #201CB9
Complementary color
Monochromatic Colors of #201CB9
Black with #201CB9
Text Example
Text Example
White with #201CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201CB9; }
p { color: rgb(32,28,185); }
H1.HeaderClassName
{
color: #201CB9;
}
.AnyTagClassName
{
color: #201CB9;
}
</style>
background-color css
<style>
a { background-color: #201CB9; }
a { background-color: rgb(32,28,185); }
div.DivClassName
{
background-color: #201CB9;
}
.BgClassName
{
background-color: #201CB9;
}
</style>
border-color css
<style>
span { border-color: #201CB9; }
span { border-color: rgb(32,28,185); }
td.TdClassName
{
border-color: #201CB9;
}
.TagClassName
{
border-color: #201CB9;
}
</style>