Html Css Color HEX #411EF2 Han Purple

📋 copy color: '#411EF2'

red 65 ◦ green 30 ◦ blue 242

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

Shades of Han Purple #411EF2

Tints of Han Purple #411EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 71.81%

R = 19.29%
G = 8.9%
B = 71.81%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#411EF2 (or 0x411EF2) is known color: Han Purple. HEX triplet: 41, 1E and F2. RGB value is (65,30,242). Sum of RGB (Red+Green+Blue) = 65+30+242=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 30 (12.11% from 255 or 8.90% from 337); Blue value is 242 (94.92% from 255 or 71.81% from 337); Max value from RGB is 242 - color contains mainly: blue. Hex color #411EF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411EF2 is #BEE10D. Grayscale: #3F3F3F. Windows color (decimal): -12509454 or 15867457. OLE color: 15867457.

HSL color Cylindrical-coordinate representation of color #411EF2: hue angle of 249.91º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #411EF2 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 65 30 242 -
CMYK 0.73 0.88 0 0.05
HSL 249.91º 0.89% 0.53% -
HSV(B) 249.91º 0.88% 0.95% -
XYZ 18.67 8.46 84.65 -
YUV 64.63 228.1 128.26 -
System Red Green Blue C M Y K H S L
Decimal 65 30 242 0.73 0.88 0 0.05 249.91 0.89 0.53
Hex 41 1E F2 49 58 0 5 FA 59 35
Octal 101 36 362 111 130 0 5 372 131 65
Binary 1000001 11110 11110010 1001001 1011000 0 101 11111010 1011001 110101

Color Harmonies of #411EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411EF2

Black with #411EF2

Text Example


Text Example

White with #411EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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