Shades of Persian Blue #2122E1
Tints of Persian Blue #2122E1
RGB
CMYK
RGB Variations
Color information
#2122E1 (or 0x2122E1) is known color: Persian Blue. HEX triplet: 21, 22 and E1. RGB value is (33,34,225). Sum of RGB (Red+Green+Blue) = 33+34+225=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 225 (88.28% from 255 or 77.05% from 292); Max value from RGB is 225 - color contains mainly: blue. Hex color #2122E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2122E1 is #DEDD1E. Grayscale: #363636. Windows color (decimal): -14605599 or 14754337. OLE color: 14754337.
HSL color Cylindrical-coordinate representation of color #2122E1: hue angle of 239.69º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2122E1 is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 34 | 225 | - |
| CMYK | 0.85 | 0.85 | 0 | 0.12 |
| HSL | 239.69º | 0.76% | 0.51% | - |
| HSV(B) | 239.69º | 0.85% | 0.88% | - |
| XYZ | 14.79 | 6.9 | 71.79 | - |
| YUV | 55.48 | 223.67 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 34 | 225 | 0.85 | 0.85 | 0 | 0.12 | 239.69 | 0.76 | 0.51 |
| Hex | 21 | 22 | E1 | 55 | 55 | 0 | C | F0 | 4C | 33 |
| Octal | 41 | 42 | 341 | 125 | 125 | 0 | 14 | 360 | 114 | 63 |
| Binary | 100001 | 100010 | 11100001 | 1010101 | 1010101 | 0 | 1100 | 11110000 | 1001100 | 110011 |
Color Harmonies of #2122E1
Complementary color
Monochromatic Colors of #2122E1
Black with #2122E1
Text Example
Text Example
White with #2122E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2122E1; }
p { color: rgb(33,34,225); }
H1.HeaderClassName
{
color: #2122E1;
}
.AnyTagClassName
{
color: #2122E1;
}
</style>
background-color css
<style>
a { background-color: #2122E1; }
a { background-color: rgb(33,34,225); }
div.DivClassName
{
background-color: #2122E1;
}
.BgClassName
{
background-color: #2122E1;
}
</style>
border-color css
<style>
span { border-color: #2122E1; }
span { border-color: rgb(33,34,225); }
td.TdClassName
{
border-color: #2122E1;
}
.TagClassName
{
border-color: #2122E1;
}
</style>