Html Css Color HEX #440EDE Han Purple

📋 copy color: '#440EDE'

red 68 ◦ green 14 ◦ blue 222

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

Shades of Han Purple #440EDE

Tints of Han Purple #440EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 73.03%

R = 22.37%
G = 4.61%
B = 73.03%

CMYK

 C value IS 0.69

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#440EDE (or 0x440EDE) is known color: Han Purple. HEX triplet: 44, 0E and DE. RGB value is (68,14,222). Sum of RGB (Red+Green+Blue) = 68+14+222=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 14 (5.86% from 255 or 4.61% from 304); Blue value is 222 (87.11% from 255 or 73.03% from 304); Max value from RGB is 222 - color contains mainly: blue. Hex color #440EDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440EDE is #BBF121. Grayscale: #353535. Windows color (decimal): -12316962 or 14552644. OLE color: 14552644.

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

Color convert

RGB 68 14 222 -
CMYK 0.69 0.94 0 0.13
HSL 255.58º 0.88% 0.46% -
HSV(B) 255.58º 0.94% 0.87% -
XYZ 15.73 6.82 69.59 -
YUV 53.86 222.89 138.09 -
System Red Green Blue C M Y K H S L
Decimal 68 14 222 0.69 0.94 0 0.13 255.58 0.88 0.46
Hex 44 E DE 45 5E 0 D 100 58 2E
Octal 104 16 336 105 136 0 15 400 130 56
Binary 1000100 1110 11011110 1000101 1011110 0 1101 100000000 1011000 101110

Color Harmonies of #440EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440EDE

Black with #440EDE

Text Example


Text Example

White with #440EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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