Html Css Color HEX #340FEF Han Purple

📋 copy color: '#340FEF'

red 52 ◦ green 15 ◦ blue 239

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

Shades of Han Purple #340FEF

Tints of Han Purple #340FEF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.9%

 BLUE value IS 239 (93.75% from 255) = 78.1%

R = 16.99%
G = 4.9%
B = 78.1%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#340FEF (or 0x340FEF) is known color: Han Purple. HEX triplet: 34, 0F and EF. RGB value is (52,15,239). Sum of RGB (Red+Green+Blue) = 52+15+239=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 15 (6.25% from 255 or 4.90% from 306); Blue value is 239 (93.75% from 255 or 78.10% from 306); Max value from RGB is 239 - color contains mainly: blue. Hex color #340FEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #340FEF is #CBF010. Grayscale: #323232. Windows color (decimal): -13365265 or 15666996. OLE color: 15666996.

HSL color Cylindrical-coordinate representation of color #340FEF: hue angle of 249.91º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340FEF is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 52 15 239 -
CMYK 0.78 0.94 0 0.06
HSL 249.91º 0.88% 0.5% -
HSV(B) 249.91º 0.94% 0.94% -
XYZ 17.17 7.3 82.17 -
YUV 51.6 233.76 128.29 -
System Red Green Blue C M Y K H S L
Decimal 52 15 239 0.78 0.94 0 0.06 249.91 0.88 0.5
Hex 34 F EF 4E 5E 0 6 FA 58 32
Octal 64 17 357 116 136 0 6 372 130 62
Binary 110100 1111 11101111 1001110 1011110 0 110 11111010 1011000 110010

Color Harmonies of #340FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340FEF

Black with #340FEF

Text Example


Text Example

White with #340FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,15,239); }

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

background-color css

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

 a { background-color: rgb(52,15,239); }

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

border-color css

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

 span { border-color: rgb(52,15,239); }

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