Html Css Color HEX #411EFB Han Purple

📋 copy color: '#411EFB'

red 65 ◦ green 30 ◦ blue 251

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

Shades of Han Purple #411EFB

Tints of Han Purple #411EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 72.54%

R = 18.79%
G = 8.67%
B = 72.54%

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

#411EFB (or 0x411EFB) is known color: Han Purple. HEX triplet: 41, 1E and FB. RGB value is (65,30,251). Sum of RGB (Red+Green+Blue) = 65+30+251=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 251 (98.44% from 255 or 72.54% from 346); Max value from RGB is 251 - color contains mainly: blue. Hex color #411EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411EFB is #BEE104. Grayscale: #404040. Windows color (decimal): -12509445 or 16457281. OLE color: 16457281.

HSL color Cylindrical-coordinate representation of color #411EFB: hue angle of 249.5º degrees, saturation: 0.97, 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 #411EFB is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 65 30 251 -
CMYK 0.74 0.88 0 0.02
HSL 249.5º 0.97% 0.55% -
HSV(B) 249.5º 0.88% 0.98% -
XYZ 20.06 9.02 91.95 -
YUV 65.66 232.6 127.53 -
System Red Green Blue C M Y K H S L
Decimal 65 30 251 0.74 0.88 0 0.02 249.5 0.97 0.55
Hex 41 1E FB 4A 58 0 2 FA 61 37
Octal 101 36 373 112 130 0 2 372 141 67
Binary 1000001 11110 11111011 1001010 1011000 0 10 11111010 1100001 110111

Color Harmonies of #411EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411EFB

Black with #411EFB

Text Example


Text Example

White with #411EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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