Html Css Color HEX #440EFE Han Purple

📋 copy color: '#440EFE'

red 68 ◦ green 14 ◦ blue 254

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

Shades of Han Purple #440EFE

Tints of Han Purple #440EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 75.6%

R = 20.24%
G = 4.17%
B = 75.6%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#440EFE (or 0x440EFE) is known color: Han Purple. HEX triplet: 44, 0E and FE. RGB value is (68,14,254). Sum of RGB (Red+Green+Blue) = 68+14+254=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 14 (5.86% from 255 or 4.17% from 336); Blue value is 254 (99.61% from 255 or 75.60% from 336); Max value from RGB is 254 - color contains mainly: blue. Hex color #440EFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440EFE is #BBF101. Grayscale: #383838. Windows color (decimal): -12316930 or 16649796. OLE color: 16649796.

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

Color convert

RGB 68 14 254 -
CMYK 0.73 0.94 0 0.00
HSL 253.5º 0.99% 0.53% -
HSV(B) 253.5º 0.94% 1% -
XYZ 20.43 8.7 94.37 -
YUV 57.51 238.89 135.49 -
System Red Green Blue C M Y K H S L
Decimal 68 14 254 0.73 0.94 0 0.00 253.5 0.99 0.53
Hex 44 E FE 49 5E 0 0 FE 63 35
Octal 104 16 376 111 136 0 0 376 143 65
Binary 1000100 1110 11111110 1001001 1011110 0 0 11111110 1100011 110101

Color Harmonies of #440EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440EFE

Black with #440EFE

Text Example


Text Example

White with #440EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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