Html Css Color HEX #400DD1 Han Purple

📋 copy color: '#400DD1'

red 64 ◦ green 13 ◦ blue 209

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

Shades of Han Purple #400DD1

Tints of Han Purple #400DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 73.08%

R = 22.38%
G = 4.55%
B = 73.08%

CMYK

 C value IS 0.69

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#400DD1 (or 0x400DD1) is known color: Han Purple. HEX triplet: 40, 0D and D1. RGB value is (64,13,209). Sum of RGB (Red+Green+Blue) = 64+13+209=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 209 (82.03% from 255 or 73.08% from 286); Max value from RGB is 209 - color contains mainly: blue. Hex color #400DD1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400DD1 is #BFF22E. Grayscale: #313131. Windows color (decimal): -12579375 or 13700416. OLE color: 13700416.

HSL color Cylindrical-coordinate representation of color #400DD1: hue angle of 255.61º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400DD1 is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 13 209 -
CMYK 0.69 0.94 0 0.18
HSL 255.61º 0.88% 0.44% -
HSV(B) 255.61º 0.94% 0.82% -
XYZ 13.77 5.98 60.75 -
YUV 50.59 217.4 137.56 -
System Red Green Blue C M Y K H S L
Decimal 64 13 209 0.69 0.94 0 0.18 255.61 0.88 0.44
Hex 40 D D1 45 5E 0 12 100 58 2C
Octal 100 15 321 105 136 0 22 400 130 54
Binary 1000000 1101 11010001 1000101 1011110 0 10010 100000000 1011000 101100

Color Harmonies of #400DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400DD1

Black with #400DD1

Text Example


Text Example

White with #400DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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