Html Css Color HEX #440EDD Han Purple

📋 copy color: '#440EDD'

red 68 ◦ green 14 ◦ blue 221

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

Shades of Han Purple #440EDD

Tints of Han Purple #440EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 72.94%

R = 22.44%
G = 4.62%
B = 72.94%

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

#440EDD (or 0x440EDD) is known color: Han Purple. HEX triplet: 44, 0E and DD. RGB value is (68,14,221). Sum of RGB (Red+Green+Blue) = 68+14+221=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 221 (86.72% from 255 or 72.94% from 303); Max value from RGB is 221 - color contains mainly: blue. Hex color #440EDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440EDD is #BBF122. Grayscale: #343434. Windows color (decimal): -12316963 or 14487108. OLE color: 14487108.

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

Color convert

RGB 68 14 221 -
CMYK 0.69 0.94 0 0.13
HSL 255.65º 0.88% 0.46% -
HSV(B) 255.65º 0.94% 0.87% -
XYZ 15.59 6.76 68.89 -
YUV 53.74 222.39 138.17 -
System Red Green Blue C M Y K H S L
Decimal 68 14 221 0.69 0.94 0 0.13 255.65 0.88 0.46
Hex 44 E DD 45 5E 0 D 100 58 2E
Octal 104 16 335 105 136 0 15 400 130 56
Binary 1000100 1110 11011101 1000101 1011110 0 1101 100000000 1011000 101110

Color Harmonies of #440EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440EDD

Black with #440EDD

Text Example


Text Example

White with #440EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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