#3C2DE1

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

Shades of Han Purple #3C2DE1

Tints of Han Purple #3C2DE1

Color information

#3C2DE1 (or 0x3C2DE1) is unknown color: approx Han Purple. HEX triplet: 3C, 2D and E1. RGB value is (60,45,225). Sum of RGB (Red+Green+Blue) = 60+45+225=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 225 (88.28% from 255 or 68.18% from 330); Max value from RGB is 225 - color contains mainly: blue. Hex color #3C2DE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2DE1 is #C3D21E. Grayscale: #454545. Windows color (decimal): -12833311 or 14757180. OLE color: 14757180.

HSL color Cylindrical-coordinate representation of color #3C2DE1: hue angle of 245º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C2DE1 is Cyan = 0.73, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB6045225-
CMYK0.730.800.12
HSL245º75%52.94%-
HSV(B)245º80%88.24%-
XYZ16.398.2771.97-
YUV70215.47120.86-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.18%
GREEN value IS 45 (17.97% from 255) = 13.64%
BLUE value IS 225 (88.28% from 255) = 68.18%
R=18.18%
G=13.64%
B=68.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal60452250.730.800.122457552.94
Hex3C2DE149500Cf54b35
Octal745534111112001436511365
Binary111100101101111000011001001101000001100111101011001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C2DE1; }

 p { color: rgb(60,45,225); }

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

<style>
 a { background-color: #3C2DE1; }

 a { background-color: rgb(60,45,225); }

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

<style>
 span { border-color: #3C2DE1; }

 span { border-color: rgb(60,45,225); }

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