#3C0FEF

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

Shades of Han Purple #3C0FEF

Tints of Han Purple #3C0FEF

Color information

#3C0FEF (or 0x3C0FEF) is unknown color: approx Han Purple. HEX triplet: 3C, 0F and EF. RGB value is (60,15,239). Sum of RGB (Red+Green+Blue) = 60+15+239=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 15 (6.25% from 255 or 4.78% from 314); Blue value is 239 (93.75% from 255 or 76.11% from 314); Max value from RGB is 239 - color contains mainly: blue. Hex color #3C0FEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C0FEF is #C3F010. Grayscale: #353535. Windows color (decimal): -12840977 or 15667004. OLE color: 15667004.

HSL color Cylindrical-coordinate representation of color #3C0FEF: hue angle of 252.05º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0FEF is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB6015239-
CMYK0.750.9400.06
HSL252.05º88.19%49.8%-
HSV(B)252.05º93.72%93.73%-
XYZ17.617.5382.19-
YUV53.99232.41132.29-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.11%
GREEN value IS 15 (6.25% from 255) = 4.78%
BLUE value IS 239 (93.75% from 255) = 76.11%
R=19.11%
G=4.78%
B=76.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal60152390.750.9400.06252.0588.1949.8
Hex3CFEF4B5E06fc5832
Octal74173571131360637413062
Binary111100111111101111100101110111100110111111001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,15,239); }

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

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

 a { background-color: rgb(60,15,239); }

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

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

 span { border-color: rgb(60,15,239); }

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