Html Css Color HEX #442AEC Han Purple

📋 copy color: '#442AEC'

red 68 ◦ green 42 ◦ blue 236

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

Shades of Han Purple #442AEC

Tints of Han Purple #442AEC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.14%

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

R = 19.65%
G = 12.14%
B = 68.21%

CMYK

 C value IS 0.71

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#442AEC (or 0x442AEC) is known color: Han Purple. HEX triplet: 44, 2A and EC. RGB value is (68,42,236). Sum of RGB (Red+Green+Blue) = 68+42+236=346 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.65% from 346); Green value is 42 (16.80% from 255 or 12.14% from 346); Blue value is 236 (92.58% from 255 or 68.21% from 346); Max value from RGB is 236 - color contains mainly: blue. Hex color #442AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #442AEC is #BBD513. Grayscale: #474747. Windows color (decimal): -12309780 or 15477316. OLE color: 15477316.

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

Color convert

RGB 68 42 236 -
CMYK 0.71 0.82 0 0.07
HSL 248.04º 0.84% 0.55% -
HSV(B) 248.04º 0.82% 0.93% -
XYZ 18.35 8.94 80.12 -
YUV 71.89 220.61 125.23 -
System Red Green Blue C M Y K H S L
Decimal 68 42 236 0.71 0.82 0 0.07 248.04 0.84 0.55
Hex 44 2A EC 47 52 0 7 F8 54 37
Octal 104 52 354 107 122 0 7 370 124 67
Binary 1000100 101010 11101100 1000111 1010010 0 111 11111000 1010100 110111

Color Harmonies of #442AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442AEC

Black with #442AEC

Text Example


Text Example

White with #442AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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