Html Css Color HEX #402CE9 Han Purple

📋 copy color: '#402CE9'

red 64 ◦ green 44 ◦ blue 233

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

Shades of Han Purple #402CE9

Tints of Han Purple #402CE9

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.9%

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

R = 18.77%
G = 12.9%
B = 68.33%

CMYK

 C value IS 0.73

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#402CE9 (or 0x402CE9) is known color: Han Purple. HEX triplet: 40, 2C and E9. RGB value is (64,44,233). Sum of RGB (Red+Green+Blue) = 64+44+233=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 44 (17.58% from 255 or 12.90% from 341); Blue value is 233 (91.41% from 255 or 68.33% from 341); Max value from RGB is 233 - color contains mainly: blue. Hex color #402CE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402CE9 is #BFD316. Grayscale: #464646. Windows color (decimal): -12571415 or 15281216. OLE color: 15281216.

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

Color convert

RGB 64 44 233 -
CMYK 0.73 0.81 0 0.09
HSL 246.35º 0.81% 0.54% -
HSV(B) 246.35º 0.81% 0.91% -
XYZ 17.72 8.77 77.85 -
YUV 71.53 219.13 122.63 -
System Red Green Blue C M Y K H S L
Decimal 64 44 233 0.73 0.81 0 0.09 246.35 0.81 0.54
Hex 40 2C E9 49 51 0 9 F6 51 36
Octal 100 54 351 111 121 0 11 366 121 66
Binary 1000000 101100 11101001 1001001 1010001 0 1001 11110110 1010001 110110

Color Harmonies of #402CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402CE9

Black with #402CE9

Text Example


Text Example

White with #402CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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