Html Css Color HEX #440EDB Han Purple

📋 copy color: '#440EDB'

red 68 ◦ green 14 ◦ blue 219

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

Shades of Han Purple #440EDB

Tints of Han Purple #440EDB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.65%

 BLUE value IS 219 (85.94% from 255) = 72.76%

R = 22.59%
G = 4.65%
B = 72.76%

CMYK

 C value IS 0.69

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#440EDB (or 0x440EDB) is known color: Han Purple. HEX triplet: 44, 0E and DB. RGB value is (68,14,219). Sum of RGB (Red+Green+Blue) = 68+14+219=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 219 (85.94% from 255 or 72.76% from 301); Max value from RGB is 219 - color contains mainly: blue. Hex color #440EDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440EDB is #BBF124. Grayscale: #343434. Windows color (decimal): -12316965 or 14356036. OLE color: 14356036.

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

Color convert

RGB 68 14 219 -
CMYK 0.69 0.94 0 0.14
HSL 255.8º 0.88% 0.46% -
HSV(B) 255.8º 0.94% 0.86% -
XYZ 15.33 6.66 67.5 -
YUV 53.52 221.39 138.33 -
System Red Green Blue C M Y K H S L
Decimal 68 14 219 0.69 0.94 0 0.14 255.8 0.88 0.46
Hex 44 E DB 45 5E 0 E 100 58 2E
Octal 104 16 333 105 136 0 16 400 130 56
Binary 1000100 1110 11011011 1000101 1011110 0 1110 100000000 1011000 101110

Color Harmonies of #440EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440EDB

Black with #440EDB

Text Example


Text Example

White with #440EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,14,219); }

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

background-color css

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

 a { background-color: rgb(68,14,219); }

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

border-color css

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

 span { border-color: rgb(68,14,219); }

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