#3C1BF5

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

Shades of Han Purple #3C1BF5

Tints of Han Purple #3C1BF5

Color information

#3C1BF5 (or 0x3C1BF5) is unknown color: approx Han Purple. HEX triplet: 3C, 1B and F5. RGB value is (60,27,245). Sum of RGB (Red+Green+Blue) = 60+27+245=332 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.07% from 332); Green value is 27 (10.94% from 255 or 8.13% from 332); Blue value is 245 (96.09% from 255 or 73.80% from 332); Max value from RGB is 245 - color contains mainly: blue. Hex color #3C1BF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C1BF5 is #C3E40A. Grayscale: #3C3C3C. Windows color (decimal): -12837899 or 16063292. OLE color: 16063292.

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

Color convert

RGB6027245-
CMYK0.760.8900.04
HSL249.08º91.6%53.33%-
HSV(B)249.08º88.98%96.08%-
XYZ18.748.3487.01-
YUV61.72231.43126.77-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.07%
GREEN value IS 27 (10.94% from 255) = 8.13%
BLUE value IS 245 (96.09% from 255) = 73.80%
R=18.07%
G=8.13%
B=73.80%

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
Decimal60272450.760.8900.04249.0891.653.33
Hex3C1BF54C5904f95c35
Octal74333651141310437113465
Binary1111001101111110101100110010110010100111110011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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