#322AAC

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

Shades of Persian Blue #322AAC

Tints of Persian Blue #322AAC

Color information

#322AAC (or 0x322AAC) is unknown color: approx Persian Blue. HEX triplet: 32, 2A and AC. RGB value is (50,42,172). Sum of RGB (Red+Green+Blue) = 50+42+172=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 42 (16.80% from 255 or 15.91% from 264); Blue value is 172 (67.58% from 255 or 65.15% from 264); Max value from RGB is 172 - color contains mainly: blue. Hex color #322AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322AAC is #CDD553. Grayscale: #3A3A3A. Windows color (decimal): -13489492 or 11282994. OLE color: 11282994.

HSL color Cylindrical-coordinate representation of color #322AAC: hue angle of 243.69º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #322AAC is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5042172-
CMYK0.710.7600.33
HSL243.69º60.75%41.96%-
HSV(B)243.69º75.58%67.45%-
XYZ9.595.3139.55-
YUV59.21191.65121.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.94%
GREEN value IS 42 (16.80% from 255) = 15.91%
BLUE value IS 172 (67.58% from 255) = 65.15%
R=18.94%
G=15.91%
B=65.15%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal50421720.710.7600.33243.6960.7541.96
Hex322AAC474C021f43d2a
Octal62522541071140413647552
Binary1100101010101010110010001111001100010000111110100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322AAC; }

 p { color: rgb(50,42,172); }

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

<style>
 a { background-color: #322AAC; }

 a { background-color: rgb(50,42,172); }

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

<style>
 span { border-color: #322AAC; }

 span { border-color: rgb(50,42,172); }

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