Html Css Color HEX #440EEA Han Purple

📋 copy color: '#440EEA'

red 68 ◦ green 14 ◦ blue 234

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

Shades of Han Purple #440EEA

Tints of Han Purple #440EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 74.05%

R = 21.52%
G = 4.43%
B = 74.05%

CMYK

 C value IS 0.71

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#440EEA (or 0x440EEA) is known color: Han Purple. HEX triplet: 44, 0E and EA. RGB value is (68,14,234). Sum of RGB (Red+Green+Blue) = 68+14+234=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 234 (91.80% from 255 or 74.05% from 316); Max value from RGB is 234 - color contains mainly: blue. Hex color #440EEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440EEA is #BBF115. Grayscale: #363636. Windows color (decimal): -12316950 or 15339076. OLE color: 15339076.

HSL color Cylindrical-coordinate representation of color #440EEA: hue angle of 254.73º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440EEA is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 68 14 234 -
CMYK 0.71 0.94 0 0.08
HSL 254.73º 0.89% 0.49% -
HSV(B) 254.73º 0.94% 0.92% -
XYZ 17.39 7.48 78.37 -
YUV 55.23 228.89 137.11 -
System Red Green Blue C M Y K H S L
Decimal 68 14 234 0.71 0.94 0 0.08 254.73 0.89 0.49
Hex 44 E EA 47 5E 0 8 FF 59 31
Octal 104 16 352 107 136 0 10 377 131 61
Binary 1000100 1110 11101010 1000111 1011110 0 1000 11111111 1011001 110001

Color Harmonies of #440EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440EEA

Black with #440EEA

Text Example


Text Example

White with #440EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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