Html Css Color HEX #4029EB Han Purple

📋 copy color: '#4029EB'

red 64 ◦ green 41 ◦ blue 235

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

Shades of Han Purple #4029EB

Tints of Han Purple #4029EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 69.12%

R = 18.82%
G = 12.06%
B = 69.12%

CMYK

 C value IS 0.73

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4029EB (or 0x4029EB) is known color: Han Purple. HEX triplet: 40, 29 and EB. RGB value is (64,41,235). Sum of RGB (Red+Green+Blue) = 64+41+235=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 235 (92.19% from 255 or 69.12% from 340); Max value from RGB is 235 - color contains mainly: blue. Hex color #4029EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4029EB is #BFD614. Grayscale: #454545. Windows color (decimal): -12572181 or 15411520. OLE color: 15411520.

HSL color Cylindrical-coordinate representation of color #4029EB: hue angle of 247.11º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4029EB is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 41 235 -
CMYK 0.73 0.83 0 0.08
HSL 247.11º 0.83% 0.54% -
HSV(B) 247.11º 0.83% 0.92% -
XYZ 17.9 8.67 79.33 -
YUV 69.99 221.12 123.73 -
System Red Green Blue C M Y K H S L
Decimal 64 41 235 0.73 0.83 0 0.08 247.11 0.83 0.54
Hex 40 29 EB 49 53 0 8 F7 53 36
Octal 100 51 353 111 123 0 10 367 123 66
Binary 1000000 101001 11101011 1001001 1010011 0 1000 11110111 1010011 110110

Color Harmonies of #4029EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4029EB

Black with #4029EB

Text Example


Text Example

White with #4029EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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