Html Css Color HEX #340ED6 Han Purple

📋 copy color: '#340ED6'

red 52 ◦ green 14 ◦ blue 214

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

Shades of Han Purple #340ED6

Tints of Han Purple #340ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 76.43%

R = 18.57%
G = 5%
B = 76.43%

CMYK

 C value IS 0.76

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#340ED6 (or 0x340ED6) is known color: Han Purple. HEX triplet: 34, 0E and D6. RGB value is (52,14,214). Sum of RGB (Red+Green+Blue) = 52+14+214=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 14 (5.86% from 255 or 5% from 280); Blue value is 214 (83.98% from 255 or 76.43% from 280); Max value from RGB is 214 - color contains mainly: blue. Hex color #340ED6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340ED6 is #CBF129. Grayscale: #2F2F2F. Windows color (decimal): -13365546 or 14028340. OLE color: 14028340.

HSL color Cylindrical-coordinate representation of color #340ED6: hue angle of 251.4º 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 #340ED6 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 52 14 214 -
CMYK 0.76 0.93 0 0.16
HSL 251.4º 0.88% 0.45% -
HSV(B) 251.4º 0.93% 0.84% -
XYZ 13.71 5.9 64.03 -
YUV 48.16 221.59 130.74 -
System Red Green Blue C M Y K H S L
Decimal 52 14 214 0.76 0.93 0 0.16 251.4 0.88 0.45
Hex 34 E D6 4C 5D 0 10 FB 58 2D
Octal 64 16 326 114 135 0 20 373 130 55
Binary 110100 1110 11010110 1001100 1011101 0 10000 11111011 1011000 101101

Color Harmonies of #340ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340ED6

Black with #340ED6

Text Example


Text Example

White with #340ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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