Html Css Color HEX #401EEE Han Purple

📋 copy color: '#401EEE'

red 64 ◦ green 30 ◦ blue 238

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

Shades of Han Purple #401EEE

Tints of Han Purple #401EEE

RGB

 RED value IS 64 (25.39% from 255) = 19.28%

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

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

R = 19.28%
G = 9.04%
B = 71.69%

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

#401EEE (or 0x401EEE) is known color: Han Purple. HEX triplet: 40, 1E and EE. RGB value is (64,30,238). Sum of RGB (Red+Green+Blue) = 64+30+238=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 238 (93.36% from 255 or 71.69% from 332); Max value from RGB is 238 - color contains mainly: blue. Hex color #401EEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401EEE is #BFE111. Grayscale: #3F3F3F. Windows color (decimal): -12574994 or 15605312. OLE color: 15605312.

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

Color convert

RGB 64 30 238 -
CMYK 0.73 0.87 0 0.07
HSL 249.81º 0.86% 0.53% -
HSV(B) 249.81º 0.87% 0.93% -
XYZ 18.01 8.19 81.52 -
YUV 63.88 226.26 128.09 -
System Red Green Blue C M Y K H S L
Decimal 64 30 238 0.73 0.87 0 0.07 249.81 0.86 0.53
Hex 40 1E EE 49 57 0 7 FA 56 35
Octal 100 36 356 111 127 0 7 372 126 65
Binary 1000000 11110 11101110 1001001 1010111 0 111 11111010 1010110 110101

Color Harmonies of #401EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401EEE

Black with #401EEE

Text Example


Text Example

White with #401EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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