#321EE2

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

Shades of Han Purple #321EE2

Tints of Han Purple #321EE2

Color information

#321EE2 (or 0x321EE2) is unknown color: approx Han Purple. HEX triplet: 32, 1E and E2. RGB value is (50,30,226). Sum of RGB (Red+Green+Blue) = 50+30+226=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 226 (88.67% from 255 or 73.86% from 306); Max value from RGB is 226 - color contains mainly: blue. Hex color #321EE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321EE2 is #CDE11D. Grayscale: #393939. Windows color (decimal): -13492510 or 14818866. OLE color: 14818866.

HSL color Cylindrical-coordinate representation of color #321EE2: hue angle of 246.12º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #321EE2 is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB5030226-
CMYK0.780.8700.11
HSL246.12º77.17%50.2%-
HSV(B)246.12º86.73%88.63%-
XYZ15.517.172.5-
YUV58.32222.63122.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.34%
GREEN value IS 30 (12.11% from 255) = 9.80%
BLUE value IS 226 (88.67% from 255) = 73.86%
R=16.34%
G=9.80%
B=73.86%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal50302260.780.8700.11246.1277.1750.2
Hex321EE24E570Bf64d32
Octal623634211612701336611562
Binary11001011110111000101001110101011101011111101101001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321EE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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