#320EDC

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

Shades of Han Purple #320EDC

Tints of Han Purple #320EDC

Color information

#320EDC (or 0x320EDC) is unknown color: approx Han Purple. HEX triplet: 32, 0E and DC. RGB value is (50,14,220). Sum of RGB (Red+Green+Blue) = 50+14+220=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 220 (86.33% from 255 or 77.46% from 284); Max value from RGB is 220 - color contains mainly: blue. Hex color #320EDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320EDC is #CDF123. Grayscale: #2F2F2F. Windows color (decimal): -13496612 or 14421554. OLE color: 14421554.

HSL color Cylindrical-coordinate representation of color #320EDC: hue angle of 250.49º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320EDC is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB5014220-
CMYK0.770.9400.14
HSL250.49º88.03%45.88%-
HSV(B)250.49º93.64%86.27%-
XYZ14.396.1668.14-
YUV48.25224.93129.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.61%
GREEN value IS 14 (5.86% from 255) = 4.93%
BLUE value IS 220 (86.33% from 255) = 77.46%
R=17.61%
G=4.93%
B=77.46%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal50142200.770.9400.14250.4988.0345.88
Hex32EDC4D5E0Efa582e
Octal621633411513601637213056
Binary1100101110110111001001101101111001110111110101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320EDC; }

 p { color: rgb(50,14,220); }

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

<style>
 a { background-color: #320EDC; }

 a { background-color: rgb(50,14,220); }

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

<style>
 span { border-color: #320EDC; }

 span { border-color: rgb(50,14,220); }

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