#3C1FF0

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

Shades of Han Purple #3C1FF0

Tints of Han Purple #3C1FF0

Color information

#3C1FF0 (or 0x3C1FF0) is unknown color: approx Han Purple. HEX triplet: 3C, 1F and F0. RGB value is (60,31,240). Sum of RGB (Red+Green+Blue) = 60+31+240=331 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.13% from 331); Green value is 31 (12.5% from 255 or 9.37% from 331); Blue value is 240 (94.14% from 255 or 72.51% from 331); Max value from RGB is 240 - color contains mainly: blue. Hex color #3C1FF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C1FF0 is #C3E00F. Grayscale: #3E3E3E. Windows color (decimal): -12836880 or 15736636. OLE color: 15736636.

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

Color convert

RGB6031240-
CMYK0.750.8700.06
HSL248.33º87.45%53.14%-
HSV(B)248.33º87.08%94.12%-
XYZ18.088.2383.07-
YUV63.5227.61125.51-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.13%
GREEN value IS 31 (12.5% from 255) = 9.37%
BLUE value IS 240 (94.14% from 255) = 72.51%
R=18.13%
G=9.37%
B=72.51%

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
Decimal60312400.750.8700.06248.3387.4553.14
Hex3C1FF04B5706f85735
Octal74373601131270637012765
Binary1111001111111110000100101110101110110111110001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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