#3C2FE5

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

Shades of Han Purple #3C2FE5

Tints of Han Purple #3C2FE5

Color information

#3C2FE5 (or 0x3C2FE5) is unknown color: approx Han Purple. HEX triplet: 3C, 2F and E5. RGB value is (60,47,229). Sum of RGB (Red+Green+Blue) = 60+47+229=336 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.86% from 336); Green value is 47 (18.75% from 255 or 13.99% from 336); Blue value is 229 (89.84% from 255 or 68.15% from 336); Max value from RGB is 229 - color contains mainly: blue. Hex color #3C2FE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2FE5 is #C3D01A. Grayscale: #464646. Windows color (decimal): -12832795 or 15019836. OLE color: 15019836.

HSL color Cylindrical-coordinate representation of color #3C2FE5: hue angle of 244.29º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C2FE5 is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB6047229-
CMYK0.740.7900.10
HSL244.29º77.78%54.12%-
HSV(B)244.29º79.48%89.8%-
XYZ17.028.6574.9-
YUV71.63216.81119.7-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.86%
GREEN value IS 47 (18.75% from 255) = 13.99%
BLUE value IS 229 (89.84% from 255) = 68.15%
R=17.86%
G=13.99%
B=68.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal60472290.740.7900.10244.2977.7854.12
Hex3C2FE54A4F0Af44e36
Octal745734511211701236411666
Binary111100101111111001011001010100111101010111101001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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