Html Css Color HEX #411EEE Han Purple

📋 copy color: '#411EEE'

red 65 ◦ green 30 ◦ blue 238

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

Shades of Han Purple #411EEE

Tints of Han Purple #411EEE

RGB

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

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

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

R = 19.52%
G = 9.01%
B = 71.47%

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

#411EEE (or 0x411EEE) is known color: Han Purple. HEX triplet: 41, 1E and EE. RGB value is (65,30,238). Sum of RGB (Red+Green+Blue) = 65+30+238=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 238 (93.36% from 255 or 71.47% from 333); Max value from RGB is 238 - color contains mainly: blue. Hex color #411EEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411EEE is #BEE111. Grayscale: #3F3F3F. Windows color (decimal): -12509458 or 15605313. OLE color: 15605313.

HSL color Cylindrical-coordinate representation of color #411EEE: hue angle of 250.1º 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 #411EEE is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 65 30 238 -
CMYK 0.73 0.87 0 0.07
HSL 250.1º 0.86% 0.53% -
HSV(B) 250.1º 0.87% 0.93% -
XYZ 18.08 8.23 81.52 -
YUV 64.18 226.1 128.59 -
System Red Green Blue C M Y K H S L
Decimal 65 30 238 0.73 0.87 0 0.07 250.1 0.86 0.53
Hex 41 1E EE 49 57 0 7 FA 56 35
Octal 101 36 356 111 127 0 7 372 126 65
Binary 1000001 11110 11101110 1001001 1010111 0 111 11111010 1010110 110101

Color Harmonies of #411EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411EEE

Black with #411EEE

Text Example


Text Example

White with #411EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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