Html Css Color HEX #342DE5 Han Purple

📋 copy color: '#342DE5'

red 52 ◦ green 45 ◦ blue 229

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

Shades of Han Purple #342DE5

Tints of Han Purple #342DE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 70.25%

R = 15.95%
G = 13.8%
B = 70.25%

CMYK

 C value IS 0.77

 M value IS 0.80

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#342DE5 (or 0x342DE5) is known color: Han Purple. HEX triplet: 34, 2D and E5. RGB value is (52,45,229). Sum of RGB (Red+Green+Blue) = 52+45+229=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 229 (89.84% from 255 or 70.25% from 326); Max value from RGB is 229 - color contains mainly: blue. Hex color #342DE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342DE5 is #CBD21A. Grayscale: #434343. Windows color (decimal): -13357595 or 15019316. OLE color: 15019316.

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

Color convert

RGB 52 45 229 -
CMYK 0.77 0.80 0 0.10
HSL 242.28º 0.78% 0.54% -
HSV(B) 242.28º 0.8% 0.9% -
XYZ 16.5 8.26 74.85 -
YUV 68.07 218.82 116.54 -
System Red Green Blue C M Y K H S L
Decimal 52 45 229 0.77 0.80 0 0.10 242.28 0.78 0.54
Hex 34 2D E5 4D 50 0 A F2 4E 36
Octal 64 55 345 115 120 0 12 362 116 66
Binary 110100 101101 11100101 1001101 1010000 0 1010 11110010 1001110 110110

Color Harmonies of #342DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342DE5

Black with #342DE5

Text Example


Text Example

White with #342DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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