Html Css Color HEX #400DDA Han Purple

📋 copy color: '#400DDA'

red 64 ◦ green 13 ◦ blue 218

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

Shades of Han Purple #400DDA

Tints of Han Purple #400DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 73.9%

R = 21.69%
G = 4.41%
B = 73.9%

CMYK

 C value IS 0.71

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#400DDA (or 0x400DDA) is known color: Han Purple. HEX triplet: 40, 0D and DA. RGB value is (64,13,218). Sum of RGB (Red+Green+Blue) = 64+13+218=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 218 (85.55% from 255 or 73.90% from 295); Max value from RGB is 218 - color contains mainly: blue. Hex color #400DDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400DDA is #BFF225. Grayscale: #323232. Windows color (decimal): -12579366 or 14290240. OLE color: 14290240.

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

Color convert

RGB 64 13 218 -
CMYK 0.71 0.94 0 0.15
HSL 254.93º 0.89% 0.45% -
HSV(B) 254.93º 0.94% 0.85% -
XYZ 14.91 6.44 66.79 -
YUV 51.62 221.9 136.83 -
System Red Green Blue C M Y K H S L
Decimal 64 13 218 0.71 0.94 0 0.15 254.93 0.89 0.45
Hex 40 D DA 47 5E 0 F FF 59 2D
Octal 100 15 332 107 136 0 17 377 131 55
Binary 1000000 1101 11011010 1000111 1011110 0 1111 11111111 1011001 101101

Color Harmonies of #400DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400DDA

Black with #400DDA

Text Example


Text Example

White with #400DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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