Html Css Color HEX #4421DB Han Purple

📋 copy color: '#4421DB'

red 68 ◦ green 33 ◦ blue 219

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

Shades of Han Purple #4421DB

Tints of Han Purple #4421DB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.31%

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

R = 21.25%
G = 10.31%
B = 68.44%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4421DB (or 0x4421DB) is known color: Han Purple. HEX triplet: 44, 21 and DB. RGB value is (68,33,219). Sum of RGB (Red+Green+Blue) = 68+33+219=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 219 (85.94% from 255 or 68.44% from 320); Max value from RGB is 219 - color contains mainly: blue. Hex color #4421DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4421DB is #BBDE24. Grayscale: #3F3F3F. Windows color (decimal): -12312101 or 14360900. OLE color: 14360900.

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

Color convert

RGB 68 33 219 -
CMYK 0.69 0.85 0 0.14
HSL 251.29º 0.74% 0.49% -
HSV(B) 251.29º 0.85% 0.86% -
XYZ 15.71 7.43 67.62 -
YUV 64.67 215.1 130.38 -
System Red Green Blue C M Y K H S L
Decimal 68 33 219 0.69 0.85 0 0.14 251.29 0.74 0.49
Hex 44 21 DB 45 55 0 E FB 4A 31
Octal 104 41 333 105 125 0 16 373 112 61
Binary 1000100 100001 11011011 1000101 1010101 0 1110 11111011 1001010 110001

Color Harmonies of #4421DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4421DB

Black with #4421DB

Text Example


Text Example

White with #4421DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4421DB; }

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

 H1.HeaderClassName
 {
   color: #4421DB;
 }
 .AnyTagClassName
 {
   color: #4421DB;
 }
</style>

background-color css

<style>
 a { background-color: #4421DB; }

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

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

border-color css

<style>
 span { border-color: #4421DB; }

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

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