Html Css Color HEX #411DF7 Han Purple

📋 copy color: '#411DF7'

red 65 ◦ green 29 ◦ blue 247

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

Shades of Han Purple #411DF7

Tints of Han Purple #411DF7

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.5%

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

R = 19.06%
G = 8.5%
B = 72.43%

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

#411DF7 (or 0x411DF7) is known color: Han Purple. HEX triplet: 41, 1D and F7. RGB value is (65,29,247). Sum of RGB (Red+Green+Blue) = 65+29+247=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 247 (96.88% from 255 or 72.43% from 341); Max value from RGB is 247 - color contains mainly: blue. Hex color #411DF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411DF7 is #BEE208. Grayscale: #3F3F3F. Windows color (decimal): -12509705 or 16194881. OLE color: 16194881.

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

Color convert

RGB 65 29 247 -
CMYK 0.74 0.88 0 0.03
HSL 249.91º 0.93% 0.54% -
HSV(B) 249.91º 0.88% 0.97% -
XYZ 19.41 8.72 88.66 -
YUV 64.62 230.93 128.27 -
System Red Green Blue C M Y K H S L
Decimal 65 29 247 0.74 0.88 0 0.03 249.91 0.93 0.54
Hex 41 1D F7 4A 58 0 3 FA 5D 36
Octal 101 35 367 112 130 0 3 372 135 66
Binary 1000001 11101 11110111 1001010 1011000 0 11 11111010 1011101 110110

Color Harmonies of #411DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411DF7

Black with #411DF7

Text Example


Text Example

White with #411DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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