#322CAB

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

Shades of Persian Blue #322CAB

Tints of Persian Blue #322CAB

Color information

#322CAB (or 0x322CAB) is unknown color: approx Persian Blue. HEX triplet: 32, 2C and AB. RGB value is (50,44,171). Sum of RGB (Red+Green+Blue) = 50+44+171=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 171 (67.19% from 255 or 64.53% from 265); Max value from RGB is 171 - color contains mainly: blue. Hex color #322CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322CAB is #CDD354. Grayscale: #3B3B3B. Windows color (decimal): -13488981 or 11217970. OLE color: 11217970.

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

Color convert

RGB5044171-
CMYK0.710.7400.33
HSL242.83º59.07%42.16%-
HSV(B)242.83º74.27%67.06%-
XYZ9.575.4239.07-
YUV60.27190.49120.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.87%
GREEN value IS 44 (17.58% from 255) = 16.60%
BLUE value IS 171 (67.19% from 255) = 64.53%
R=18.87%
G=16.60%
B=64.53%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal50441710.710.7400.33242.8359.0742.16
Hex322CAB474A021f33b2a
Octal62542531071120413637352
Binary1100101011001010101110001111001010010000111110011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,44,171); }

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

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

 a { background-color: rgb(50,44,171); }

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

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

 span { border-color: rgb(50,44,171); }

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