Html Css Color HEX #440AE1 Han Purple

📋 copy color: '#440AE1'

red 68 ◦ green 10 ◦ blue 225

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

Shades of Han Purple #440AE1

Tints of Han Purple #440AE1

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.3%

 BLUE value IS 225 (88.28% from 255) = 74.26%

R = 22.44%
G = 3.3%
B = 74.26%

CMYK

 C value IS 0.70

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#440AE1 (or 0x440AE1) is known color: Han Purple. HEX triplet: 44, 0A and E1. RGB value is (68,10,225). Sum of RGB (Red+Green+Blue) = 68+10+225=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 10 (4.30% from 255 or 3.30% from 303); Blue value is 225 (88.28% from 255 or 74.26% from 303); Max value from RGB is 225 - color contains mainly: blue. Hex color #440AE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440AE1 is #BBF51E. Grayscale: #333333. Windows color (decimal): -12317983 or 14748228. OLE color: 14748228.

HSL color Cylindrical-coordinate representation of color #440AE1: hue angle of 256.19º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440AE1 is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 68 10 225 -
CMYK 0.70 0.96 0 0.12
HSL 256.19º 0.91% 0.46% -
HSV(B) 256.19º 0.96% 0.88% -
XYZ 16.08 6.88 71.71 -
YUV 51.85 225.72 139.52 -
System Red Green Blue C M Y K H S L
Decimal 68 10 225 0.70 0.96 0 0.12 256.19 0.91 0.46
Hex 44 A E1 46 60 0 C 100 5B 2E
Octal 104 12 341 106 140 0 14 400 133 56
Binary 1000100 1010 11100001 1000110 1100000 0 1100 100000000 1011011 101110

Color Harmonies of #440AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440AE1

Black with #440AE1

Text Example


Text Example

White with #440AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,10,225); }

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

background-color css

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

 a { background-color: rgb(68,10,225); }

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

border-color css

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

 span { border-color: rgb(68,10,225); }

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