#3C1EE1

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

Shades of Han Purple #3C1EE1

Tints of Han Purple #3C1EE1

Color information

#3C1EE1 (or 0x3C1EE1) is unknown color: approx Han Purple. HEX triplet: 3C, 1E and E1. RGB value is (60,30,225). Sum of RGB (Red+Green+Blue) = 60+30+225=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 225 (88.28% from 255 or 71.43% from 315); Max value from RGB is 225 - color contains mainly: blue. Hex color #3C1EE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C1EE1 is #C3E11E. Grayscale: #3C3C3C. Windows color (decimal): -12837151 or 14753340. OLE color: 14753340.

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

Color convert

RGB6030225-
CMYK0.730.8700.12
HSL249.23º76.47%50%-
HSV(B)249.23º86.67%88.24%-
XYZ15.927.3371.81-
YUV61.2220.44127.14-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.05%
GREEN value IS 30 (12.11% from 255) = 9.52%
BLUE value IS 225 (88.28% from 255) = 71.43%
R=19.05%
G=9.52%
B=71.43%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal60302250.730.8700.12249.2376.4750
Hex3C1EE149570Cf94c32
Octal743634111112701437111462
Binary11110011110111000011001001101011101100111110011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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