Html Css Color HEX #411EF7 Han Purple

📋 copy color: '#411EF7'

red 65 ◦ green 30 ◦ blue 247

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

Shades of Han Purple #411EF7

Tints of Han Purple #411EF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 72.22%

R = 19.01%
G = 8.77%
B = 72.22%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#411EF7 (or 0x411EF7) is known color: Han Purple. HEX triplet: 41, 1E and F7. RGB value is (65,30,247). Sum of RGB (Red+Green+Blue) = 65+30+247=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 30 (12.11% from 255 or 8.77% from 342); Blue value is 247 (96.88% from 255 or 72.22% from 342); Max value from RGB is 247 - color contains mainly: blue. Hex color #411EF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411EF7 is #BEE108. Grayscale: #404040. Windows color (decimal): -12509449 or 16195137. OLE color: 16195137.

HSL color Cylindrical-coordinate representation of color #411EF7: hue angle of 249.68º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #411EF7 is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 65 30 247 -
CMYK 0.74 0.88 0 0.03
HSL 249.68º 0.93% 0.54% -
HSV(B) 249.68º 0.88% 0.97% -
XYZ 19.43 8.77 88.66 -
YUV 65.2 230.6 127.86 -
System Red Green Blue C M Y K H S L
Decimal 65 30 247 0.74 0.88 0 0.03 249.68 0.93 0.54
Hex 41 1E F7 4A 58 0 3 FA 5D 36
Octal 101 36 367 112 130 0 3 372 135 66
Binary 1000001 11110 11110111 1001010 1011000 0 11 11111010 1011101 110110

Color Harmonies of #411EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411EF7

Black with #411EF7

Text Example


Text Example

White with #411EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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