Html Css Color HEX #342EE4 Han Purple

📋 copy color: '#342EE4'

red 52 ◦ green 46 ◦ blue 228

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

Shades of Han Purple #342EE4

Tints of Han Purple #342EE4

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.11%

 BLUE value IS 228 (89.45% from 255) = 69.94%

R = 15.95%
G = 14.11%
B = 69.94%

CMYK

 C value IS 0.77

 M value IS 0.80

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#342EE4 (or 0x342EE4) is known color: Han Purple. HEX triplet: 34, 2E and E4. RGB value is (52,46,228). Sum of RGB (Red+Green+Blue) = 52+46+228=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 228 (89.45% from 255 or 69.94% from 326); Max value from RGB is 228 - color contains mainly: blue. Hex color #342EE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342EE4 is #CBD11B. Grayscale: #434343. Windows color (decimal): -13357340 or 14954036. OLE color: 14954036.

HSL color Cylindrical-coordinate representation of color #342EE4: hue angle of 241.98º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #342EE4 is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 52 46 228 -
CMYK 0.77 0.80 0 0.11
HSL 241.98º 0.77% 0.54% -
HSV(B) 241.98º 0.8% 0.89% -
XYZ 16.4 8.29 74.13 -
YUV 68.54 217.99 116.2 -
System Red Green Blue C M Y K H S L
Decimal 52 46 228 0.77 0.80 0 0.11 241.98 0.77 0.54
Hex 34 2E E4 4D 50 0 B F2 4D 36
Octal 64 56 344 115 120 0 13 362 115 66
Binary 110100 101110 11100100 1001101 1010000 0 1011 11110010 1001101 110110

Color Harmonies of #342EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342EE4

Black with #342EE4

Text Example


Text Example

White with #342EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,46,228); }

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

background-color css

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

 a { background-color: rgb(52,46,228); }

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

border-color css

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

 span { border-color: rgb(52,46,228); }

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