Html Css Color HEX #4024DF Han Purple

📋 copy color: '#4024DF'

red 64 ◦ green 36 ◦ blue 223

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

Shades of Han Purple #4024DF

Tints of Han Purple #4024DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 69.04%

R = 19.81%
G = 11.15%
B = 69.04%

CMYK

 C value IS 0.71

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4024DF (or 0x4024DF) is known color: Han Purple. HEX triplet: 40, 24 and DF. RGB value is (64,36,223). Sum of RGB (Red+Green+Blue) = 64+36+223=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 223 (87.5% from 255 or 69.04% from 323); Max value from RGB is 223 - color contains mainly: blue. Hex color #4024DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4024DF is #BFDB20. Grayscale: #404040. Windows color (decimal): -12573473 or 14623808. OLE color: 14623808.

HSL color Cylindrical-coordinate representation of color #4024DF: hue angle of 248.98º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4024DF is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 36 223 -
CMYK 0.71 0.84 0 0.13
HSL 248.98º 0.75% 0.51% -
HSV(B) 248.98º 0.84% 0.87% -
XYZ 16.06 7.68 70.45 -
YUV 65.69 216.78 126.79 -
System Red Green Blue C M Y K H S L
Decimal 64 36 223 0.71 0.84 0 0.13 248.98 0.75 0.51
Hex 40 24 DF 47 54 0 D F9 4B 33
Octal 100 44 337 107 124 0 15 371 113 63
Binary 1000000 100100 11011111 1000111 1010100 0 1101 11111001 1001011 110011

Color Harmonies of #4024DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4024DF

Black with #4024DF

Text Example


Text Example

White with #4024DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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