Html Css Color HEX #342ADE Han Purple

📋 copy color: '#342ADE'

red 52 ◦ green 42 ◦ blue 222

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

Shades of Han Purple #342ADE

Tints of Han Purple #342ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 70.25%

R = 16.46%
G = 13.29%
B = 70.25%

CMYK

 C value IS 0.77

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#342ADE (or 0x342ADE) is known color: Han Purple. HEX triplet: 34, 2A and DE. RGB value is (52,42,222). Sum of RGB (Red+Green+Blue) = 52+42+222=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 222 (87.11% from 255 or 70.25% from 316); Max value from RGB is 222 - color contains mainly: blue. Hex color #342ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342ADE is #CBD521. Grayscale: #404040. Windows color (decimal): -13358370 or 14559796. OLE color: 14559796.

HSL color Cylindrical-coordinate representation of color #342ADE: hue angle of 243.33º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #342ADE is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 42 222 -
CMYK 0.77 0.81 0 0.13
HSL 243.33º 0.73% 0.52% -
HSV(B) 243.33º 0.81% 0.87% -
XYZ 15.43 7.66 69.77 -
YUV 65.51 216.31 118.36 -
System Red Green Blue C M Y K H S L
Decimal 52 42 222 0.77 0.81 0 0.13 243.33 0.73 0.52
Hex 34 2A DE 4D 51 0 D F3 49 34
Octal 64 52 336 115 121 0 15 363 111 64
Binary 110100 101010 11011110 1001101 1010001 0 1101 11110011 1001001 110100

Color Harmonies of #342ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342ADE

Black with #342ADE

Text Example


Text Example

White with #342ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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