Html Css Color HEX #441DDB Han Purple

📋 copy color: '#441DDB'

red 68 ◦ green 29 ◦ blue 219

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

Shades of Han Purple #441DDB

Tints of Han Purple #441DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.18%

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

R = 21.52%
G = 9.18%
B = 69.3%

CMYK

 C value IS 0.69

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#441DDB (or 0x441DDB) is known color: Han Purple. HEX triplet: 44, 1D and DB. RGB value is (68,29,219). Sum of RGB (Red+Green+Blue) = 68+29+219=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 29 (11.72% from 255 or 9.18% from 316); Blue value is 219 (85.94% from 255 or 69.30% from 316); Max value from RGB is 219 - color contains mainly: blue. Hex color #441DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441DDB is #BBE224. Grayscale: #3D3D3D. Windows color (decimal): -12313125 or 14359876. OLE color: 14359876.

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

Color convert

RGB 68 29 219 -
CMYK 0.69 0.87 0 0.14
HSL 252.32º 0.77% 0.49% -
HSV(B) 252.32º 0.87% 0.86% -
XYZ 15.61 7.22 67.59 -
YUV 62.32 216.42 132.05 -
System Red Green Blue C M Y K H S L
Decimal 68 29 219 0.69 0.87 0 0.14 252.32 0.77 0.49
Hex 44 1D DB 45 57 0 E FC 4D 31
Octal 104 35 333 105 127 0 16 374 115 61
Binary 1000100 11101 11011011 1000101 1010111 0 1110 11111100 1001101 110001

Color Harmonies of #441DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441DDB

Black with #441DDB

Text Example


Text Example

White with #441DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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