#3C2BEF

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

Shades of Han Purple #3C2BEF

Tints of Han Purple #3C2BEF

Color information

#3C2BEF (or 0x3C2BEF) is unknown color: approx Han Purple. HEX triplet: 3C, 2B and EF. RGB value is (60,43,239). Sum of RGB (Red+Green+Blue) = 60+43+239=342 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.54% from 342); Green value is 43 (17.19% from 255 or 12.57% from 342); Blue value is 239 (93.75% from 255 or 69.88% from 342); Max value from RGB is 239 - color contains mainly: blue. Hex color #3C2BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C2BEF is #C3D410. Grayscale: #454545. Windows color (decimal): -12833809 or 15674172. OLE color: 15674172.

HSL color Cylindrical-coordinate representation of color #3C2BEF: hue angle of 245.2º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C2BEF is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB6043239-
CMYK0.750.8200.06
HSL245.2º85.96%55.29%-
HSV(B)245.2º82.01%93.73%-
XYZ18.318.9282.42-
YUV70.43223.13120.56-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.54%
GREEN value IS 43 (17.19% from 255) = 12.57%
BLUE value IS 239 (93.75% from 255) = 69.88%
R=17.54%
G=12.57%
B=69.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal60432390.750.8200.06245.285.9655.29
Hex3C2BEF4B5206f55637
Octal74533571131220636512667
Binary11110010101111101111100101110100100110111101011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,43,239); }

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

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

 a { background-color: rgb(60,43,239); }

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

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

 span { border-color: rgb(60,43,239); }

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