Html Css Color HEX #442EEC Han Purple

📋 copy color: '#442EEC'

red 68 ◦ green 46 ◦ blue 236

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

Shades of Han Purple #442EEC

Tints of Han Purple #442EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 67.43%

R = 19.43%
G = 13.14%
B = 67.43%

CMYK

 C value IS 0.71

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#442EEC (or 0x442EEC) is known color: Han Purple. HEX triplet: 44, 2E and EC. RGB value is (68,46,236). Sum of RGB (Red+Green+Blue) = 68+46+236=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 46 (18.36% from 255 or 13.14% from 350); Blue value is 236 (92.58% from 255 or 67.43% from 350); Max value from RGB is 236 - color contains mainly: blue. Hex color #442EEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #442EEC is #BBD113. Grayscale: #494949. Windows color (decimal): -12308756 or 15478340. OLE color: 15478340.

HSL color Cylindrical-coordinate representation of color #442EEC: hue angle of 246.95º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #442EEC is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 68 46 236 -
CMYK 0.71 0.81 0 0.07
HSL 246.95º 0.83% 0.55% -
HSV(B) 246.95º 0.81% 0.93% -
XYZ 18.5 9.24 80.17 -
YUV 74.24 219.29 123.55 -
System Red Green Blue C M Y K H S L
Decimal 68 46 236 0.71 0.81 0 0.07 246.95 0.83 0.55
Hex 44 2E EC 47 51 0 7 F7 53 37
Octal 104 56 354 107 121 0 7 367 123 67
Binary 1000100 101110 11101100 1000111 1010001 0 111 11110111 1010011 110111

Color Harmonies of #442EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442EEC

Black with #442EEC

Text Example


Text Example

White with #442EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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