#3C10F8

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

Shades of Han Purple #3C10F8

Tints of Han Purple #3C10F8

Color information

#3C10F8 (or 0x3C10F8) is unknown color: approx Han Purple. HEX triplet: 3C, 10 and F8. RGB value is (60,16,248). Sum of RGB (Red+Green+Blue) = 60+16+248=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 248 (97.27% from 255 or 76.54% from 324); Max value from RGB is 248 - color contains mainly: blue. Hex color #3C10F8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C10F8 is #C3EF07. Grayscale: #363636. Windows color (decimal): -12840712 or 16257084. OLE color: 16257084.

HSL color Cylindrical-coordinate representation of color #3C10F8: hue angle of 251.38º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C10F8 is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB6016248-
CMYK0.760.9400.03
HSL251.38º94.31%51.76%-
HSV(B)251.38º93.55%97.25%-
XYZ18.998.1189.37-
YUV55.6236.58131.14-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.52%
GREEN value IS 16 (6.64% from 255) = 4.94%
BLUE value IS 248 (97.27% from 255) = 76.54%
R=18.52%
G=4.94%
B=76.54%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal60162480.760.9400.03251.3894.3151.76
Hex3C10F84C5E03fb5e34
Octal74203701141360337313664
Binary111100100001111100010011001011110011111110111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C10F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,16,248); }

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

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

 a { background-color: rgb(60,16,248); }

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

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

 span { border-color: rgb(60,16,248); }

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