Html Css Color HEX #342AF1 Han Purple

📋 copy color: '#342AF1'

red 52 ◦ green 42 ◦ blue 241

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

Shades of Han Purple #342AF1

Tints of Han Purple #342AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 71.94%

R = 15.52%
G = 12.54%
B = 71.94%

CMYK

 C value IS 0.78

 M value IS 0.83

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#342AF1 (or 0x342AF1) is known color: Han Purple. HEX triplet: 34, 2A and F1. RGB value is (52,42,241). Sum of RGB (Red+Green+Blue) = 52+42+241=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 42 (16.80% from 255 or 12.54% from 335); Blue value is 241 (94.53% from 255 or 71.94% from 335); Max value from RGB is 241 - color contains mainly: blue. Hex color #342AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #342AF1 is #CBD50E. Grayscale: #424242. Windows color (decimal): -13358351 or 15804980. OLE color: 15804980.

HSL color Cylindrical-coordinate representation of color #342AF1: hue angle of 243.02º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #342AF1 is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 52 42 241 -
CMYK 0.78 0.83 0 0.05
HSL 243.02º 0.88% 0.55% -
HSV(B) 243.02º 0.83% 0.95% -
XYZ 18.12 8.74 83.95 -
YUV 67.68 225.81 116.82 -
System Red Green Blue C M Y K H S L
Decimal 52 42 241 0.78 0.83 0 0.05 243.02 0.88 0.55
Hex 34 2A F1 4E 53 0 5 F3 58 37
Octal 64 52 361 116 123 0 5 363 130 67
Binary 110100 101010 11110001 1001110 1010011 0 101 11110011 1011000 110111

Color Harmonies of #342AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342AF1

Black with #342AF1

Text Example


Text Example

White with #342AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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