Html Css Color HEX #442ADB Han Purple

📋 copy color: '#442ADB'

red 68 ◦ green 42 ◦ blue 219

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

Shades of Han Purple #442ADB

Tints of Han Purple #442ADB

RGB

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

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

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

R = 20.67%
G = 12.77%
B = 66.57%

CMYK

 C value IS 0.69

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#442ADB (or 0x442ADB) is known color: Han Purple. HEX triplet: 44, 2A and DB. RGB value is (68,42,219). Sum of RGB (Red+Green+Blue) = 68+42+219=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 42 (16.80% from 255 or 12.77% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #442ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442ADB is #BBD524. Grayscale: #454545. Windows color (decimal): -12309797 or 14363204. OLE color: 14363204.

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

Color convert

RGB 68 42 219 -
CMYK 0.69 0.81 0 0.14
HSL 248.81º 0.71% 0.51% -
HSV(B) 248.81º 0.81% 0.86% -
XYZ 16 8 67.72 -
YUV 69.95 212.11 126.61 -
System Red Green Blue C M Y K H S L
Decimal 68 42 219 0.69 0.81 0 0.14 248.81 0.71 0.51
Hex 44 2A DB 45 51 0 E F9 47 33
Octal 104 52 333 105 121 0 16 371 107 63
Binary 1000100 101010 11011011 1000101 1010001 0 1110 11111001 1000111 110011

Color Harmonies of #442ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442ADB

Black with #442ADB

Text Example


Text Example

White with #442ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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