Html Css Color HEX #402FE9 Han Purple

📋 copy color: '#402FE9'

red 64 ◦ green 47 ◦ blue 233

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

Shades of Han Purple #402FE9

Tints of Han Purple #402FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 67.73%

R = 18.6%
G = 13.66%
B = 67.73%

CMYK

 C value IS 0.73

 M value IS 0.80

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#402FE9 (or 0x402FE9) is known color: Han Purple. HEX triplet: 40, 2F and E9. RGB value is (64,47,233). Sum of RGB (Red+Green+Blue) = 64+47+233=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 47 (18.75% from 255 or 13.66% from 344); Blue value is 233 (91.41% from 255 or 67.73% from 344); Max value from RGB is 233 - color contains mainly: blue. Hex color #402FE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402FE9 is #BFD016. Grayscale: #484848. Windows color (decimal): -12570647 or 15281984. OLE color: 15281984.

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

Color convert

RGB 64 47 233 -
CMYK 0.73 0.80 0 0.09
HSL 245.48º 0.81% 0.55% -
HSV(B) 245.48º 0.8% 0.91% -
XYZ 17.84 9.01 77.89 -
YUV 73.29 218.13 121.38 -
System Red Green Blue C M Y K H S L
Decimal 64 47 233 0.73 0.80 0 0.09 245.48 0.81 0.55
Hex 40 2F E9 49 50 0 9 F5 51 37
Octal 100 57 351 111 120 0 11 365 121 67
Binary 1000000 101111 11101001 1001001 1010000 0 1001 11110101 1010001 110111

Color Harmonies of #402FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402FE9

Black with #402FE9

Text Example


Text Example

White with #402FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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