#340EF3

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

Shades of Han Purple #340EF3

Tints of Han Purple #340EF3

Color information

#340EF3 (or 0x340EF3) is unknown color: approx Han Purple. HEX triplet: 34, 0E and F3. RGB value is (52,14,243). Sum of RGB (Red+Green+Blue) = 52+14+243=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 14 (5.86% from 255 or 4.53% from 309); Blue value is 243 (95.31% from 255 or 78.64% from 309); Max value from RGB is 243 - color contains mainly: blue. Hex color #340EF3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #340EF3 is #CBF10C. Grayscale: #323232. Windows color (decimal): -13365517 or 15928884. OLE color: 15928884.

HSL color Cylindrical-coordinate representation of color #340EF3: hue angle of 249.96º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340EF3 is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5214243-
CMYK0.790.9400.05
HSL249.96º90.51%50.39%-
HSV(B)249.96º94.24%95.29%-
XYZ17.757.5285.31-
YUV51.47236.09128.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.83%
GREEN value IS 14 (5.86% from 255) = 4.53%
BLUE value IS 243 (95.31% from 255) = 78.64%
R=16.83%
G=4.53%
B=78.64%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal52142430.790.9400.05249.9690.5150.39
Hex34EF34F5E05fa5b32
Octal64163631171360537213362
Binary110100111011110011100111110111100101111110101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340EF3; }

 p { color: rgb(52,14,243); }

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

<style>
 a { background-color: #340EF3; }

 a { background-color: rgb(52,14,243); }

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

<style>
 span { border-color: #340EF3; }

 span { border-color: rgb(52,14,243); }

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