#3C1CFF

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

Shades of Han Purple #3C1CFF

Tints of Han Purple #3C1CFF

Color information

#3C1CFF (or 0x3C1CFF) is unknown color: approx Han Purple. HEX triplet: 3C, 1C and FF. RGB value is (60,28,255). Sum of RGB (Red+Green+Blue) = 60+28+255=343 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.49% from 343); Green value is 28 (11.33% from 255 or 8.16% from 343); Blue value is 255 (100% from 255 or 74.34% from 343); Max value from RGB is 255 - color contains mainly: blue. Hex color #3C1CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C1CFF is #C3E300. Grayscale: #3E3E3E. Windows color (decimal): -12837633 or 16718908. OLE color: 16718908.

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

Color convert

RGB6028255-
CMYK0.760.8900
HSL248.46º100%55.49%-
HSV(B)248.46º89.02%100%-
XYZ20.339.0195.28-
YUV63.45236.1125.54-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.49%
GREEN value IS 28 (11.33% from 255) = 8.16%
BLUE value IS 255 (100% from 255) = 74.34%
R=17.49%
G=8.16%
B=74.34%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal60282550.760.8900248.4610055.49
Hex3C1CFF4C5900f86437
Octal74343771141310037014467
Binary11110011100111111111001100101100100111110001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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