Shades of Persian Blue #202EC1
Tints of Persian Blue #202EC1
RGB
CMYK
RGB Variations
Color information
#202EC1 (or 0x202EC1) is known color: Persian Blue. HEX triplet: 20, 2E and C1. RGB value is (32,46,193). Sum of RGB (Red+Green+Blue) = 32+46+193=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 193 (75.78% from 255 or 71.22% from 271); Max value from RGB is 193 - color contains mainly: blue. Hex color #202EC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202EC1 is #DFD13E. Grayscale: #393939. Windows color (decimal): -14668095 or 12660256. OLE color: 12660256.
HSL color Cylindrical-coordinate representation of color #202EC1: hue angle of 234.78º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #202EC1 is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 46 | 193 | - |
| CMYK | 0.83 | 0.76 | 0 | 0.24 |
| HSL | 234.78º | 0.72% | 0.44% | - |
| HSV(B) | 234.78º | 0.83% | 0.76% | - |
| XYZ | 11.2 | 6.11 | 51.04 | - |
| YUV | 58.57 | 203.86 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 193 | 0.83 | 0.76 | 0 | 0.24 | 234.78 | 0.72 | 0.44 |
| Hex | 20 | 2E | C1 | 53 | 4C | 0 | 18 | EB | 48 | 2C |
| Octal | 40 | 56 | 301 | 123 | 114 | 0 | 30 | 353 | 110 | 54 |
| Binary | 100000 | 101110 | 11000001 | 1010011 | 1001100 | 0 | 11000 | 11101011 | 1001000 | 101100 |
Color Harmonies of #202EC1
Complementary color
Monochromatic Colors of #202EC1
Black with #202EC1
Text Example
Text Example
White with #202EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202EC1; }
p { color: rgb(32,46,193); }
H1.HeaderClassName
{
color: #202EC1;
}
.AnyTagClassName
{
color: #202EC1;
}
</style>
background-color css
<style>
a { background-color: #202EC1; }
a { background-color: rgb(32,46,193); }
div.DivClassName
{
background-color: #202EC1;
}
.BgClassName
{
background-color: #202EC1;
}
</style>
border-color css
<style>
span { border-color: #202EC1; }
span { border-color: rgb(32,46,193); }
td.TdClassName
{
border-color: #202EC1;
}
.TagClassName
{
border-color: #202EC1;
}
</style>