Html Css Color HEX #341EF3 Han Purple

📋 copy color: '#341EF3'

red 52 ◦ green 30 ◦ blue 243

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

Shades of Han Purple #341EF3

Tints of Han Purple #341EF3

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.23%

 BLUE value IS 243 (95.31% from 255) = 74.77%

R = 16%
G = 9.23%
B = 74.77%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#341EF3 (or 0x341EF3) is known color: Han Purple. HEX triplet: 34, 1E and F3. RGB value is (52,30,243). Sum of RGB (Red+Green+Blue) = 52+30+243=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 30 (12.11% from 255 or 9.23% from 325); Blue value is 243 (95.31% from 255 or 74.77% from 325); Max value from RGB is 243 - color contains mainly: blue. Hex color #341EF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341EF3 is #CBE10C. Grayscale: #3C3C3C. Windows color (decimal): -13361421 or 15932980. OLE color: 15932980.

HSL color Cylindrical-coordinate representation of color #341EF3: hue angle of 246.2º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #341EF3 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 52 30 243 -
CMYK 0.79 0.88 0 0.05
HSL 246.2º 0.9% 0.54% -
HSV(B) 246.2º 0.88% 0.95% -
XYZ 18.06 8.13 85.41 -
YUV 60.86 230.79 121.68 -
System Red Green Blue C M Y K H S L
Decimal 52 30 243 0.79 0.88 0 0.05 246.2 0.9 0.54
Hex 34 1E F3 4F 58 0 5 F6 5A 36
Octal 64 36 363 117 130 0 5 366 132 66
Binary 110100 11110 11110011 1001111 1011000 0 101 11110110 1011010 110110

Color Harmonies of #341EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341EF3

Black with #341EF3

Text Example


Text Example

White with #341EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341EF3; }

 p { color: rgb(52,30,243); }

 H1.HeaderClassName
 {
   color: #341EF3;
 }
 .AnyTagClassName
 {
   color: #341EF3;
 }
</style>

background-color css

<style>
 a { background-color: #341EF3; }

 a { background-color: rgb(52,30,243); }

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

border-color css

<style>
 span { border-color: #341EF3; }

 span { border-color: rgb(52,30,243); }

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