Html Css Color HEX #442DDB Han Purple

📋 copy color: '#442DDB'

red 68 ◦ green 45 ◦ blue 219

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

Shades of Han Purple #442DDB

Tints of Han Purple #442DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 65.96%

R = 20.48%
G = 13.55%
B = 65.96%

CMYK

 C value IS 0.69

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#442DDB (or 0x442DDB) is known color: Han Purple. HEX triplet: 44, 2D and DB. RGB value is (68,45,219). Sum of RGB (Red+Green+Blue) = 68+45+219=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #442DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442DDB is #BBD224. Grayscale: #474747. Windows color (decimal): -12309029 or 14363972. OLE color: 14363972.

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

Color convert

RGB 68 45 219 -
CMYK 0.69 0.79 0 0.14
HSL 247.93º 0.71% 0.52% -
HSV(B) 247.93º 0.79% 0.86% -
XYZ 16.11 8.22 67.76 -
YUV 71.71 211.12 125.35 -
System Red Green Blue C M Y K H S L
Decimal 68 45 219 0.69 0.79 0 0.14 247.93 0.71 0.52
Hex 44 2D DB 45 4F 0 E F8 47 34
Octal 104 55 333 105 117 0 16 370 107 64
Binary 1000100 101101 11011011 1000101 1001111 0 1110 11111000 1000111 110100

Color Harmonies of #442DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442DDB

Black with #442DDB

Text Example


Text Example

White with #442DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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