Shades of Persian Blue #201ED0
Tints of Persian Blue #201ED0
RGB
CMYK
RGB Variations
Color information
#201ED0 (or 0x201ED0) is known color: Persian Blue. HEX triplet: 20, 1E and D0. RGB value is (32,30,208). Sum of RGB (Red+Green+Blue) = 32+30+208=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 208 (81.64% from 255 or 77.04% from 270); Max value from RGB is 208 - color contains mainly: blue. Hex color #201ED0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201ED0 is #DFE12F. Grayscale: #323232. Windows color (decimal): -14672176 or 13639200. OLE color: 13639200.
HSL color Cylindrical-coordinate representation of color #201ED0: hue angle of 240.67º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #201ED0 is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 30 | 208 | - |
| CMYK | 0.85 | 0.86 | 0 | 0.18 |
| HSL | 240.67º | 0.75% | 0.47% | - |
| HSV(B) | 240.67º | 0.86% | 0.82% | - |
| XYZ | 12.45 | 5.79 | 60.14 | - |
| YUV | 50.89 | 216.66 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 30 | 208 | 0.85 | 0.86 | 0 | 0.18 | 240.67 | 0.75 | 0.47 |
| Hex | 20 | 1E | D0 | 55 | 56 | 0 | 12 | F1 | 4B | 2F |
| Octal | 40 | 36 | 320 | 125 | 126 | 0 | 22 | 361 | 113 | 57 |
| Binary | 100000 | 11110 | 11010000 | 1010101 | 1010110 | 0 | 10010 | 11110001 | 1001011 | 101111 |
Color Harmonies of #201ED0
Complementary color
Monochromatic Colors of #201ED0
Black with #201ED0
Text Example
Text Example
White with #201ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201ED0; }
p { color: rgb(32,30,208); }
H1.HeaderClassName
{
color: #201ED0;
}
.AnyTagClassName
{
color: #201ED0;
}
</style>
background-color css
<style>
a { background-color: #201ED0; }
a { background-color: rgb(32,30,208); }
div.DivClassName
{
background-color: #201ED0;
}
.BgClassName
{
background-color: #201ED0;
}
</style>
border-color css
<style>
span { border-color: #201ED0; }
span { border-color: rgb(32,30,208); }
td.TdClassName
{
border-color: #201ED0;
}
.TagClassName
{
border-color: #201ED0;
}
</style>