#3C1BF6

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

Shades of Han Purple #3C1BF6

Tints of Han Purple #3C1BF6

Color information

#3C1BF6 (or 0x3C1BF6) is unknown color: approx Han Purple. HEX triplet: 3C, 1B and F6. RGB value is (60,27,246). Sum of RGB (Red+Green+Blue) = 60+27+246=333 (44% of max value = 765). Red value is 60 (23.83% from 255 or 18.02% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 246 (96.48% from 255 or 73.87% from 333); Max value from RGB is 246 - color contains mainly: blue. Hex color #3C1BF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C1BF6 is #C3E409. Grayscale: #3C3C3C. Windows color (decimal): -12837898 or 16128828. OLE color: 16128828.

HSL color Cylindrical-coordinate representation of color #3C1BF6: hue angle of 249.04º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C1BF6 is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB6027246-
CMYK0.760.8900.04
HSL249.04º92.41%53.53%-
HSV(B)249.04º89.02%96.47%-
XYZ18.898.487.81-
YUV61.83231.93126.69-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.02%
GREEN value IS 27 (10.94% from 255) = 8.11%
BLUE value IS 246 (96.48% from 255) = 73.87%
R=18.02%
G=8.11%
B=73.87%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal60272460.760.8900.04249.0492.4153.53
Hex3C1BF64C5904f95c36
Octal74333661141310437113466
Binary1111001101111110110100110010110010100111110011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,27,246); }

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

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

 a { background-color: rgb(60,27,246); }

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

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

 span { border-color: rgb(60,27,246); }

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