#3C1FDC

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

Shades of Han Purple #3C1FDC

Tints of Han Purple #3C1FDC

Color information

#3C1FDC (or 0x3C1FDC) is unknown color: approx Han Purple. HEX triplet: 3C, 1F and DC. RGB value is (60,31,220). Sum of RGB (Red+Green+Blue) = 60+31+220=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 31 (12.5% from 255 or 9.97% from 311); Blue value is 220 (86.33% from 255 or 70.74% from 311); Max value from RGB is 220 - color contains mainly: blue. Hex color #3C1FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C1FDC is #C3E023. Grayscale: #3C3C3C. Windows color (decimal): -12836900 or 14425916. OLE color: 14425916.

HSL color Cylindrical-coordinate representation of color #3C1FDC: hue angle of 249.21º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C1FDC is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6031220-
CMYK0.730.8600.14
HSL249.21º75.3%49.22%-
HSV(B)249.21º85.91%86.27%-
XYZ15.277.1168.28-
YUV61.22217.61127.13-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.29%
GREEN value IS 31 (12.5% from 255) = 9.97%
BLUE value IS 220 (86.33% from 255) = 70.74%
R=19.29%
G=9.97%
B=70.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal60312200.730.8600.14249.2175.349.22
Hex3C1FDC49560Ef94b31
Octal743733411112601637111361
Binary11110011111110111001001001101011001110111110011001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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