#3C20F0

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

Shades of Han Purple #3C20F0

Tints of Han Purple #3C20F0

Color information

#3C20F0 (or 0x3C20F0) is unknown color: approx Han Purple. HEX triplet: 3C, 20 and F0. RGB value is (60,32,240). Sum of RGB (Red+Green+Blue) = 60+32+240=332 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.07% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 240 (94.14% from 255 or 72.29% from 332); Max value from RGB is 240 - color contains mainly: blue. Hex color #3C20F0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C20F0 is #C3DF0F. Grayscale: #3F3F3F. Windows color (decimal): -12836624 or 15736892. OLE color: 15736892.

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

Color convert

RGB6032240-
CMYK0.750.8700.06
HSL248.08º87.39%53.33%-
HSV(B)248.08º86.67%94.12%-
XYZ18.118.2883.08-
YUV64.08227.28125.09-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.07%
GREEN value IS 32 (12.89% from 255) = 9.64%
BLUE value IS 240 (94.14% from 255) = 72.29%
R=18.07%
G=9.64%
B=72.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal60322400.750.8700.06248.0887.3953.33
Hex3C20F04B5706f85735
Octal74403601131270637012765
Binary11110010000011110000100101110101110110111110001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C20F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,32,240); }

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

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

 a { background-color: rgb(60,32,240); }

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

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

 span { border-color: rgb(60,32,240); }

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