#3C1ED5

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

Shades of Han Purple #3C1ED5

Tints of Han Purple #3C1ED5

Color information

#3C1ED5 (or 0x3C1ED5) is unknown color: approx Han Purple. HEX triplet: 3C, 1E and D5. RGB value is (60,30,213). Sum of RGB (Red+Green+Blue) = 60+30+213=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 213 (83.59% from 255 or 70.30% from 303); Max value from RGB is 213 - color contains mainly: blue. Hex color #3C1ED5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C1ED5 is #C3E12A. Grayscale: #3B3B3B. Windows color (decimal): -12837163 or 13966908. OLE color: 13966908.

HSL color Cylindrical-coordinate representation of color #3C1ED5: hue angle of 249.84º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C1ED5 is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6030213-
CMYK0.720.8600.16
HSL249.84º75.31%47.65%-
HSV(B)249.84º85.92%83.53%-
XYZ14.346.6963.49-
YUV59.83214.44128.12-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.80%
GREEN value IS 30 (12.11% from 255) = 9.90%
BLUE value IS 213 (83.59% from 255) = 70.30%
R=19.80%
G=9.90%
B=70.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal60302130.720.8600.16249.8475.3147.65
Hex3C1ED54856010fa4b30
Octal743632511012602037211360
Binary111100111101101010110010001010110010000111110101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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