Html Css Color HEX #442EF0 Han Purple

📋 copy color: '#442EF0'

red 68 ◦ green 46 ◦ blue 240

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

Shades of Han Purple #442EF0

Tints of Han Purple #442EF0

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.99%

 BLUE value IS 240 (94.14% from 255) = 67.8%

R = 19.21%
G = 12.99%
B = 67.8%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#442EF0 (or 0x442EF0) is known color: Han Purple. HEX triplet: 44, 2E and F0. RGB value is (68,46,240). Sum of RGB (Red+Green+Blue) = 68+46+240=354 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.21% from 354); Green value is 46 (18.36% from 255 or 12.99% from 354); Blue value is 240 (94.14% from 255 or 67.80% from 354); Max value from RGB is 240 - color contains mainly: blue. Hex color #442EF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #442EF0 is #BBD10F. Grayscale: #494949. Windows color (decimal): -12308752 or 15740484. OLE color: 15740484.

HSL color Cylindrical-coordinate representation of color #442EF0: hue angle of 246.8º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #442EF0 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 68 46 240 -
CMYK 0.72 0.81 0 0.06
HSL 246.8º 0.87% 0.56% -
HSV(B) 246.8º 0.81% 0.94% -
XYZ 19.09 9.47 83.26 -
YUV 74.69 221.29 123.23 -
System Red Green Blue C M Y K H S L
Decimal 68 46 240 0.72 0.81 0 0.06 246.8 0.87 0.56
Hex 44 2E F0 48 51 0 6 F7 57 38
Octal 104 56 360 110 121 0 6 367 127 70
Binary 1000100 101110 11110000 1001000 1010001 0 110 11110111 1010111 111000

Color Harmonies of #442EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442EF0

Black with #442EF0

Text Example


Text Example

White with #442EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442EF0; }

 p { color: rgb(68,46,240); }

 H1.HeaderClassName
 {
   color: #442EF0;
 }
 .AnyTagClassName
 {
   color: #442EF0;
 }
</style>

background-color css

<style>
 a { background-color: #442EF0; }

 a { background-color: rgb(68,46,240); }

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

border-color css

<style>
 span { border-color: #442EF0; }

 span { border-color: rgb(68,46,240); }

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