#2D22A9

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

Shades of Persian Blue #2D22A9

Tints of Persian Blue #2D22A9

Color information

#2D22A9 (or 0x2D22A9) is unknown color: approx Persian Blue. HEX triplet: 2D, 22 and A9. RGB value is (45,34,169). Sum of RGB (Red+Green+Blue) = 45+34+169=248 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.15% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 169 (66.41% from 255 or 68.15% from 248); Max value from RGB is 169 - color contains mainly: blue. Hex color #2D22A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D22A9 is #D2DD56. Grayscale: #343434. Windows color (decimal): -13819223 or 11084333. OLE color: 11084333.

HSL color Cylindrical-coordinate representation of color #2D22A9: hue angle of 244.89º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D22A9 is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB4534169-
CMYK0.730.8000.34
HSL244.89º66.5%39.8%-
HSV(B)244.89º79.88%66.27%-
XYZ8.824.5737.95-
YUV52.68193.64122.52-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.15%
GREEN value IS 34 (13.67% from 255) = 13.71%
BLUE value IS 169 (66.41% from 255) = 68.15%
R=18.15%
G=13.71%
B=68.15%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal45341690.730.8000.34244.8966.539.8
Hex2D22A94950022f54328
Octal554225111112004236510350
Binary10110110001010101001100100110100000100010111101011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D22A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D22A9; }

 p { color: rgb(45,34,169); }

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

<style>
 a { background-color: #2D22A9; }

 a { background-color: rgb(45,34,169); }

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

<style>
 span { border-color: #2D22A9; }

 span { border-color: rgb(45,34,169); }

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