#3C2FEA

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

Shades of Han Purple #3C2FEA

Tints of Han Purple #3C2FEA

Color information

#3C2FEA (or 0x3C2FEA) is unknown color: approx Han Purple. HEX triplet: 3C, 2F and EA. RGB value is (60,47,234). Sum of RGB (Red+Green+Blue) = 60+47+234=341 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.60% from 341); Green value is 47 (18.75% from 255 or 13.78% from 341); Blue value is 234 (91.80% from 255 or 68.62% from 341); Max value from RGB is 234 - color contains mainly: blue. Hex color #3C2FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C2FEA is #C3D015. Grayscale: #474747. Windows color (decimal): -12832790 or 15347516. OLE color: 15347516.

HSL color Cylindrical-coordinate representation of color #3C2FEA: hue angle of 244.17º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C2FEA is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB6047234-
CMYK0.740.8000.08
HSL244.17º81.66%55.1%-
HSV(B)244.17º79.91%91.76%-
XYZ17.738.9378.63-
YUV72.2219.31119.29-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.60%
GREEN value IS 47 (18.75% from 255) = 13.78%
BLUE value IS 234 (91.80% from 255) = 68.62%
R=17.60%
G=13.78%
B=68.62%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal60472340.740.8000.08244.1781.6655.1
Hex3C2FEA4A5008f45237
Octal745735211212001036412267
Binary111100101111111010101001010101000001000111101001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,47,234); }

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

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

 a { background-color: rgb(60,47,234); }

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

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

 span { border-color: rgb(60,47,234); }

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