Html Css Color HEX #4024E7 Han Purple

📋 copy color: '#4024E7'

red 64 ◦ green 36 ◦ blue 231

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

Shades of Han Purple #4024E7

Tints of Han Purple #4024E7

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.88%

 BLUE value IS 231 (90.63% from 255) = 69.79%

R = 19.34%
G = 10.88%
B = 69.79%

CMYK

 C value IS 0.72

 M value IS 0.84

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#4024E7 (or 0x4024E7) is known color: Han Purple. HEX triplet: 40, 24 and E7. RGB value is (64,36,231). Sum of RGB (Red+Green+Blue) = 64+36+231=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 231 (90.62% from 255 or 69.79% from 331); Max value from RGB is 231 - color contains mainly: blue. Hex color #4024E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4024E7 is #BFDB18. Grayscale: #414141. Windows color (decimal): -12573465 or 15148096. OLE color: 15148096.

HSL color Cylindrical-coordinate representation of color #4024E7: hue angle of 248.62º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4024E7 is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 64 36 231 -
CMYK 0.72 0.84 0 0.09
HSL 248.62º 0.8% 0.52% -
HSV(B) 248.62º 0.84% 0.91% -
XYZ 17.17 8.12 76.26 -
YUV 66.6 220.78 126.14 -
System Red Green Blue C M Y K H S L
Decimal 64 36 231 0.72 0.84 0 0.09 248.62 0.8 0.52
Hex 40 24 E7 48 54 0 9 F9 50 34
Octal 100 44 347 110 124 0 11 371 120 64
Binary 1000000 100100 11100111 1001000 1010100 0 1001 11111001 1010000 110100

Color Harmonies of #4024E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4024E7

Black with #4024E7

Text Example


Text Example

White with #4024E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4024E7; }

 p { color: rgb(64,36,231); }

 H1.HeaderClassName
 {
   color: #4024E7;
 }
 .AnyTagClassName
 {
   color: #4024E7;
 }
</style>

background-color css

<style>
 a { background-color: #4024E7; }

 a { background-color: rgb(64,36,231); }

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

border-color css

<style>
 span { border-color: #4024E7; }

 span { border-color: rgb(64,36,231); }

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