Html Css Color HEX #402EEA Han Purple

📋 copy color: '#402EEA'

red 64 ◦ green 46 ◦ blue 234

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

Shades of Han Purple #402EEA

Tints of Han Purple #402EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 68.02%

R = 18.6%
G = 13.37%
B = 68.02%

CMYK

 C value IS 0.73

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#402EEA (or 0x402EEA) is known color: Han Purple. HEX triplet: 40, 2E and EA. RGB value is (64,46,234). Sum of RGB (Red+Green+Blue) = 64+46+234=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 46 (18.36% from 255 or 13.37% from 344); Blue value is 234 (91.80% from 255 or 68.02% from 344); Max value from RGB is 234 - color contains mainly: blue. Hex color #402EEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402EEA is #BFD115. Grayscale: #484848. Windows color (decimal): -12570902 or 15347264. OLE color: 15347264.

HSL color Cylindrical-coordinate representation of color #402EEA: hue angle of 245.74º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #402EEA is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 46 234 -
CMYK 0.73 0.80 0 0.08
HSL 245.74º 0.82% 0.55% -
HSV(B) 245.74º 0.8% 0.92% -
XYZ 17.94 8.98 78.63 -
YUV 72.81 218.96 121.71 -
System Red Green Blue C M Y K H S L
Decimal 64 46 234 0.73 0.80 0 0.08 245.74 0.82 0.55
Hex 40 2E EA 49 50 0 8 F6 52 37
Octal 100 56 352 111 120 0 10 366 122 67
Binary 1000000 101110 11101010 1001001 1010000 0 1000 11110110 1010010 110111

Color Harmonies of #402EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402EEA

Black with #402EEA

Text Example


Text Example

White with #402EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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