Html Css Color HEX #341EFA Han Purple

📋 copy color: '#341EFA'

red 52 ◦ green 30 ◦ blue 250

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

Shades of Han Purple #341EFA

Tints of Han Purple #341EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 75.3%

R = 15.66%
G = 9.04%
B = 75.3%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#341EFA (or 0x341EFA) is known color: Han Purple. HEX triplet: 34, 1E and FA. RGB value is (52,30,250). Sum of RGB (Red+Green+Blue) = 52+30+250=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 250 (98.05% from 255 or 75.30% from 332); Max value from RGB is 250 - color contains mainly: blue. Hex color #341EFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341EFA is #CBE105. Grayscale: #3C3C3C. Windows color (decimal): -13361414 or 16391732. OLE color: 16391732.

HSL color Cylindrical-coordinate representation of color #341EFA: hue angle of 246º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #341EFA is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 52 30 250 -
CMYK 0.79 0.88 0 0.02
HSL 246º 0.96% 0.55% -
HSV(B) 246º 0.88% 0.98% -
XYZ 19.14 8.56 91.09 -
YUV 61.66 234.29 121.11 -
System Red Green Blue C M Y K H S L
Decimal 52 30 250 0.79 0.88 0 0.02 246 0.96 0.55
Hex 34 1E FA 4F 58 0 2 F6 60 37
Octal 64 36 372 117 130 0 2 366 140 67
Binary 110100 11110 11111010 1001111 1011000 0 10 11110110 1100000 110111

Color Harmonies of #341EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341EFA

Black with #341EFA

Text Example


Text Example

White with #341EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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