Html Css Color HEX #342BEF Han Purple

📋 copy color: '#342BEF'

red 52 ◦ green 43 ◦ blue 239

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

Shades of Han Purple #342BEF

Tints of Han Purple #342BEF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.87%

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

R = 15.57%
G = 12.87%
B = 71.56%

CMYK

 C value IS 0.78

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#342BEF (or 0x342BEF) is known color: Han Purple. HEX triplet: 34, 2B and EF. RGB value is (52,43,239). Sum of RGB (Red+Green+Blue) = 52+43+239=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 239 (93.75% from 255 or 71.56% from 334); Max value from RGB is 239 - color contains mainly: blue. Hex color #342BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #342BEF is #CBD410. Grayscale: #434343. Windows color (decimal): -13358097 or 15674164. OLE color: 15674164.

HSL color Cylindrical-coordinate representation of color #342BEF: hue angle of 242.76º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #342BEF is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 52 43 239 -
CMYK 0.78 0.82 0 0.06
HSL 242.76º 0.86% 0.55% -
HSV(B) 242.76º 0.82% 0.94% -
XYZ 17.86 8.69 82.4 -
YUV 68.04 224.48 116.56 -
System Red Green Blue C M Y K H S L
Decimal 52 43 239 0.78 0.82 0 0.06 242.76 0.86 0.55
Hex 34 2B EF 4E 52 0 6 F3 56 37
Octal 64 53 357 116 122 0 6 363 126 67
Binary 110100 101011 11101111 1001110 1010010 0 110 11110011 1010110 110111

Color Harmonies of #342BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342BEF

Black with #342BEF

Text Example


Text Example

White with #342BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342BEF; }

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

 H1.HeaderClassName
 {
   color: #342BEF;
 }
 .AnyTagClassName
 {
   color: #342BEF;
 }
</style>

background-color css

<style>
 a { background-color: #342BEF; }

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

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

border-color css

<style>
 span { border-color: #342BEF; }

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

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