#321EF4

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

Shades of Han Purple #321EF4

Tints of Han Purple #321EF4

Color information

#321EF4 (or 0x321EF4) is unknown color: approx Han Purple. HEX triplet: 32, 1E and F4. RGB value is (50,30,244). Sum of RGB (Red+Green+Blue) = 50+30+244=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 30 (12.11% from 255 or 9.26% from 324); Blue value is 244 (95.70% from 255 or 75.31% from 324); Max value from RGB is 244 - color contains mainly: blue. Hex color #321EF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321EF4 is #CDE10B. Grayscale: #3B3B3B. Windows color (decimal): -13492492 or 15998514. OLE color: 15998514.

HSL color Cylindrical-coordinate representation of color #321EF4: hue angle of 245.61º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321EF4 is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB5030244-
CMYK0.800.8800.04
HSL245.61º90.68%53.73%-
HSV(B)245.61º87.7%95.69%-
XYZ18.118.1486.2-
YUV60.38231.63120.6-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.43%
GREEN value IS 30 (12.11% from 255) = 9.26%
BLUE value IS 244 (95.70% from 255) = 75.31%
R=15.43%
G=9.26%
B=75.31%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal50302440.800.8800.04245.6190.6853.73
Hex321EF4505804f65b36
Octal62363641201300436613366
Binary1100101111011110100101000010110000100111101101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321EF4; }

 p { color: rgb(50,30,244); }

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

<style>
 a { background-color: #321EF4; }

 a { background-color: rgb(50,30,244); }

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

<style>
 span { border-color: #321EF4; }

 span { border-color: rgb(50,30,244); }

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