Html Css Color HEX #442FEC Han Purple

📋 copy color: '#442FEC'

red 68 ◦ green 47 ◦ blue 236

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

Shades of Han Purple #442FEC

Tints of Han Purple #442FEC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.39%

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

R = 19.37%
G = 13.39%
B = 67.24%

CMYK

 C value IS 0.71

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#442FEC (or 0x442FEC) is known color: Han Purple. HEX triplet: 44, 2F and EC. RGB value is (68,47,236). Sum of RGB (Red+Green+Blue) = 68+47+236=351 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.37% from 351); Green value is 47 (18.75% from 255 or 13.39% from 351); Blue value is 236 (92.58% from 255 or 67.24% from 351); Max value from RGB is 236 - color contains mainly: blue. Hex color #442FEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #442FEC is #BBD013. Grayscale: #4A4A4A. Windows color (decimal): -12308500 or 15478596. OLE color: 15478596.

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

Color convert

RGB 68 47 236 -
CMYK 0.71 0.80 0 0.07
HSL 246.67º 0.83% 0.55% -
HSV(B) 246.67º 0.8% 0.93% -
XYZ 18.54 9.32 80.18 -
YUV 74.83 218.96 123.13 -
System Red Green Blue C M Y K H S L
Decimal 68 47 236 0.71 0.80 0 0.07 246.67 0.83 0.55
Hex 44 2F EC 47 50 0 7 F7 53 37
Octal 104 57 354 107 120 0 7 367 123 67
Binary 1000100 101111 11101100 1000111 1010000 0 111 11110111 1010011 110111

Color Harmonies of #442FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442FEC

Black with #442FEC

Text Example


Text Example

White with #442FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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