Html Css Color HEX #411EDE Han Purple

📋 copy color: '#411EDE'

red 65 ◦ green 30 ◦ blue 222

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

Shades of Han Purple #411EDE

Tints of Han Purple #411EDE

RGB

 RED value IS 65 (25.78% from 255) = 20.5%

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

 BLUE value IS 222 (87.11% from 255) = 70.03%

R = 20.5%
G = 9.46%
B = 70.03%

CMYK

 C value IS 0.71

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#411EDE (or 0x411EDE) is known color: Han Purple. HEX triplet: 41, 1E and DE. RGB value is (65,30,222). Sum of RGB (Red+Green+Blue) = 65+30+222=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 30 (12.11% from 255 or 9.46% from 317); Blue value is 222 (87.11% from 255 or 70.03% from 317); Max value from RGB is 222 - color contains mainly: blue. Hex color #411EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411EDE is #BEE121. Grayscale: #3D3D3D. Windows color (decimal): -12509474 or 14556737. OLE color: 14556737.

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

Color convert

RGB 65 30 222 -
CMYK 0.71 0.86 0 0.13
HSL 250.94º 0.76% 0.49% -
HSV(B) 250.94º 0.86% 0.87% -
XYZ 15.83 7.33 69.69 -
YUV 62.35 218.1 129.89 -
System Red Green Blue C M Y K H S L
Decimal 65 30 222 0.71 0.86 0 0.13 250.94 0.76 0.49
Hex 41 1E DE 47 56 0 D FB 4C 31
Octal 101 36 336 107 126 0 15 373 114 61
Binary 1000001 11110 11011110 1000111 1010110 0 1101 11111011 1001100 110001

Color Harmonies of #411EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411EDE

Black with #411EDE

Text Example


Text Example

White with #411EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #411EDE;
 }
 .AnyTagClassName
 {
   color: #411EDE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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