Html Css Color HEX #442EDD Han Purple

📋 copy color: '#442EDD'

red 68 ◦ green 46 ◦ blue 221

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

Shades of Han Purple #442EDD

Tints of Han Purple #442EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 65.97%

R = 20.3%
G = 13.73%
B = 65.97%

CMYK

 C value IS 0.69

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#442EDD (or 0x442EDD) is known color: Han Purple. HEX triplet: 44, 2E and DD. RGB value is (68,46,221). Sum of RGB (Red+Green+Blue) = 68+46+221=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #442EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442EDD is #BBD122. Grayscale: #474747. Windows color (decimal): -12308771 or 14495300. OLE color: 14495300.

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

Color convert

RGB 68 46 221 -
CMYK 0.69 0.79 0 0.13
HSL 247.54º 0.72% 0.52% -
HSV(B) 247.54º 0.79% 0.87% -
XYZ 16.41 8.4 69.16 -
YUV 72.53 211.79 124.77 -
System Red Green Blue C M Y K H S L
Decimal 68 46 221 0.69 0.79 0 0.13 247.54 0.72 0.52
Hex 44 2E DD 45 4F 0 D F8 48 34
Octal 104 56 335 105 117 0 15 370 110 64
Binary 1000100 101110 11011101 1000101 1001111 0 1101 11111000 1001000 110100

Color Harmonies of #442EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442EDD

Black with #442EDD

Text Example


Text Example

White with #442EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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