Html Css Color HEX #341EDD Han Purple

📋 copy color: '#341EDD'

red 52 ◦ green 30 ◦ blue 221

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

Shades of Han Purple #341EDD

Tints of Han Purple #341EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 72.94%

R = 17.16%
G = 9.9%
B = 72.94%

CMYK

 C value IS 0.76

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#341EDD (or 0x341EDD) is known color: Han Purple. HEX triplet: 34, 1E and DD. RGB value is (52,30,221). Sum of RGB (Red+Green+Blue) = 52+30+221=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 221 (86.72% from 255 or 72.94% from 303); Max value from RGB is 221 - color contains mainly: blue. Hex color #341EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341EDD is #CBE122. Grayscale: #393939. Windows color (decimal): -13361443 or 14491188. OLE color: 14491188.

HSL color Cylindrical-coordinate representation of color #341EDD: hue angle of 246.91º 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 #341EDD is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 30 221 -
CMYK 0.76 0.86 0 0.13
HSL 246.91º 0.76% 0.49% -
HSV(B) 246.91º 0.86% 0.87% -
XYZ 14.93 6.88 68.95 -
YUV 58.35 219.79 123.47 -
System Red Green Blue C M Y K H S L
Decimal 52 30 221 0.76 0.86 0 0.13 246.91 0.76 0.49
Hex 34 1E DD 4C 56 0 D F7 4C 31
Octal 64 36 335 114 126 0 15 367 114 61
Binary 110100 11110 11011101 1001100 1010110 0 1101 11110111 1001100 110001

Color Harmonies of #341EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341EDD

Black with #341EDD

Text Example


Text Example

White with #341EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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