Html Css Color HEX #440FE0 Han Purple

📋 copy color: '#440FE0'

red 68 ◦ green 15 ◦ blue 224

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

Shades of Han Purple #440FE0

Tints of Han Purple #440FE0

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.89%

 BLUE value IS 224 (87.89% from 255) = 72.96%

R = 22.15%
G = 4.89%
B = 72.96%

CMYK

 C value IS 0.70

 M value IS 0.93

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#440FE0 (or 0x440FE0) is known color: Han Purple. HEX triplet: 44, 0F and E0. RGB value is (68,15,224). Sum of RGB (Red+Green+Blue) = 68+15+224=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 224 (87.89% from 255 or 72.96% from 307); Max value from RGB is 224 - color contains mainly: blue. Hex color #440FE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440FE0 is #BBF01F. Grayscale: #353535. Windows color (decimal): -12316704 or 14683972. OLE color: 14683972.

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

Color convert

RGB 68 15 224 -
CMYK 0.70 0.93 0 0.12
HSL 255.22º 0.87% 0.47% -
HSV(B) 255.22º 0.93% 0.88% -
XYZ 16.01 6.95 71.02 -
YUV 54.67 223.56 137.51 -
System Red Green Blue C M Y K H S L
Decimal 68 15 224 0.70 0.93 0 0.12 255.22 0.87 0.47
Hex 44 F E0 46 5D 0 C FF 57 2F
Octal 104 17 340 106 135 0 14 377 127 57
Binary 1000100 1111 11100000 1000110 1011101 0 1100 11111111 1010111 101111

Color Harmonies of #440FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440FE0

Black with #440FE0

Text Example


Text Example

White with #440FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,15,224); }

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

background-color css

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

 a { background-color: rgb(68,15,224); }

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

border-color css

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

 span { border-color: rgb(68,15,224); }

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