Shades of Persian Blue #2041BA
Tints of Persian Blue #2041BA
RGB
CMYK
RGB Variations
Color information
#2041BA (or 0x2041BA) is known color: Persian Blue. HEX triplet: 20, 41 and BA. RGB value is (32,65,186). Sum of RGB (Red+Green+Blue) = 32+65+186=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #2041BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2041BA is #DFBE45. Grayscale: #444444. Windows color (decimal): -14663238 or 12206368. OLE color: 12206368.
HSL color Cylindrical-coordinate representation of color #2041BA: hue angle of 227.14º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2041BA is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 65 | 186 | - |
| CMYK | 0.83 | 0.65 | 0 | 0.27 |
| HSL | 227.14º | 0.71% | 0.43% | - |
| HSV(B) | 227.14º | 0.83% | 0.73% | - |
| XYZ | 11.35 | 7.63 | 47.33 | - |
| YUV | 68.93 | 194.07 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 186 | 0.83 | 0.65 | 0 | 0.27 | 227.14 | 0.71 | 0.43 |
| Hex | 20 | 41 | BA | 53 | 41 | 0 | 1B | E3 | 47 | 2B |
| Octal | 40 | 101 | 272 | 123 | 101 | 0 | 33 | 343 | 107 | 53 |
| Binary | 100000 | 1000001 | 10111010 | 1010011 | 1000001 | 0 | 11011 | 11100011 | 1000111 | 101011 |
Color Harmonies of #2041BA
Complementary color
Monochromatic Colors of #2041BA
Black with #2041BA
Text Example
Text Example
White with #2041BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2041BA; }
p { color: rgb(32,65,186); }
H1.HeaderClassName
{
color: #2041BA;
}
.AnyTagClassName
{
color: #2041BA;
}
</style>
background-color css
<style>
a { background-color: #2041BA; }
a { background-color: rgb(32,65,186); }
div.DivClassName
{
background-color: #2041BA;
}
.BgClassName
{
background-color: #2041BA;
}
</style>
border-color css
<style>
span { border-color: #2041BA; }
span { border-color: rgb(32,65,186); }
td.TdClassName
{
border-color: #2041BA;
}
.TagClassName
{
border-color: #2041BA;
}
</style>