Html Css Color HEX #442BDB Han Purple

📋 copy color: '#442BDB'

red 68 ◦ green 43 ◦ blue 219

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

Shades of Han Purple #442BDB

Tints of Han Purple #442BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.03%

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

R = 20.61%
G = 13.03%
B = 66.36%

CMYK

 C value IS 0.69

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#442BDB (or 0x442BDB) is known color: Han Purple. HEX triplet: 44, 2B and DB. RGB value is (68,43,219). Sum of RGB (Red+Green+Blue) = 68+43+219=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 43 (17.19% from 255 or 13.03% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #442BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442BDB is #BBD424. Grayscale: #454545. Windows color (decimal): -12309541 or 14363460. OLE color: 14363460.

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

Color convert

RGB 68 43 219 -
CMYK 0.69 0.80 0 0.14
HSL 248.52º 0.71% 0.51% -
HSV(B) 248.52º 0.8% 0.86% -
XYZ 16.03 8.07 67.73 -
YUV 70.54 211.78 126.19 -
System Red Green Blue C M Y K H S L
Decimal 68 43 219 0.69 0.80 0 0.14 248.52 0.71 0.51
Hex 44 2B DB 45 50 0 E F9 47 33
Octal 104 53 333 105 120 0 16 371 107 63
Binary 1000100 101011 11011011 1000101 1010000 0 1110 11111001 1000111 110011

Color Harmonies of #442BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442BDB

Black with #442BDB

Text Example


Text Example

White with #442BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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