Html Css Color HEX #342BE1 Han Purple

📋 copy color: '#342BE1'

red 52 ◦ green 43 ◦ blue 225

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

Shades of Han Purple #342BE1

Tints of Han Purple #342BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 70.31%

R = 16.25%
G = 13.44%
B = 70.31%

CMYK

 C value IS 0.77

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#342BE1 (or 0x342BE1) is known color: Han Purple. HEX triplet: 34, 2B and E1. RGB value is (52,43,225). Sum of RGB (Red+Green+Blue) = 52+43+225=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 43 (17.19% from 255 or 13.44% from 320); Blue value is 225 (88.28% from 255 or 70.31% from 320); Max value from RGB is 225 - color contains mainly: blue. Hex color #342BE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342BE1 is #CBD41E. Grayscale: #414141. Windows color (decimal): -13358111 or 14756660. OLE color: 14756660.

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

Color convert

RGB 52 43 225 -
CMYK 0.77 0.81 0 0.12
HSL 242.97º 0.75% 0.53% -
HSV(B) 242.97º 0.81% 0.88% -
XYZ 15.87 7.89 71.92 -
YUV 66.44 217.48 117.7 -
System Red Green Blue C M Y K H S L
Decimal 52 43 225 0.77 0.81 0 0.12 242.97 0.75 0.53
Hex 34 2B E1 4D 51 0 C F3 4B 35
Octal 64 53 341 115 121 0 14 363 113 65
Binary 110100 101011 11100001 1001101 1010001 0 1100 11110011 1001011 110101

Color Harmonies of #342BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342BE1

Black with #342BE1

Text Example


Text Example

White with #342BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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