Html Css Color HEX #402DDF Han Purple

📋 copy color: '#402DDF'

red 64 ◦ green 45 ◦ blue 223

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

Shades of Han Purple #402DDF

Tints of Han Purple #402DDF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.55%

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

R = 19.28%
G = 13.55%
B = 67.17%

CMYK

 C value IS 0.71

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#402DDF (or 0x402DDF) is known color: Han Purple. HEX triplet: 40, 2D and DF. RGB value is (64,45,223). Sum of RGB (Red+Green+Blue) = 64+45+223=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 223 (87.5% from 255 or 67.17% from 332); Max value from RGB is 223 - color contains mainly: blue. Hex color #402DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402DDF is #BFD220. Grayscale: #464646. Windows color (decimal): -12571169 or 14626112. OLE color: 14626112.

HSL color Cylindrical-coordinate representation of color #402DDF: hue angle of 246.4º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #402DDF is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 45 223 -
CMYK 0.71 0.80 0 0.13
HSL 246.4º 0.74% 0.53% -
HSV(B) 246.4º 0.8% 0.87% -
XYZ 16.37 8.29 70.55 -
YUV 70.97 213.79 123.03 -
System Red Green Blue C M Y K H S L
Decimal 64 45 223 0.71 0.80 0 0.13 246.4 0.74 0.53
Hex 40 2D DF 47 50 0 D F6 4A 35
Octal 100 55 337 107 120 0 15 366 112 65
Binary 1000000 101101 11011111 1000111 1010000 0 1101 11110110 1001010 110101

Color Harmonies of #402DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402DDF

Black with #402DDF

Text Example


Text Example

White with #402DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402DDF; }

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

 H1.HeaderClassName
 {
   color: #402DDF;
 }
 .AnyTagClassName
 {
   color: #402DDF;
 }
</style>

background-color css

<style>
 a { background-color: #402DDF; }

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

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

border-color css

<style>
 span { border-color: #402DDF; }

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

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