Html Css Color HEX #340EFB Han Purple

📋 copy color: '#340EFB'

red 52 ◦ green 14 ◦ blue 251

#340EFB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #340EFB

Tints of Han Purple #340EFB

RGB

 RED value IS 52 (20.7% from 255) = 16.4%

 GREEN value IS 14 (5.86% from 255) = 4.42%

 BLUE value IS 251 (98.44% from 255) = 79.18%

R = 16.4%
G = 4.42%
B = 79.18%

CMYK

 C value IS 0.79

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#340EFB (or 0x340EFB) is known color: Han Purple. HEX triplet: 34, 0E and FB. RGB value is (52,14,251). Sum of RGB (Red+Green+Blue) = 52+14+251=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 14 (5.86% from 255 or 4.42% from 317); Blue value is 251 (98.44% from 255 or 79.18% from 317); Max value from RGB is 251 - color contains mainly: blue. Hex color #340EFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #340EFB is #CBF104. Grayscale: #333333. Windows color (decimal): -13365509 or 16453172. OLE color: 16453172.

HSL color Cylindrical-coordinate representation of color #340EFB: hue angle of 249.62º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340EFB is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 52 14 251 -
CMYK 0.79 0.94 0 0.02
HSL 249.62º 0.97% 0.52% -
HSV(B) 249.62º 0.94% 0.98% -
XYZ 18.99 8.01 91.81 -
YUV 52.38 240.09 127.73 -
System Red Green Blue C M Y K H S L
Decimal 52 14 251 0.79 0.94 0 0.02 249.62 0.97 0.52
Hex 34 E FB 4F 5E 0 2 FA 61 34
Octal 64 16 373 117 136 0 2 372 141 64
Binary 110100 1110 11111011 1001111 1011110 0 10 11111010 1100001 110100

Color Harmonies of #340EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340EFB

Black with #340EFB

Text Example


Text Example

White with #340EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #340EFB;
 }
 .AnyTagClassName
 {
   color: #340EFB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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