Shades of Persian Blue #2040BF
Tints of Persian Blue #2040BF
RGB
CMYK
RGB Variations
Color information
#2040BF (or 0x2040BF) is known color: Persian Blue. HEX triplet: 20, 40 and BF. RGB value is (32,64,191). Sum of RGB (Red+Green+Blue) = 32+64+191=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 191 (75% from 255 or 66.55% from 287); Max value from RGB is 191 - color contains mainly: blue. Hex color #2040BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2040BF is #DFBF40. Grayscale: #444444. Windows color (decimal): -14663489 or 12533792. OLE color: 12533792.
HSL color Cylindrical-coordinate representation of color #2040BF: hue angle of 227.92º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2040BF is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 64 | 191 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.25 |
| HSL | 227.92º | 0.71% | 0.44% | - |
| HSV(B) | 227.92º | 0.83% | 0.75% | - |
| XYZ | 11.83 | 7.74 | 50.16 | - |
| YUV | 68.91 | 196.9 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 191 | 0.83 | 0.66 | 0 | 0.25 | 227.92 | 0.71 | 0.44 |
| Hex | 20 | 40 | BF | 53 | 42 | 0 | 19 | E4 | 47 | 2C |
| Octal | 40 | 100 | 277 | 123 | 102 | 0 | 31 | 344 | 107 | 54 |
| Binary | 100000 | 1000000 | 10111111 | 1010011 | 1000010 | 0 | 11001 | 11100100 | 1000111 | 101100 |
Color Harmonies of #2040BF
Complementary color
Monochromatic Colors of #2040BF
Black with #2040BF
Text Example
Text Example
White with #2040BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2040BF; }
p { color: rgb(32,64,191); }
H1.HeaderClassName
{
color: #2040BF;
}
.AnyTagClassName
{
color: #2040BF;
}
</style>
background-color css
<style>
a { background-color: #2040BF; }
a { background-color: rgb(32,64,191); }
div.DivClassName
{
background-color: #2040BF;
}
.BgClassName
{
background-color: #2040BF;
}
</style>
border-color css
<style>
span { border-color: #2040BF; }
span { border-color: rgb(32,64,191); }
td.TdClassName
{
border-color: #2040BF;
}
.TagClassName
{
border-color: #2040BF;
}
</style>