Html Css Color HEX #340EDF Han Purple

📋 copy color: '#340EDF'

red 52 ◦ green 14 ◦ blue 223

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

Shades of Han Purple #340EDF

Tints of Han Purple #340EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 77.16%

R = 17.99%
G = 4.84%
B = 77.16%

CMYK

 C value IS 0.77

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#340EDF (or 0x340EDF) is known color: Han Purple. HEX triplet: 34, 0E and DF. RGB value is (52,14,223). Sum of RGB (Red+Green+Blue) = 52+14+223=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 223 (87.5% from 255 or 77.16% from 289); Max value from RGB is 223 - color contains mainly: blue. Hex color #340EDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340EDF is #CBF120. Grayscale: #303030. Windows color (decimal): -13365537 or 14618164. OLE color: 14618164.

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

Color convert

RGB 52 14 223 -
CMYK 0.77 0.94 0 0.13
HSL 250.91º 0.88% 0.46% -
HSV(B) 250.91º 0.94% 0.87% -
XYZ 14.89 6.37 70.26 -
YUV 49.19 226.09 130.01 -
System Red Green Blue C M Y K H S L
Decimal 52 14 223 0.77 0.94 0 0.13 250.91 0.88 0.46
Hex 34 E DF 4D 5E 0 D FB 58 2E
Octal 64 16 337 115 136 0 15 373 130 56
Binary 110100 1110 11011111 1001101 1011110 0 1101 11111011 1011000 101110

Color Harmonies of #340EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340EDF

Black with #340EDF

Text Example


Text Example

White with #340EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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