Html Css Color HEX #441CDB Han Purple

📋 copy color: '#441CDB'

red 68 ◦ green 28 ◦ blue 219

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

Shades of Han Purple #441CDB

Tints of Han Purple #441CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.89%

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

R = 21.59%
G = 8.89%
B = 69.52%

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

#441CDB (or 0x441CDB) is known color: Han Purple. HEX triplet: 44, 1C and DB. RGB value is (68,28,219). Sum of RGB (Red+Green+Blue) = 68+28+219=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 219 (85.94% from 255 or 69.52% from 315); Max value from RGB is 219 - color contains mainly: blue. Hex color #441CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441CDB is #BBE324. Grayscale: #3D3D3D. Windows color (decimal): -12313381 or 14359620. OLE color: 14359620.

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

Color convert

RGB 68 28 219 -
CMYK 0.69 0.87 0 0.14
HSL 252.57º 0.77% 0.48% -
HSV(B) 252.57º 0.87% 0.86% -
XYZ 15.59 7.17 67.58 -
YUV 61.73 216.75 132.47 -
System Red Green Blue C M Y K H S L
Decimal 68 28 219 0.69 0.87 0 0.14 252.57 0.77 0.48
Hex 44 1C DB 45 57 0 E FD 4D 30
Octal 104 34 333 105 127 0 16 375 115 60
Binary 1000100 11100 11011011 1000101 1010111 0 1110 11111101 1001101 110000

Color Harmonies of #441CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441CDB

Black with #441CDB

Text Example


Text Example

White with #441CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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