Shades of Persian Blue #201BD2
Tints of Persian Blue #201BD2
RGB
CMYK
RGB Variations
Color information
#201BD2 (or 0x201BD2) is known color: Persian Blue. HEX triplet: 20, 1B and D2. RGB value is (32,27,210). Sum of RGB (Red+Green+Blue) = 32+27+210=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 27 (10.94% from 255 or 10.04% from 269); Blue value is 210 (82.42% from 255 or 78.07% from 269); Max value from RGB is 210 - color contains mainly: blue. Hex color #201BD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201BD2 is #DFE42D. Grayscale: #303030. Windows color (decimal): -14672942 or 13769504. OLE color: 13769504.
HSL color Cylindrical-coordinate representation of color #201BD2: hue angle of 241.64º 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 #201BD2 is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 27 | 210 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.18 |
| HSL | 241.64º | 0.77% | 0.46% | - |
| HSV(B) | 241.64º | 0.87% | 0.82% | - |
| XYZ | 12.62 | 5.74 | 61.42 | - |
| YUV | 49.36 | 218.66 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 210 | 0.85 | 0.87 | 0 | 0.18 | 241.64 | 0.77 | 0.46 |
| Hex | 20 | 1B | D2 | 55 | 57 | 0 | 12 | F2 | 4D | 2E |
| Octal | 40 | 33 | 322 | 125 | 127 | 0 | 22 | 362 | 115 | 56 |
| Binary | 100000 | 11011 | 11010010 | 1010101 | 1010111 | 0 | 10010 | 11110010 | 1001101 | 101110 |
Color Harmonies of #201BD2
Complementary color
Monochromatic Colors of #201BD2
Black with #201BD2
Text Example
Text Example
White with #201BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201BD2; }
p { color: rgb(32,27,210); }
H1.HeaderClassName
{
color: #201BD2;
}
.AnyTagClassName
{
color: #201BD2;
}
</style>
background-color css
<style>
a { background-color: #201BD2; }
a { background-color: rgb(32,27,210); }
div.DivClassName
{
background-color: #201BD2;
}
.BgClassName
{
background-color: #201BD2;
}
</style>
border-color css
<style>
span { border-color: #201BD2; }
span { border-color: rgb(32,27,210); }
td.TdClassName
{
border-color: #201BD2;
}
.TagClassName
{
border-color: #201BD2;
}
</style>