#3C2CEF

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

Shades of Han Purple #3C2CEF

Tints of Han Purple #3C2CEF

Color information

#3C2CEF (or 0x3C2CEF) is unknown color: approx Han Purple. HEX triplet: 3C, 2C and EF. RGB value is (60,44,239). Sum of RGB (Red+Green+Blue) = 60+44+239=343 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.49% from 343); Green value is 44 (17.58% from 255 or 12.83% from 343); Blue value is 239 (93.75% from 255 or 69.68% from 343); Max value from RGB is 239 - color contains mainly: blue. Hex color #3C2CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C2CEF is #C3D310. Grayscale: #464646. Windows color (decimal): -12833553 or 15674428. OLE color: 15674428.

HSL color Cylindrical-coordinate representation of color #3C2CEF: hue angle of 244.92º 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 #3C2CEF is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB6044239-
CMYK0.750.8200.06
HSL244.92º85.9%55.49%-
HSV(B)244.92º81.59%93.73%-
XYZ18.348.9982.43-
YUV71.01222.8120.14-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.49%
GREEN value IS 44 (17.58% from 255) = 12.83%
BLUE value IS 239 (93.75% from 255) = 69.68%
R=17.49%
G=12.83%
B=69.68%

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
Decimal60442390.750.8200.06244.9285.955.49
Hex3C2CEF4B5206f55637
Octal74543571131220636512667
Binary11110010110011101111100101110100100110111101011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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