Html Css Color HEX #442DEC Han Purple

📋 copy color: '#442DEC'

red 68 ◦ green 45 ◦ blue 236

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

Shades of Han Purple #442DEC

Tints of Han Purple #442DEC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.89%

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

R = 19.48%
G = 12.89%
B = 67.62%

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

#442DEC (or 0x442DEC) is known color: Han Purple. HEX triplet: 44, 2D and EC. RGB value is (68,45,236). Sum of RGB (Red+Green+Blue) = 68+45+236=349 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.48% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 236 (92.58% from 255 or 67.62% from 349); Max value from RGB is 236 - color contains mainly: blue. Hex color #442DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #442DEC is #BBD213. Grayscale: #484848. Windows color (decimal): -12309012 or 15478084. OLE color: 15478084.

HSL color Cylindrical-coordinate representation of color #442DEC: hue angle of 247.23º 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 #442DEC is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 68 45 236 -
CMYK 0.71 0.81 0 0.07
HSL 247.23º 0.83% 0.55% -
HSV(B) 247.23º 0.81% 0.93% -
XYZ 18.46 9.16 80.15 -
YUV 73.65 219.62 123.97 -
System Red Green Blue C M Y K H S L
Decimal 68 45 236 0.71 0.81 0 0.07 247.23 0.83 0.55
Hex 44 2D EC 47 51 0 7 F7 53 37
Octal 104 55 354 107 121 0 7 367 123 67
Binary 1000100 101101 11101100 1000111 1010001 0 111 11110111 1010011 110111

Color Harmonies of #442DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442DEC

Black with #442DEC

Text Example


Text Example

White with #442DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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