#2122d1

Color #2122D1 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2122D1

Tints of Persian Blue #2122D1

Color information

#2122D1 (or 0x2122D1) is unknown color: approx Persian Blue. HEX triplet: 21, 22 and D1. RGB value is (33,34,209). Sum of RGB (Red+Green+Blue) = 33+34+209=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 209 (82.03% from 255 or 75.72% from 276); Max value from RGB is 209 - color contains mainly: blue. Hex color #2122D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2122D1 is #DEDD2E. Grayscale: #343434. Windows color (decimal): -14605615 or 13705761. OLE color: 13705761.

HSL color Cylindrical-coordinate representation of color #2122D1: hue angle of 239.66º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2122D1 is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB3334209-
CMYK0.840.8400.18
HSL239.66º72.73%47.45%-
HSV(B)239.66º84.21%81.96%-
XYZ12.716.0760.82-
YUV53.65215.67113.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 11.96%
GREEN value IS 34 (13.67% from 255) = 12.32%
BLUE value IS 209 (82.03% from 255) = 75.72%
R=11.96%
G=12.32%
B=75.72%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal33342090.840.8400.18239.6672.7347.45
Hex2122D15454012f0492f
Octal414232112412402236011157
Binary1000011000101101000110101001010100010010111100001001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2122d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2122d1; }

 p { color: rgb(33,34,209); }

 H1.HeaderClassName
 {
   color: #2122d1;
 }
 .AnyTagClassName
 {
   color: #2122d1;
 }
</style>
background-color css

<style>
 a { background-color: #2122d1; }

 a { background-color: rgb(33,34,209); }

 div.DivClassName
 {
   background-color: #2122d1;
 }
 .BgClassName
 {
   background-color: #2122d1;
 }
</style>
border-color css

<style>
 span { border-color: #2122d1; }

 span { border-color: rgb(33,34,209); }

 td.TdClassName
 {
   border-color: #2122d1;
 }
 .TagClassName
 {
   border-color: #2122d1;
 }
</style>