Html Css Color HEX #402CE1 Han Purple

📋 copy color: '#402CE1'

red 64 ◦ green 44 ◦ blue 225

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

Shades of Han Purple #402CE1

Tints of Han Purple #402CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 67.57%

R = 19.22%
G = 13.21%
B = 67.57%

CMYK

 C value IS 0.72

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#402CE1 (or 0x402CE1) is known color: Han Purple. HEX triplet: 40, 2C and E1. RGB value is (64,44,225). Sum of RGB (Red+Green+Blue) = 64+44+225=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 44 (17.58% from 255 or 13.21% from 333); Blue value is 225 (88.28% from 255 or 67.57% from 333); Max value from RGB is 225 - color contains mainly: blue. Hex color #402CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402CE1 is #BFD31E. Grayscale: #454545. Windows color (decimal): -12571423 or 14756928. OLE color: 14756928.

HSL color Cylindrical-coordinate representation of color #402CE1: hue angle of 246.63º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #402CE1 is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 64 44 225 -
CMYK 0.72 0.80 0 0.12
HSL 246.63º 0.75% 0.53% -
HSV(B) 246.63º 0.8% 0.88% -
XYZ 16.61 8.33 71.97 -
YUV 70.61 215.13 123.28 -
System Red Green Blue C M Y K H S L
Decimal 64 44 225 0.72 0.80 0 0.12 246.63 0.75 0.53
Hex 40 2C E1 48 50 0 C F7 4B 35
Octal 100 54 341 110 120 0 14 367 113 65
Binary 1000000 101100 11100001 1001000 1010000 0 1100 11110111 1001011 110101

Color Harmonies of #402CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402CE1

Black with #402CE1

Text Example


Text Example

White with #402CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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