Html Css Color HEX #440EFD Han Purple

📋 copy color: '#440EFD'

red 68 ◦ green 14 ◦ blue 253

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

Shades of Han Purple #440EFD

Tints of Han Purple #440EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 75.52%

R = 20.3%
G = 4.18%
B = 75.52%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#440EFD (or 0x440EFD) is known color: Han Purple. HEX triplet: 44, 0E and FD. RGB value is (68,14,253). Sum of RGB (Red+Green+Blue) = 68+14+253=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 14 (5.86% from 255 or 4.18% from 335); Blue value is 253 (99.22% from 255 or 75.52% from 335); Max value from RGB is 253 - color contains mainly: blue. Hex color #440EFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440EFD is #BBF102. Grayscale: #383838. Windows color (decimal): -12316931 or 16584260. OLE color: 16584260.

HSL color Cylindrical-coordinate representation of color #440EFD: hue angle of 253.56º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440EFD is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 68 14 253 -
CMYK 0.73 0.94 0 0.01
HSL 253.56º 0.98% 0.52% -
HSV(B) 253.56º 0.94% 0.99% -
XYZ 20.27 8.63 93.53 -
YUV 57.39 238.39 135.57 -
System Red Green Blue C M Y K H S L
Decimal 68 14 253 0.73 0.94 0 0.01 253.56 0.98 0.52
Hex 44 E FD 49 5E 0 1 FE 62 34
Octal 104 16 375 111 136 0 1 376 142 64
Binary 1000100 1110 11111101 1001001 1011110 0 1 11111110 1100010 110100

Color Harmonies of #440EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440EFD

Black with #440EFD

Text Example


Text Example

White with #440EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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