Html Css Color HEX #441BDB Han Purple

📋 copy color: '#441BDB'

red 68 ◦ green 27 ◦ blue 219

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

Shades of Han Purple #441BDB

Tints of Han Purple #441BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.6%

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

R = 21.66%
G = 8.6%
B = 69.75%

CMYK

 C value IS 0.69

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#441BDB (or 0x441BDB) is known color: Han Purple. HEX triplet: 44, 1B and DB. RGB value is (68,27,219). Sum of RGB (Red+Green+Blue) = 68+27+219=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 27 (10.94% from 255 or 8.60% from 314); Blue value is 219 (85.94% from 255 or 69.75% from 314); Max value from RGB is 219 - color contains mainly: blue. Hex color #441BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441BDB is #BBE424. Grayscale: #3C3C3C. Windows color (decimal): -12313637 or 14359364. OLE color: 14359364.

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

Color convert

RGB 68 27 219 -
CMYK 0.69 0.88 0 0.14
HSL 252.81º 0.78% 0.48% -
HSV(B) 252.81º 0.88% 0.86% -
XYZ 15.56 7.13 67.57 -
YUV 61.15 217.08 132.89 -
System Red Green Blue C M Y K H S L
Decimal 68 27 219 0.69 0.88 0 0.14 252.81 0.78 0.48
Hex 44 1B DB 45 58 0 E FD 4E 30
Octal 104 33 333 105 130 0 16 375 116 60
Binary 1000100 11011 11011011 1000101 1011000 0 1110 11111101 1001110 110000

Color Harmonies of #441BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441BDB

Black with #441BDB

Text Example


Text Example

White with #441BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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