Html Css Color HEX #400DDF Han Purple

📋 copy color: '#400DDF'

red 64 ◦ green 13 ◦ blue 223

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

Shades of Han Purple #400DDF

Tints of Han Purple #400DDF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.33%

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

R = 21.33%
G = 4.33%
B = 74.33%

CMYK

 C value IS 0.71

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#400DDF (or 0x400DDF) is known color: Han Purple. HEX triplet: 40, 0D and DF. RGB value is (64,13,223). Sum of RGB (Red+Green+Blue) = 64+13+223=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 13 (5.47% from 255 or 4.33% from 300); Blue value is 223 (87.5% from 255 or 74.33% from 300); Max value from RGB is 223 - color contains mainly: blue. Hex color #400DDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400DDF is #BFF220. Grayscale: #333333. Windows color (decimal): -12579361 or 14617920. OLE color: 14617920.

HSL color Cylindrical-coordinate representation of color #400DDF: hue angle of 254.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400DDF is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 13 223 -
CMYK 0.71 0.94 0 0.13
HSL 254.57º 0.89% 0.46% -
HSV(B) 254.57º 0.94% 0.87% -
XYZ 15.58 6.71 70.29 -
YUV 52.19 224.4 136.42 -
System Red Green Blue C M Y K H S L
Decimal 64 13 223 0.71 0.94 0 0.13 254.57 0.89 0.46
Hex 40 D DF 47 5E 0 D FF 59 2E
Octal 100 15 337 107 136 0 15 377 131 56
Binary 1000000 1101 11011111 1000111 1011110 0 1101 11111111 1011001 101110

Color Harmonies of #400DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400DDF

Black with #400DDF

Text Example


Text Example

White with #400DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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