Shades of Persian Blue #2040DC
Tints of Persian Blue #2040DC
RGB
CMYK
RGB Variations
Color information
#2040DC (or 0x2040DC) is known color: Persian Blue. HEX triplet: 20, 40 and DC. RGB value is (32,64,220). Sum of RGB (Red+Green+Blue) = 32+64+220=316 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.13% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 220 (86.33% from 255 or 69.62% from 316); Max value from RGB is 220 - color contains mainly: blue. Hex color #2040DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2040DC is #DFBF23. Grayscale: #474747. Windows color (decimal): -14663460 or 14434336. OLE color: 14434336.
HSL color Cylindrical-coordinate representation of color #2040DC: hue angle of 229.79º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2040DC is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 64 | 220 | - |
| CMYK | 0.85 | 0.71 | 0 | 0.14 |
| HSL | 229.79º | 0.75% | 0.49% | - |
| HSV(B) | 229.79º | 0.85% | 0.86% | - |
| XYZ | 15.35 | 9.14 | 68.67 | - |
| YUV | 72.22 | 211.4 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 220 | 0.85 | 0.71 | 0 | 0.14 | 229.79 | 0.75 | 0.49 |
| Hex | 20 | 40 | DC | 55 | 47 | 0 | E | E6 | 4B | 31 |
| Octal | 40 | 100 | 334 | 125 | 107 | 0 | 16 | 346 | 113 | 61 |
| Binary | 100000 | 1000000 | 11011100 | 1010101 | 1000111 | 0 | 1110 | 11100110 | 1001011 | 110001 |
Color Harmonies of #2040DC
Complementary color
Monochromatic Colors of #2040DC
Black with #2040DC
Text Example
Text Example
White with #2040DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2040DC; }
p { color: rgb(32,64,220); }
H1.HeaderClassName
{
color: #2040DC;
}
.AnyTagClassName
{
color: #2040DC;
}
</style>
background-color css
<style>
a { background-color: #2040DC; }
a { background-color: rgb(32,64,220); }
div.DivClassName
{
background-color: #2040DC;
}
.BgClassName
{
background-color: #2040DC;
}
</style>
border-color css
<style>
span { border-color: #2040DC; }
span { border-color: rgb(32,64,220); }
td.TdClassName
{
border-color: #2040DC;
}
.TagClassName
{
border-color: #2040DC;
}
</style>