Html Css Color HEX #411EE1 Han Purple

📋 copy color: '#411EE1'

red 65 ◦ green 30 ◦ blue 225

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

Shades of Han Purple #411EE1

Tints of Han Purple #411EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 70.31%

R = 20.31%
G = 9.38%
B = 70.31%

CMYK

 C value IS 0.71

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#411EE1 (or 0x411EE1) is known color: Han Purple. HEX triplet: 41, 1E and E1. RGB value is (65,30,225). Sum of RGB (Red+Green+Blue) = 65+30+225=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 30 (12.11% from 255 or 9.38% from 320); Blue value is 225 (88.28% from 255 or 70.31% from 320); Max value from RGB is 225 - color contains mainly: blue. Hex color #411EE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411EE1 is #BEE11E. Grayscale: #3D3D3D. Windows color (decimal): -12509471 or 14753345. OLE color: 14753345.

HSL color Cylindrical-coordinate representation of color #411EE1: hue angle of 250.77º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #411EE1 is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 65 30 225 -
CMYK 0.71 0.87 0 0.12
HSL 250.77º 0.76% 0.5% -
HSV(B) 250.77º 0.87% 0.88% -
XYZ 16.23 7.49 71.82 -
YUV 62.7 219.6 129.64 -
System Red Green Blue C M Y K H S L
Decimal 65 30 225 0.71 0.87 0 0.12 250.77 0.76 0.5
Hex 41 1E E1 47 57 0 C FB 4C 32
Octal 101 36 341 107 127 0 14 373 114 62
Binary 1000001 11110 11100001 1000111 1010111 0 1100 11111011 1001100 110010

Color Harmonies of #411EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411EE1

Black with #411EE1

Text Example


Text Example

White with #411EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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