#322BE8

Color #322BE8 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #322BE8

Tints of Han Purple #322BE8

Color information

#322BE8 (or 0x322BE8) is unknown color: approx Han Purple. HEX triplet: 32, 2B and E8. RGB value is (50,43,232). Sum of RGB (Red+Green+Blue) = 50+43+232=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 43 (17.19% from 255 or 13.23% from 325); Blue value is 232 (91.02% from 255 or 71.38% from 325); Max value from RGB is 232 - color contains mainly: blue. Hex color #322BE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #322BE8 is #CDD417. Grayscale: #414141. Windows color (decimal): -13489176 or 15215410. OLE color: 15215410.

HSL color Cylindrical-coordinate representation of color #322BE8: hue angle of 242.22º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #322BE8 is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB5043232-
CMYK0.780.8100.09
HSL242.22º80.43%53.92%-
HSV(B)242.22º81.47%90.98%-
XYZ16.748.2377.05-
YUV66.64221.32116.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.38%
GREEN value IS 43 (17.19% from 255) = 13.23%
BLUE value IS 232 (91.02% from 255) = 71.38%
R=15.38%
G=13.23%
B=71.38%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal50432320.780.8100.09242.2280.4353.92
Hex322BE84E5109f25036
Octal625335011612101136212066
Binary110010101011111010001001110101000101001111100101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,43,232); }

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

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

 a { background-color: rgb(50,43,232); }

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

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

 span { border-color: rgb(50,43,232); }

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