#2922AB

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

Shades of Persian Blue #2922AB

Tints of Persian Blue #2922AB

Color information

#2922AB (or 0x2922AB) is unknown color: approx Persian Blue. HEX triplet: 29, 22 and AB. RGB value is (41,34,171). Sum of RGB (Red+Green+Blue) = 41+34+171=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 171 (67.19% from 255 or 69.51% from 246); Max value from RGB is 171 - color contains mainly: blue. Hex color #2922AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2922AB is #D6DD54. Grayscale: #333333. Windows color (decimal): -14081365 or 11215401. OLE color: 11215401.

HSL color Cylindrical-coordinate representation of color #2922AB: hue angle of 243.07º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2922AB is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4134171-
CMYK0.760.8000.33
HSL243.07º66.83%40.2%-
HSV(B)243.07º80.12%67.06%-
XYZ8.844.5638.94-
YUV51.71195.32120.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.67%
GREEN value IS 34 (13.67% from 255) = 13.82%
BLUE value IS 171 (67.19% from 255) = 69.51%
R=16.67%
G=13.82%
B=69.51%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41341710.760.8000.33243.0766.8340.2
Hex2922AB4C50021f34328
Octal514225311412004136310350
Binary10100110001010101011100110010100000100001111100111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2922AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2922AB; }

 p { color: rgb(41,34,171); }

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

<style>
 a { background-color: #2922AB; }

 a { background-color: rgb(41,34,171); }

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

<style>
 span { border-color: #2922AB; }

 span { border-color: rgb(41,34,171); }

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