Html Css Color HEX #442ED9 Han Purple

📋 copy color: '#442ED9'

red 68 ◦ green 46 ◦ blue 217

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

Shades of Han Purple #442ED9

Tints of Han Purple #442ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 65.56%

R = 20.54%
G = 13.9%
B = 65.56%

CMYK

 C value IS 0.69

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#442ED9 (or 0x442ED9) is known color: Han Purple. HEX triplet: 44, 2E and D9. RGB value is (68,46,217). Sum of RGB (Red+Green+Blue) = 68+46+217=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 217 (85.16% from 255 or 65.56% from 331); Max value from RGB is 217 - color contains mainly: blue. Hex color #442ED9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442ED9 is #BBD126. Grayscale: #474747. Windows color (decimal): -12308775 or 14233156. OLE color: 14233156.

HSL color Cylindrical-coordinate representation of color #442ED9: hue angle of 247.72º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #442ED9 is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 68 46 217 -
CMYK 0.69 0.79 0 0.15
HSL 247.72º 0.69% 0.52% -
HSV(B) 247.72º 0.79% 0.85% -
XYZ 15.89 8.19 66.39 -
YUV 72.07 209.79 125.1 -
System Red Green Blue C M Y K H S L
Decimal 68 46 217 0.69 0.79 0 0.15 247.72 0.69 0.52
Hex 44 2E D9 45 4F 0 F F8 45 34
Octal 104 56 331 105 117 0 17 370 105 64
Binary 1000100 101110 11011001 1000101 1001111 0 1111 11111000 1000101 110100

Color Harmonies of #442ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442ED9

Black with #442ED9

Text Example


Text Example

White with #442ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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