Html Css Color HEX #411EFF Han Purple

📋 copy color: '#411EFF'

red 65 ◦ green 30 ◦ blue 255

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

Shades of Han Purple #411EFF

Tints of Han Purple #411EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 72.86%

R = 18.57%
G = 8.57%
B = 72.86%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#411EFF (or 0x411EFF) is known color: Han Purple. HEX triplet: 41, 1E and FF. RGB value is (65,30,255). Sum of RGB (Red+Green+Blue) = 65+30+255=350 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.57% from 350); Green value is 30 (12.11% from 255 or 8.57% from 350); Blue value is 255 (100% from 255 or 72.86% from 350); Max value from RGB is 255 - color contains mainly: blue. Hex color #411EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411EFF is #BEE100. Grayscale: #414141. Windows color (decimal): -12509441 or 16719425. OLE color: 16719425.

HSL color Cylindrical-coordinate representation of color #411EFF: hue angle of 249.33º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #411EFF is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 65 30 255 -
CMYK 0.75 0.88 0 0
HSL 249.33º 1% 0.56% -
HSV(B) 249.33º 0.88% 1% -
XYZ 20.69 9.27 95.31 -
YUV 66.12 234.6 127.2 -
System Red Green Blue C M Y K H S L
Decimal 65 30 255 0.75 0.88 0 0 249.33 1 0.56
Hex 41 1E FF 4B 58 0 0 F9 64 38
Octal 101 36 377 113 130 0 0 371 144 70
Binary 1000001 11110 11111111 1001011 1011000 0 0 11111001 1100100 111000

Color Harmonies of #411EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411EFF

Black with #411EFF

Text Example


Text Example

White with #411EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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