#4322DC

Color #4322DC Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #4322DC

Tints of Han Purple #4322DC

Color information

#4322DC (or 0x4322DC) is unknown color: approx Han Purple. HEX triplet: 43, 22 and DC. RGB value is (67,34,220). Sum of RGB (Red+Green+Blue) = 67+34+220=321 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.87% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #4322DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4322DC is #BCDD23. Grayscale: #404040. Windows color (decimal): -12377380 or 14426691. OLE color: 14426691.

HSL color Cylindrical-coordinate representation of color #4322DC: hue angle of 250.65º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4322DC is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6734220-
CMYK0.700.8500.14
HSL250.65º73.23%49.8%-
HSV(B)250.65º84.55%86.27%-
XYZ15.817.568.33-
YUV65.07215.43129.38-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.87%
GREEN value IS 34 (13.67% from 255) = 10.59%
BLUE value IS 220 (86.33% from 255) = 68.54%
R=20.87%
G=10.59%
B=68.54%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal67342200.700.8500.14250.6573.2349.8
Hex4322DC46550Efb4932
Octal1034233410612501637311162
Binary1000011100010110111001000110101010101110111110111001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4322DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4322DC; }

 p { color: rgb(67,34,220); }

 H1.HeaderClassName
 {
   color: #4322DC;
 }
 .AnyTagClassName
 {
   color: #4322DC;
 }
</style>
background-color css

<style>
 a { background-color: #4322DC; }

 a { background-color: rgb(67,34,220); }

 div.DivClassName
 {
   background-color: #4322DC;
 }
 .BgClassName
 {
   background-color: #4322DC;
 }
</style>
border-color css

<style>
 span { border-color: #4322DC; }

 span { border-color: rgb(67,34,220); }

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