Html Css Color HEX #402CE5 Han Purple

📋 copy color: '#402CE5'

red 64 ◦ green 44 ◦ blue 229

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

Shades of Han Purple #402CE5

Tints of Han Purple #402CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 67.95%

R = 18.99%
G = 13.06%
B = 67.95%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#402CE5 (or 0x402CE5) is known color: Han Purple. HEX triplet: 40, 2C and E5. RGB value is (64,44,229). Sum of RGB (Red+Green+Blue) = 64+44+229=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 44 (17.58% from 255 or 13.06% from 337); Blue value is 229 (89.84% from 255 or 67.95% from 337); Max value from RGB is 229 - color contains mainly: blue. Hex color #402CE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402CE5 is #BFD31A. Grayscale: #464646. Windows color (decimal): -12571419 or 15019072. OLE color: 15019072.

HSL color Cylindrical-coordinate representation of color #402CE5: hue angle of 246.49º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #402CE5 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 64 44 229 -
CMYK 0.72 0.81 0 0.10
HSL 246.49º 0.78% 0.54% -
HSV(B) 246.49º 0.81% 0.9% -
XYZ 17.16 8.55 74.87 -
YUV 71.07 217.13 122.96 -
System Red Green Blue C M Y K H S L
Decimal 64 44 229 0.72 0.81 0 0.10 246.49 0.78 0.54
Hex 40 2C E5 48 51 0 A F6 4E 36
Octal 100 54 345 110 121 0 12 366 116 66
Binary 1000000 101100 11100101 1001000 1010001 0 1010 11110110 1001110 110110

Color Harmonies of #402CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402CE5

Black with #402CE5

Text Example


Text Example

White with #402CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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