Html Css Color HEX #411EFA Han Purple

📋 copy color: '#411EFA'

red 65 ◦ green 30 ◦ blue 250

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

Shades of Han Purple #411EFA

Tints of Han Purple #411EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 72.46%

R = 18.84%
G = 8.7%
B = 72.46%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#411EFA (or 0x411EFA) is known color: Han Purple. HEX triplet: 41, 1E and FA. RGB value is (65,30,250). Sum of RGB (Red+Green+Blue) = 65+30+250=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 30 (12.11% from 255 or 8.70% from 345); Blue value is 250 (98.05% from 255 or 72.46% from 345); Max value from RGB is 250 - color contains mainly: blue. Hex color #411EFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411EFA is #BEE105. Grayscale: #404040. Windows color (decimal): -12509446 or 16391745. OLE color: 16391745.

HSL color Cylindrical-coordinate representation of color #411EFA: hue angle of 249.55º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #411EFA is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 65 30 250 -
CMYK 0.74 0.88 0 0.02
HSL 249.55º 0.96% 0.55% -
HSV(B) 249.55º 0.88% 0.98% -
XYZ 19.9 8.95 91.12 -
YUV 65.55 232.1 127.61 -
System Red Green Blue C M Y K H S L
Decimal 65 30 250 0.74 0.88 0 0.02 249.55 0.96 0.55
Hex 41 1E FA 4A 58 0 2 FA 60 37
Octal 101 36 372 112 130 0 2 372 140 67
Binary 1000001 11110 11111010 1001010 1011000 0 10 11111010 1100000 110111

Color Harmonies of #411EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411EFA

Black with #411EFA

Text Example


Text Example

White with #411EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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