#320ED5

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

Shades of Han Purple #320ED5

Tints of Han Purple #320ED5

Color information

#320ED5 (or 0x320ED5) is unknown color: approx Han Purple. HEX triplet: 32, 0E and D5. RGB value is (50,14,213). Sum of RGB (Red+Green+Blue) = 50+14+213=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 213 (83.59% from 255 or 76.90% from 277); Max value from RGB is 213 - color contains mainly: blue. Hex color #320ED5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320ED5 is #CDF12A. Grayscale: #2E2E2E. Windows color (decimal): -13496619 or 13962802. OLE color: 13962802.

HSL color Cylindrical-coordinate representation of color #320ED5: hue angle of 250.85º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #320ED5 is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5014213-
CMYK0.770.9300.16
HSL250.85º87.67%44.51%-
HSV(B)250.85º93.43%83.53%-
XYZ13.485.863.36-
YUV47.45221.43129.82-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.05%
GREEN value IS 14 (5.86% from 255) = 5.05%
BLUE value IS 213 (83.59% from 255) = 76.90%
R=18.05%
G=5.05%
B=76.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal50142130.770.9300.16250.8587.6744.51
Hex32ED54D5D010fb582d
Octal621632511513502037313055
Binary11001011101101010110011011011101010000111110111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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