Html Css Color HEX #402EED Han Purple

📋 copy color: '#402EED'

red 64 ◦ green 46 ◦ blue 237

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

Shades of Han Purple #402EED

Tints of Han Purple #402EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 68.3%

R = 18.44%
G = 13.26%
B = 68.3%

CMYK

 C value IS 0.73

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#402EED (or 0x402EED) is known color: Han Purple. HEX triplet: 40, 2E and ED. RGB value is (64,46,237). Sum of RGB (Red+Green+Blue) = 64+46+237=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 46 (18.36% from 255 or 13.26% from 347); Blue value is 237 (92.97% from 255 or 68.30% from 347); Max value from RGB is 237 - color contains mainly: blue. Hex color #402EED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402EED is #BFD112. Grayscale: #484848. Windows color (decimal): -12570899 or 15543872. OLE color: 15543872.

HSL color Cylindrical-coordinate representation of color #402EED: hue angle of 245.65º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #402EED is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 46 237 -
CMYK 0.73 0.81 0 0.07
HSL 245.65º 0.84% 0.55% -
HSV(B) 245.65º 0.81% 0.93% -
XYZ 18.38 9.16 80.92 -
YUV 73.16 220.46 121.47 -
System Red Green Blue C M Y K H S L
Decimal 64 46 237 0.73 0.81 0 0.07 245.65 0.84 0.55
Hex 40 2E ED 49 51 0 7 F6 54 37
Octal 100 56 355 111 121 0 7 366 124 67
Binary 1000000 101110 11101101 1001001 1010001 0 111 11110110 1010100 110111

Color Harmonies of #402EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402EED

Black with #402EED

Text Example


Text Example

White with #402EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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