#3c1cdf

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

Shades of Han Purple #3C1CDF

Tints of Han Purple #3C1CDF

Color information

#3C1CDF (or 0x3C1CDF) is unknown color: approx Han Purple. HEX triplet: 3C, 1C and DF. RGB value is (60,28,223). Sum of RGB (Red+Green+Blue) = 60+28+223=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 28 (11.33% from 255 or 9.00% from 311); Blue value is 223 (87.5% from 255 or 71.70% from 311); Max value from RGB is 223 - color contains mainly: blue. Hex color #3C1CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C1CDF is #C3E320. Grayscale: #3B3B3B. Windows color (decimal): -12837665 or 14621756. OLE color: 14621756.

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

Color convert

RGB6028223-
CMYK0.730.8700.13
HSL249.85º77.69%49.22%-
HSV(B)249.85º87.44%87.45%-
XYZ15.67.1270.36-
YUV59.8220.1128.14-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.29%
GREEN value IS 28 (11.33% from 255) = 9.00%
BLUE value IS 223 (87.5% from 255) = 71.70%
R=19.29%
G=9.00%
B=71.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal60282230.730.8700.13249.8577.6949.22
Hex3C1CDF49570Dfa4e31
Octal743433711112701537211661
Binary11110011100110111111001001101011101101111110101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c1cdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,28,223); }

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

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

 a { background-color: rgb(60,28,223); }

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

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

 span { border-color: rgb(60,28,223); }

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