Html Css Color HEX #341EDB Han Purple

📋 copy color: '#341EDB'

red 52 ◦ green 30 ◦ blue 219

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

Shades of Han Purple #341EDB

Tints of Han Purple #341EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 72.76%

R = 17.28%
G = 9.97%
B = 72.76%

CMYK

 C value IS 0.76

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#341EDB (or 0x341EDB) is known color: Han Purple. HEX triplet: 34, 1E and DB. RGB value is (52,30,219). Sum of RGB (Red+Green+Blue) = 52+30+219=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 219 (85.94% from 255 or 72.76% from 301); Max value from RGB is 219 - color contains mainly: blue. Hex color #341EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341EDB is #CBE124. Grayscale: #393939. Windows color (decimal): -13361445 or 14360116. OLE color: 14360116.

HSL color Cylindrical-coordinate representation of color #341EDB: hue angle of 246.98º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #341EDB is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 52 30 219 -
CMYK 0.76 0.86 0 0.14
HSL 246.98º 0.76% 0.49% -
HSV(B) 246.98º 0.86% 0.86% -
XYZ 14.67 6.77 67.55 -
YUV 58.12 218.79 123.63 -
System Red Green Blue C M Y K H S L
Decimal 52 30 219 0.76 0.86 0 0.14 246.98 0.76 0.49
Hex 34 1E DB 4C 56 0 E F7 4C 31
Octal 64 36 333 114 126 0 16 367 114 61
Binary 110100 11110 11011011 1001100 1010110 0 1110 11110111 1001100 110001

Color Harmonies of #341EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341EDB

Black with #341EDB

Text Example


Text Example

White with #341EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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