Html Css Color HEX #402FEF Han Purple

📋 copy color: '#402FEF'

red 64 ◦ green 47 ◦ blue 239

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

Shades of Han Purple #402FEF

Tints of Han Purple #402FEF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.43%

 BLUE value IS 239 (93.75% from 255) = 68.29%

R = 18.29%
G = 13.43%
B = 68.29%

CMYK

 C value IS 0.73

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#402FEF (or 0x402FEF) is known color: Han Purple. HEX triplet: 40, 2F and EF. RGB value is (64,47,239). Sum of RGB (Red+Green+Blue) = 64+47+239=350 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.29% from 350); Green value is 47 (18.75% from 255 or 13.43% from 350); Blue value is 239 (93.75% from 255 or 68.29% from 350); Max value from RGB is 239 - color contains mainly: blue. Hex color #402FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402FEF is #BFD010. Grayscale: #494949. Windows color (decimal): -12570641 or 15675200. OLE color: 15675200.

HSL color Cylindrical-coordinate representation of color #402FEF: hue angle of 245.31º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #402FEF is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 47 239 -
CMYK 0.73 0.80 0 0.06
HSL 245.31º 0.86% 0.56% -
HSV(B) 245.31º 0.8% 0.94% -
XYZ 18.71 9.36 82.48 -
YUV 73.97 221.13 120.89 -
System Red Green Blue C M Y K H S L
Decimal 64 47 239 0.73 0.80 0 0.06 245.31 0.86 0.56
Hex 40 2F EF 49 50 0 6 F5 56 38
Octal 100 57 357 111 120 0 6 365 126 70
Binary 1000000 101111 11101111 1001001 1010000 0 110 11110101 1010110 111000

Color Harmonies of #402FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402FEF

Black with #402FEF

Text Example


Text Example

White with #402FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,47,239); }

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

background-color css

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

 a { background-color: rgb(64,47,239); }

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

border-color css

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

 span { border-color: rgb(64,47,239); }

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