Html Css Color HEX #442EDF Han Purple

📋 copy color: '#442EDF'

red 68 ◦ green 46 ◦ blue 223

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

Shades of Han Purple #442EDF

Tints of Han Purple #442EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 66.17%

R = 20.18%
G = 13.65%
B = 66.17%

CMYK

 C value IS 0.70

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#442EDF (or 0x442EDF) is known color: Han Purple. HEX triplet: 44, 2E and DF. RGB value is (68,46,223). Sum of RGB (Red+Green+Blue) = 68+46+223=337 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.18% from 337); Green value is 46 (18.36% from 255 or 13.65% from 337); Blue value is 223 (87.5% from 255 or 66.17% from 337); Max value from RGB is 223 - color contains mainly: blue. Hex color #442EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442EDF is #BBD120. Grayscale: #484848. Windows color (decimal): -12308769 or 14626372. OLE color: 14626372.

HSL color Cylindrical-coordinate representation of color #442EDF: hue angle of 247.46º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #442EDF is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 46 223 -
CMYK 0.70 0.79 0 0.13
HSL 247.46º 0.73% 0.53% -
HSV(B) 247.46º 0.79% 0.87% -
XYZ 16.68 8.51 70.58 -
YUV 72.76 212.79 124.61 -
System Red Green Blue C M Y K H S L
Decimal 68 46 223 0.70 0.79 0 0.13 247.46 0.73 0.53
Hex 44 2E DF 46 4F 0 D F7 49 35
Octal 104 56 337 106 117 0 15 367 111 65
Binary 1000100 101110 11011111 1000110 1001111 0 1101 11110111 1001001 110101

Color Harmonies of #442EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442EDF

Black with #442EDF

Text Example


Text Example

White with #442EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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