Shades of Persian Blue #201EDC
Tints of Persian Blue #201EDC
RGB
CMYK
RGB Variations
Color information
#201EDC (or 0x201EDC) is known color: Persian Blue. HEX triplet: 20, 1E and DC. RGB value is (32,30,220). Sum of RGB (Red+Green+Blue) = 32+30+220=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 30 (12.11% from 255 or 10.64% from 282); Blue value is 220 (86.33% from 255 or 78.01% from 282); Max value from RGB is 220 - color contains mainly: blue. Hex color #201EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201EDC is #DFE123. Grayscale: #333333. Windows color (decimal): -14672164 or 14425632. OLE color: 14425632.
HSL color Cylindrical-coordinate representation of color #201EDC: hue angle of 240.63º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #201EDC is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 30 | 220 | - |
| CMYK | 0.85 | 0.86 | 0 | 0.14 |
| HSL | 240.63º | 0.76% | 0.49% | - |
| HSV(B) | 240.63º | 0.86% | 0.86% | - |
| XYZ | 13.98 | 6.4 | 68.21 | - |
| YUV | 52.26 | 222.66 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 30 | 220 | 0.85 | 0.86 | 0 | 0.14 | 240.63 | 0.76 | 0.49 |
| Hex | 20 | 1E | DC | 55 | 56 | 0 | E | F1 | 4C | 31 |
| Octal | 40 | 36 | 334 | 125 | 126 | 0 | 16 | 361 | 114 | 61 |
| Binary | 100000 | 11110 | 11011100 | 1010101 | 1010110 | 0 | 1110 | 11110001 | 1001100 | 110001 |
Color Harmonies of #201EDC
Complementary color
Monochromatic Colors of #201EDC
Black with #201EDC
Text Example
Text Example
White with #201EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201EDC; }
p { color: rgb(32,30,220); }
H1.HeaderClassName
{
color: #201EDC;
}
.AnyTagClassName
{
color: #201EDC;
}
</style>
background-color css
<style>
a { background-color: #201EDC; }
a { background-color: rgb(32,30,220); }
div.DivClassName
{
background-color: #201EDC;
}
.BgClassName
{
background-color: #201EDC;
}
</style>
border-color css
<style>
span { border-color: #201EDC; }
span { border-color: rgb(32,30,220); }
td.TdClassName
{
border-color: #201EDC;
}
.TagClassName
{
border-color: #201EDC;
}
</style>