Html Css Color HEX #341EFB Han Purple

📋 copy color: '#341EFB'

red 52 ◦ green 30 ◦ blue 251

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

Shades of Han Purple #341EFB

Tints of Han Purple #341EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 75.38%

R = 15.62%
G = 9.01%
B = 75.38%

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

#341EFB (or 0x341EFB) is known color: Han Purple. HEX triplet: 34, 1E and FB. RGB value is (52,30,251). Sum of RGB (Red+Green+Blue) = 52+30+251=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 251 (98.44% from 255 or 75.38% from 333); Max value from RGB is 251 - color contains mainly: blue. Hex color #341EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341EFB is #CBE104. Grayscale: #3C3C3C. Windows color (decimal): -13361413 or 16457268. OLE color: 16457268.

HSL color Cylindrical-coordinate representation of color #341EFB: hue angle of 245.97º degrees, saturation: 0.97, 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 #341EFB is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 52 30 251 -
CMYK 0.79 0.88 0 0.02
HSL 245.97º 0.97% 0.55% -
HSV(B) 245.97º 0.88% 0.98% -
XYZ 19.29 8.62 91.91 -
YUV 61.77 234.79 121.03 -
System Red Green Blue C M Y K H S L
Decimal 52 30 251 0.79 0.88 0 0.02 245.97 0.97 0.55
Hex 34 1E FB 4F 58 0 2 F6 61 37
Octal 64 36 373 117 130 0 2 366 141 67
Binary 110100 11110 11111011 1001111 1011000 0 10 11110110 1100001 110111

Color Harmonies of #341EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341EFB

Black with #341EFB

Text Example


Text Example

White with #341EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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