Html Css Color HEX #342BE9 Han Purple

📋 copy color: '#342BE9'

red 52 ◦ green 43 ◦ blue 233

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

Shades of Han Purple #342BE9

Tints of Han Purple #342BE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 71.04%

R = 15.85%
G = 13.11%
B = 71.04%

CMYK

 C value IS 0.78

 M value IS 0.82

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#342BE9 (or 0x342BE9) is known color: Han Purple. HEX triplet: 34, 2B and E9. RGB value is (52,43,233). Sum of RGB (Red+Green+Blue) = 52+43+233=328 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.85% from 328); Green value is 43 (17.19% from 255 or 13.11% from 328); Blue value is 233 (91.41% from 255 or 71.04% from 328); Max value from RGB is 233 - color contains mainly: blue. Hex color #342BE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #342BE9 is #CBD416. Grayscale: #424242. Windows color (decimal): -13358103 or 15280948. OLE color: 15280948.

HSL color Cylindrical-coordinate representation of color #342BE9: hue angle of 242.84º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #342BE9 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 52 43 233 -
CMYK 0.78 0.82 0 0.09
HSL 242.84º 0.81% 0.54% -
HSV(B) 242.84º 0.82% 0.91% -
XYZ 16.99 8.34 77.81 -
YUV 67.35 221.48 117.05 -
System Red Green Blue C M Y K H S L
Decimal 52 43 233 0.78 0.82 0 0.09 242.84 0.81 0.54
Hex 34 2B E9 4E 52 0 9 F3 51 36
Octal 64 53 351 116 122 0 11 363 121 66
Binary 110100 101011 11101001 1001110 1010010 0 1001 11110011 1010001 110110

Color Harmonies of #342BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342BE9

Black with #342BE9

Text Example


Text Example

White with #342BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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