Shades of Persian Blue #2041DD
Tints of Persian Blue #2041DD
RGB
CMYK
RGB Variations
Color information
#2041DD (or 0x2041DD) is known color: Persian Blue. HEX triplet: 20, 41 and DD. RGB value is (32,65,221). Sum of RGB (Red+Green+Blue) = 32+65+221=318 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.06% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 221 (86.72% from 255 or 69.50% from 318); Max value from RGB is 221 - color contains mainly: blue. Hex color #2041DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2041DD is #DFBE22. Grayscale: #484848. Windows color (decimal): -14663203 or 14500128. OLE color: 14500128.
HSL color Cylindrical-coordinate representation of color #2041DD: hue angle of 229.52º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2041DD is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 65 | 221 | - |
| CMYK | 0.86 | 0.71 | 0 | 0.13 |
| HSL | 229.52º | 0.75% | 0.5% | - |
| HSV(B) | 229.52º | 0.86% | 0.87% | - |
| XYZ | 15.54 | 9.31 | 69.38 | - |
| YUV | 72.92 | 211.57 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 221 | 0.86 | 0.71 | 0 | 0.13 | 229.52 | 0.75 | 0.5 |
| Hex | 20 | 41 | DD | 56 | 47 | 0 | D | E6 | 4B | 32 |
| Octal | 40 | 101 | 335 | 126 | 107 | 0 | 15 | 346 | 113 | 62 |
| Binary | 100000 | 1000001 | 11011101 | 1010110 | 1000111 | 0 | 1101 | 11100110 | 1001011 | 110010 |
Color Harmonies of #2041DD
Complementary color
Monochromatic Colors of #2041DD
Black with #2041DD
Text Example
Text Example
White with #2041DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2041DD; }
p { color: rgb(32,65,221); }
H1.HeaderClassName
{
color: #2041DD;
}
.AnyTagClassName
{
color: #2041DD;
}
</style>
background-color css
<style>
a { background-color: #2041DD; }
a { background-color: rgb(32,65,221); }
div.DivClassName
{
background-color: #2041DD;
}
.BgClassName
{
background-color: #2041DD;
}
</style>
border-color css
<style>
span { border-color: #2041DD; }
span { border-color: rgb(32,65,221); }
td.TdClassName
{
border-color: #2041DD;
}
.TagClassName
{
border-color: #2041DD;
}
</style>