Html Css Color HEX #4029E1 Han Purple

📋 copy color: '#4029E1'

red 64 ◦ green 41 ◦ blue 225

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

Shades of Han Purple #4029E1

Tints of Han Purple #4029E1

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.42%

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

R = 19.39%
G = 12.42%
B = 68.18%

CMYK

 C value IS 0.72

 M value IS 0.82

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4029E1 (or 0x4029E1) is known color: Han Purple. HEX triplet: 40, 29 and E1. RGB value is (64,41,225). Sum of RGB (Red+Green+Blue) = 64+41+225=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 225 (88.28% from 255 or 68.18% from 330); Max value from RGB is 225 - color contains mainly: blue. Hex color #4029E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4029E1 is #BFD61E. Grayscale: #444444. Windows color (decimal): -12572191 or 14756160. OLE color: 14756160.

HSL color Cylindrical-coordinate representation of color #4029E1: hue angle of 247.5º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4029E1 is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 64 41 225 -
CMYK 0.72 0.82 0 0.12
HSL 247.5º 0.75% 0.52% -
HSV(B) 247.5º 0.82% 0.88% -
XYZ 16.5 8.11 71.93 -
YUV 68.85 216.12 124.54 -
System Red Green Blue C M Y K H S L
Decimal 64 41 225 0.72 0.82 0 0.12 247.5 0.75 0.52
Hex 40 29 E1 48 52 0 C F8 4B 34
Octal 100 51 341 110 122 0 14 370 113 64
Binary 1000000 101001 11100001 1001000 1010010 0 1100 11111000 1001011 110100

Color Harmonies of #4029E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4029E1

Black with #4029E1

Text Example


Text Example

White with #4029E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4029E1; }

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

 H1.HeaderClassName
 {
   color: #4029E1;
 }
 .AnyTagClassName
 {
   color: #4029E1;
 }
</style>

background-color css

<style>
 a { background-color: #4029E1; }

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

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

border-color css

<style>
 span { border-color: #4029E1; }

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

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