Html Css Color HEX #411FEE Han Purple

📋 copy color: '#411FEE'

red 65 ◦ green 31 ◦ blue 238

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

Shades of Han Purple #411FEE

Tints of Han Purple #411FEE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.28%

 BLUE value IS 238 (93.36% from 255) = 71.26%

R = 19.46%
G = 9.28%
B = 71.26%

CMYK

 C value IS 0.73

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#411FEE (or 0x411FEE) is known color: Han Purple. HEX triplet: 41, 1F and EE. RGB value is (65,31,238). Sum of RGB (Red+Green+Blue) = 65+31+238=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 31 (12.5% from 255 or 9.28% from 334); Blue value is 238 (93.36% from 255 or 71.26% from 334); Max value from RGB is 238 - color contains mainly: blue. Hex color #411FEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411FEE is #BEE011. Grayscale: #3F3F3F. Windows color (decimal): -12509202 or 15605569. OLE color: 15605569.

HSL color Cylindrical-coordinate representation of color #411FEE: hue angle of 249.86º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #411FEE is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 65 31 238 -
CMYK 0.73 0.87 0 0.07
HSL 249.86º 0.86% 0.53% -
HSV(B) 249.86º 0.87% 0.93% -
XYZ 18.1 8.28 81.53 -
YUV 64.76 225.76 128.17 -
System Red Green Blue C M Y K H S L
Decimal 65 31 238 0.73 0.87 0 0.07 249.86 0.86 0.53
Hex 41 1F EE 49 57 0 7 FA 56 35
Octal 101 37 356 111 127 0 7 372 126 65
Binary 1000001 11111 11101110 1001001 1010111 0 111 11111010 1010110 110101

Color Harmonies of #411FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411FEE

Black with #411FEE

Text Example


Text Example

White with #411FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,31,238); }

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

background-color css

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

 a { background-color: rgb(65,31,238); }

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

border-color css

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

 span { border-color: rgb(65,31,238); }

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