#322AAA

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

Shades of Persian Blue #322AAA

Tints of Persian Blue #322AAA

Color information

#322AAA (or 0x322AAA) is unknown color: approx Persian Blue. HEX triplet: 32, 2A and AA. RGB value is (50,42,170). Sum of RGB (Red+Green+Blue) = 50+42+170=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 42 (16.80% from 255 or 16.03% from 262); Blue value is 170 (66.80% from 255 or 64.89% from 262); Max value from RGB is 170 - color contains mainly: blue. Hex color #322AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322AAA is #CDD555. Grayscale: #3A3A3A. Windows color (decimal): -13489494 or 11151922. OLE color: 11151922.

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

Color convert

RGB5042170-
CMYK0.710.7500.33
HSL243.75º60.38%41.57%-
HSV(B)243.75º75.29%66.67%-
XYZ9.45.2438.55-
YUV58.98190.65121.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.08%
GREEN value IS 42 (16.80% from 255) = 16.03%
BLUE value IS 170 (66.80% from 255) = 64.89%
R=19.08%
G=16.03%
B=64.89%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal50421700.710.7500.33243.7560.3841.57
Hex322AAA474B021f43c2a
Octal62522521071130413647452
Binary1100101010101010101010001111001011010000111110100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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