Html Css Color HEX #342AE2 Han Purple

📋 copy color: '#342AE2'

red 52 ◦ green 42 ◦ blue 226

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

Shades of Han Purple #342AE2

Tints of Han Purple #342AE2

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.13%

 BLUE value IS 226 (88.67% from 255) = 70.63%

R = 16.25%
G = 13.13%
B = 70.63%

CMYK

 C value IS 0.77

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#342AE2 (or 0x342AE2) is known color: Han Purple. HEX triplet: 34, 2A and E2. RGB value is (52,42,226). Sum of RGB (Red+Green+Blue) = 52+42+226=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 42 (16.80% from 255 or 13.12% from 320); Blue value is 226 (88.67% from 255 or 70.62% from 320); Max value from RGB is 226 - color contains mainly: blue. Hex color #342AE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342AE2 is #CBD51D. Grayscale: #414141. Windows color (decimal): -13358366 or 14821940. OLE color: 14821940.

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

Color convert

RGB 52 42 226 -
CMYK 0.77 0.81 0 0.11
HSL 243.26º 0.76% 0.53% -
HSV(B) 243.26º 0.81% 0.89% -
XYZ 15.97 7.88 72.63 -
YUV 65.97 218.31 118.04 -
System Red Green Blue C M Y K H S L
Decimal 52 42 226 0.77 0.81 0 0.11 243.26 0.76 0.53
Hex 34 2A E2 4D 51 0 B F3 4C 35
Octal 64 52 342 115 121 0 13 363 114 65
Binary 110100 101010 11100010 1001101 1010001 0 1011 11110011 1001100 110101

Color Harmonies of #342AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342AE2

Black with #342AE2

Text Example


Text Example

White with #342AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,42,226); }

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

background-color css

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

 a { background-color: rgb(52,42,226); }

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

border-color css

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

 span { border-color: rgb(52,42,226); }

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