Html Css Color HEX #440DE0 Han Purple

📋 copy color: '#440DE0'

red 68 ◦ green 13 ◦ blue 224

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

Shades of Han Purple #440DE0

Tints of Han Purple #440DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 73.44%

R = 22.3%
G = 4.26%
B = 73.44%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#440DE0 (or 0x440DE0) is known color: Han Purple. HEX triplet: 44, 0D and E0. RGB value is (68,13,224). Sum of RGB (Red+Green+Blue) = 68+13+224=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 224 (87.89% from 255 or 73.44% from 305); Max value from RGB is 224 - color contains mainly: blue. Hex color #440DE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440DE0 is #BBF21F. Grayscale: #343434. Windows color (decimal): -12317216 or 14683460. OLE color: 14683460.

HSL color Cylindrical-coordinate representation of color #440DE0: hue angle of 255.64º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440DE0 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 68 13 224 -
CMYK 0.70 0.94 0 0.12
HSL 255.64º 0.89% 0.46% -
HSV(B) 255.64º 0.94% 0.88% -
XYZ 15.98 6.9 71.01 -
YUV 53.5 224.22 138.34 -
System Red Green Blue C M Y K H S L
Decimal 68 13 224 0.70 0.94 0 0.12 255.64 0.89 0.46
Hex 44 D E0 46 5E 0 C 100 59 2E
Octal 104 15 340 106 136 0 14 400 131 56
Binary 1000100 1101 11100000 1000110 1011110 0 1100 100000000 1011001 101110

Color Harmonies of #440DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440DE0

Black with #440DE0

Text Example


Text Example

White with #440DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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