#322DEB

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

Shades of Han Purple #322DEB

Tints of Han Purple #322DEB

Color information

#322DEB (or 0x322DEB) is unknown color: approx Han Purple. HEX triplet: 32, 2D and EB. RGB value is (50,45,235). Sum of RGB (Red+Green+Blue) = 50+45+235=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 235 (92.19% from 255 or 71.21% from 330); Max value from RGB is 235 - color contains mainly: blue. Hex color #322DEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #322DEB is #CDD214. Grayscale: #434343. Windows color (decimal): -13488661 or 15412530. OLE color: 15412530.

HSL color Cylindrical-coordinate representation of color #322DEB: hue angle of 241.58º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #322DEB is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB5045235-
CMYK0.790.8100.08
HSL241.58º82.61%54.9%-
HSV(B)241.58º80.85%92.16%-
XYZ17.258.5579.34-
YUV68.16222.16115.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.15%
GREEN value IS 45 (17.97% from 255) = 13.64%
BLUE value IS 235 (92.19% from 255) = 71.21%
R=15.15%
G=13.64%
B=71.21%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal50452350.790.8100.08241.5882.6154.9
Hex322DEB4F5108f25337
Octal625535311712101036212367
Binary110010101101111010111001111101000101000111100101010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,45,235); }

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

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

 a { background-color: rgb(50,45,235); }

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

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

 span { border-color: rgb(50,45,235); }

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