Html Css Color HEX #440DD1 Han Purple

📋 copy color: '#440DD1'

red 68 ◦ green 13 ◦ blue 209

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

Shades of Han Purple #440DD1

Tints of Han Purple #440DD1

RGB

 RED value IS 68 (26.95% from 255) = 23.45%

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

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

R = 23.45%
G = 4.48%
B = 72.07%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#440DD1 (or 0x440DD1) is known color: Han Purple. HEX triplet: 44, 0D and D1. RGB value is (68,13,209). Sum of RGB (Red+Green+Blue) = 68+13+209=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 13 (5.47% from 255 or 4.48% from 290); Blue value is 209 (82.03% from 255 or 72.07% from 290); Max value from RGB is 209 - color contains mainly: blue. Hex color #440DD1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440DD1 is #BBF22E. Grayscale: #333333. Windows color (decimal): -12317231 or 13700420. OLE color: 13700420.

HSL color Cylindrical-coordinate representation of color #440DD1: hue angle of 256.84º 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 #440DD1 is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 68 13 209 -
CMYK 0.67 0.94 0 0.18
HSL 256.84º 0.88% 0.44% -
HSV(B) 256.84º 0.94% 0.82% -
XYZ 14.04 6.12 60.76 -
YUV 51.79 216.72 139.56 -
System Red Green Blue C M Y K H S L
Decimal 68 13 209 0.67 0.94 0 0.18 256.84 0.88 0.44
Hex 44 D D1 43 5E 0 12 101 58 2C
Octal 104 15 321 103 136 0 22 401 130 54
Binary 1000100 1101 11010001 1000011 1011110 0 10010 100000001 1011000 101100

Color Harmonies of #440DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440DD1

Black with #440DD1

Text Example


Text Example

White with #440DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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