#321EDE

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

Shades of Han Purple #321EDE

Tints of Han Purple #321EDE

Color information

#321EDE (or 0x321EDE) is unknown color: approx Han Purple. HEX triplet: 32, 1E and DE. RGB value is (50,30,222). Sum of RGB (Red+Green+Blue) = 50+30+222=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 222 (87.11% from 255 or 73.51% from 302); Max value from RGB is 222 - color contains mainly: blue. Hex color #321EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321EDE is #CDE121. Grayscale: #393939. Windows color (decimal): -13492514 or 14556722. OLE color: 14556722.

HSL color Cylindrical-coordinate representation of color #321EDE: hue angle of 246.25º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #321EDE is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5030222-
CMYK0.770.8600.13
HSL246.25º76.19%49.41%-
HSV(B)246.25º86.49%87.06%-
XYZ14.966.8869.65-
YUV57.87220.63122.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.56%
GREEN value IS 30 (12.11% from 255) = 9.93%
BLUE value IS 222 (87.11% from 255) = 73.51%
R=16.56%
G=9.93%
B=73.51%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal50302220.770.8600.13246.2576.1949.41
Hex321EDE4D560Df64c31
Octal623633611512601536611461
Binary11001011110110111101001101101011001101111101101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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