Html Css Color HEX #402EDE Han Purple

📋 copy color: '#402EDE'

red 64 ◦ green 46 ◦ blue 222

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

Shades of Han Purple #402EDE

Tints of Han Purple #402EDE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.86%

 BLUE value IS 222 (87.11% from 255) = 66.87%

R = 19.28%
G = 13.86%
B = 66.87%

CMYK

 C value IS 0.71

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#402EDE (or 0x402EDE) is known color: Han Purple. HEX triplet: 40, 2E and DE. RGB value is (64,46,222). Sum of RGB (Red+Green+Blue) = 64+46+222=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 46 (18.36% from 255 or 13.86% from 332); Blue value is 222 (87.11% from 255 or 66.87% from 332); Max value from RGB is 222 - color contains mainly: blue. Hex color #402EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402EDE is #BFD121. Grayscale: #464646. Windows color (decimal): -12570914 or 14560832. OLE color: 14560832.

HSL color Cylindrical-coordinate representation of color #402EDE: hue angle of 246.14º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #402EDE is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 46 222 -
CMYK 0.71 0.79 0 0.13
HSL 246.14º 0.73% 0.53% -
HSV(B) 246.14º 0.79% 0.87% -
XYZ 16.28 8.32 69.85 -
YUV 71.45 212.96 122.69 -
System Red Green Blue C M Y K H S L
Decimal 64 46 222 0.71 0.79 0 0.13 246.14 0.73 0.53
Hex 40 2E DE 47 4F 0 D F6 49 35
Octal 100 56 336 107 117 0 15 366 111 65
Binary 1000000 101110 11011110 1000111 1001111 0 1101 11110110 1001001 110101

Color Harmonies of #402EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402EDE

Black with #402EDE

Text Example


Text Example

White with #402EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402EDE; }

 p { color: rgb(64,46,222); }

 H1.HeaderClassName
 {
   color: #402EDE;
 }
 .AnyTagClassName
 {
   color: #402EDE;
 }
</style>

background-color css

<style>
 a { background-color: #402EDE; }

 a { background-color: rgb(64,46,222); }

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

border-color css

<style>
 span { border-color: #402EDE; }

 span { border-color: rgb(64,46,222); }

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