Html Css Color HEX #4021DF Han Purple

📋 copy color: '#4021DF'

red 64 ◦ green 33 ◦ blue 223

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

Shades of Han Purple #4021DF

Tints of Han Purple #4021DF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.31%

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

R = 20%
G = 10.31%
B = 69.69%

CMYK

 C value IS 0.71

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4021DF (or 0x4021DF) is known color: Han Purple. HEX triplet: 40, 21 and DF. RGB value is (64,33,223). Sum of RGB (Red+Green+Blue) = 64+33+223=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 223 (87.5% from 255 or 69.69% from 320); Max value from RGB is 223 - color contains mainly: blue. Hex color #4021DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4021DF is #BFDE20. Grayscale: #3F3F3F. Windows color (decimal): -12574241 or 14623040. OLE color: 14623040.

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

Color convert

RGB 64 33 223 -
CMYK 0.71 0.85 0 0.13
HSL 249.79º 0.75% 0.5% -
HSV(B) 249.79º 0.85% 0.87% -
XYZ 15.98 7.51 70.42 -
YUV 63.93 217.77 128.05 -
System Red Green Blue C M Y K H S L
Decimal 64 33 223 0.71 0.85 0 0.13 249.79 0.75 0.5
Hex 40 21 DF 47 55 0 D FA 4B 32
Octal 100 41 337 107 125 0 15 372 113 62
Binary 1000000 100001 11011111 1000111 1010101 0 1101 11111010 1001011 110010

Color Harmonies of #4021DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4021DF

Black with #4021DF

Text Example


Text Example

White with #4021DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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