Html Css Color HEX #342BF1 Han Purple

📋 copy color: '#342BF1'

red 52 ◦ green 43 ◦ blue 241

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

Shades of Han Purple #342BF1

Tints of Han Purple #342BF1

RGB

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

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

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

R = 15.48%
G = 12.8%
B = 71.73%

CMYK

 C value IS 0.78

 M value IS 0.82

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#342BF1 (or 0x342BF1) is known color: Han Purple. HEX triplet: 34, 2B and F1. RGB value is (52,43,241). Sum of RGB (Red+Green+Blue) = 52+43+241=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 241 (94.53% from 255 or 71.73% from 336); Max value from RGB is 241 - color contains mainly: blue. Hex color #342BF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #342BF1 is #CBD40E. Grayscale: #434343. Windows color (decimal): -13358095 or 15805236. OLE color: 15805236.

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

Color convert

RGB 52 43 241 -
CMYK 0.78 0.82 0 0.05
HSL 242.73º 0.88% 0.56% -
HSV(B) 242.73º 0.82% 0.95% -
XYZ 18.16 8.81 83.96 -
YUV 68.26 225.48 116.4 -
System Red Green Blue C M Y K H S L
Decimal 52 43 241 0.78 0.82 0 0.05 242.73 0.88 0.56
Hex 34 2B F1 4E 52 0 5 F3 58 38
Octal 64 53 361 116 122 0 5 363 130 70
Binary 110100 101011 11110001 1001110 1010010 0 101 11110011 1011000 111000

Color Harmonies of #342BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342BF1

Black with #342BF1

Text Example


Text Example

White with #342BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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