Html Css Color HEX #342DEE Han Purple

📋 copy color: '#342DEE'

red 52 ◦ green 45 ◦ blue 238

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

Shades of Han Purple #342DEE

Tints of Han Purple #342DEE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.43%

 BLUE value IS 238 (93.36% from 255) = 71.04%

R = 15.52%
G = 13.43%
B = 71.04%

CMYK

 C value IS 0.78

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#342DEE (or 0x342DEE) is known color: Han Purple. HEX triplet: 34, 2D and EE. RGB value is (52,45,238). Sum of RGB (Red+Green+Blue) = 52+45+238=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 238 (93.36% from 255 or 71.04% from 335); Max value from RGB is 238 - color contains mainly: blue. Hex color #342DEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #342DEE is #CBD211. Grayscale: #444444. Windows color (decimal): -13357586 or 15609140. OLE color: 15609140.

HSL color Cylindrical-coordinate representation of color #342DEE: hue angle of 242.18º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #342DEE is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 45 238 -
CMYK 0.78 0.81 0 0.07
HSL 242.18º 0.85% 0.55% -
HSV(B) 242.18º 0.81% 0.93% -
XYZ 17.79 8.78 81.65 -
YUV 69.1 223.32 115.81 -
System Red Green Blue C M Y K H S L
Decimal 52 45 238 0.78 0.81 0 0.07 242.18 0.85 0.55
Hex 34 2D EE 4E 51 0 7 F2 55 37
Octal 64 55 356 116 121 0 7 362 125 67
Binary 110100 101101 11101110 1001110 1010001 0 111 11110010 1010101 110111

Color Harmonies of #342DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342DEE

Black with #342DEE

Text Example


Text Example

White with #342DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,45,238); }

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

background-color css

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

 a { background-color: rgb(52,45,238); }

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

border-color css

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

 span { border-color: rgb(52,45,238); }

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