Html Css Color HEX #400DDE Han Purple

📋 copy color: '#400DDE'

red 64 ◦ green 13 ◦ blue 222

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

Shades of Han Purple #400DDE

Tints of Han Purple #400DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 74.25%

R = 21.4%
G = 4.35%
B = 74.25%

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

#400DDE (or 0x400DDE) is known color: Han Purple. HEX triplet: 40, 0D and DE. RGB value is (64,13,222). Sum of RGB (Red+Green+Blue) = 64+13+222=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 13 (5.47% from 255 or 4.35% from 299); Blue value is 222 (87.11% from 255 or 74.25% from 299); Max value from RGB is 222 - color contains mainly: blue. Hex color #400DDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400DDE is #BFF221. Grayscale: #333333. Windows color (decimal): -12579362 or 14552384. OLE color: 14552384.

HSL color Cylindrical-coordinate representation of color #400DDE: hue angle of 254.64º 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 #400DDE is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 13 222 -
CMYK 0.71 0.94 0 0.13
HSL 254.64º 0.89% 0.46% -
HSV(B) 254.64º 0.94% 0.87% -
XYZ 15.44 6.65 69.58 -
YUV 52.08 223.9 136.51 -
System Red Green Blue C M Y K H S L
Decimal 64 13 222 0.71 0.94 0 0.13 254.64 0.89 0.46
Hex 40 D DE 47 5E 0 D FF 59 2E
Octal 100 15 336 107 136 0 15 377 131 56
Binary 1000000 1101 11011110 1000111 1011110 0 1101 11111111 1011001 101110

Color Harmonies of #400DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400DDE

Black with #400DDE

Text Example


Text Example

White with #400DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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