Html Css Color HEX #3221DB Han Purple

📋 copy color: '#3221DB'

red 50 ◦ green 33 ◦ blue 219

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

Shades of Han Purple #3221DB

Tints of Han Purple #3221DB

RGB

 RED value IS 50 (19.92% from 255) = 16.56%

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

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

R = 16.56%
G = 10.93%
B = 72.52%

CMYK

 C value IS 0.77

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3221DB (or 0x3221DB) is known color: Han Purple. HEX triplet: 32, 21 and DB. RGB value is (50,33,219). Sum of RGB (Red+Green+Blue) = 50+33+219=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 219 (85.94% from 255 or 72.52% from 302); Max value from RGB is 219 - color contains mainly: blue. Hex color #3221DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3221DB is #CDDE24. Grayscale: #3A3A3A. Windows color (decimal): -13491749 or 14360882. OLE color: 14360882.

HSL color Cylindrical-coordinate representation of color #3221DB: hue angle of 245.48º 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 #3221DB is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 50 33 219 -
CMYK 0.77 0.85 0 0.14
HSL 245.48º 0.74% 0.49% -
HSV(B) 245.48º 0.85% 0.86% -
XYZ 14.65 6.88 67.57 -
YUV 59.29 218.13 121.38 -
System Red Green Blue C M Y K H S L
Decimal 50 33 219 0.77 0.85 0 0.14 245.48 0.74 0.49
Hex 32 21 DB 4D 55 0 E F5 4A 31
Octal 62 41 333 115 125 0 16 365 112 61
Binary 110010 100001 11011011 1001101 1010101 0 1110 11110101 1001010 110001

Color Harmonies of #3221DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3221DB

Black with #3221DB

Text Example


Text Example

White with #3221DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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