#332EE5

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

Shades of Han Purple #332EE5

Tints of Han Purple #332EE5

Color information

#332EE5 (or 0x332EE5) is unknown color: approx Han Purple. HEX triplet: 33, 2E and E5. RGB value is (51,46,229). Sum of RGB (Red+Green+Blue) = 51+46+229=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 229 (89.84% from 255 or 70.25% from 326); Max value from RGB is 229 - color contains mainly: blue. Hex color #332EE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332EE5 is #CCD11A. Grayscale: #434343. Windows color (decimal): -13422875 or 15019571. OLE color: 15019571.

HSL color Cylindrical-coordinate representation of color #332EE5: hue angle of 241.64º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #332EE5 is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB5146229-
CMYK0.780.8000.10
HSL241.64º77.87%53.92%-
HSV(B)241.64º79.91%89.8%-
XYZ16.498.3174.86-
YUV68.36218.66115.62-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.64%
GREEN value IS 46 (18.36% from 255) = 14.11%
BLUE value IS 229 (89.84% from 255) = 70.25%
R=15.64%
G=14.11%
B=70.25%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal51462290.780.8000.10241.6477.8753.92
Hex332EE54E500Af24e36
Octal635634511612001236211666
Binary110011101110111001011001110101000001010111100101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332EE5; }

 p { color: rgb(51,46,229); }

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

<style>
 a { background-color: #332EE5; }

 a { background-color: rgb(51,46,229); }

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

<style>
 span { border-color: #332EE5; }

 span { border-color: rgb(51,46,229); }

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