#341EDE

Color #341EDE Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #341EDE

Tints of Han Purple #341EDE

Color information

#341EDE (or 0x341EDE) is unknown color: approx Han Purple. HEX triplet: 34, 1E and DE. RGB value is (52,30,222). Sum of RGB (Red+Green+Blue) = 52+30+222=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 222 (87.11% from 255 or 73.03% from 304); Max value from RGB is 222 - color contains mainly: blue. Hex color #341EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341EDE is #CBE121. Grayscale: #393939. Windows color (decimal): -13361442 or 14556724. OLE color: 14556724.

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

Color convert

RGB5230222-
CMYK0.770.8600.13
HSL246.88º76.19%49.41%-
HSV(B)246.88º86.49%87.06%-
XYZ15.076.9369.65-
YUV58.47220.29123.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.11%
GREEN value IS 30 (12.11% from 255) = 9.87%
BLUE value IS 222 (87.11% from 255) = 73.03%
R=17.11%
G=9.87%
B=73.03%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal52302220.770.8600.13246.8876.1949.41
Hex341EDE4D560Df74c31
Octal643633611512601536711461
Binary11010011110110111101001101101011001101111101111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #341EDE;
 }
 .AnyTagClassName
 {
   color: #341EDE;
 }
</style>
background-color css

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

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

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

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

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

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