Html Css Color HEX #440EFF Han Purple

📋 copy color: '#440EFF'

red 68 ◦ green 14 ◦ blue 255

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

Shades of Han Purple #440EFF

Tints of Han Purple #440EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 75.67%

R = 20.18%
G = 4.15%
B = 75.67%

CMYK

 C value IS 0.73

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#440EFF (or 0x440EFF) is known color: Han Purple. HEX triplet: 44, 0E and FF. RGB value is (68,14,255). Sum of RGB (Red+Green+Blue) = 68+14+255=337 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.18% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 255 (100% from 255 or 75.67% from 337); Max value from RGB is 255 - color contains mainly: blue. Hex color #440EFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440EFF is #BBF100. Grayscale: #383838. Windows color (decimal): -12316929 or 16715332. OLE color: 16715332.

HSL color Cylindrical-coordinate representation of color #440EFF: hue angle of 253.44º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440EFF is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 68 14 255 -
CMYK 0.73 0.95 0 0
HSL 253.44º 1% 0.53% -
HSV(B) 253.44º 0.95% 1% -
XYZ 20.59 8.76 95.21 -
YUV 57.62 239.39 135.4 -
System Red Green Blue C M Y K H S L
Decimal 68 14 255 0.73 0.95 0 0 253.44 1 0.53
Hex 44 E FF 49 5F 0 0 FD 64 35
Octal 104 16 377 111 137 0 0 375 144 65
Binary 1000100 1110 11111111 1001001 1011111 0 0 11111101 1100100 110101

Color Harmonies of #440EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440EFF

Black with #440EFF

Text Example


Text Example

White with #440EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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