#3C04F1

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

Shades of Han Purple #3C04F1

Tints of Han Purple #3C04F1

Color information

#3C04F1 (or 0x3C04F1) is unknown color: approx Han Purple. HEX triplet: 3C, 04 and F1. RGB value is (60,4,241). Sum of RGB (Red+Green+Blue) = 60+4+241=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 241 (94.53% from 255 or 79.02% from 305); Max value from RGB is 241 - color contains mainly: blue. Hex color #3C04F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C04F1 is #C3FB0E. Grayscale: #2E2E2E. Windows color (decimal): -12843791 or 15795260. OLE color: 15795260.

HSL color Cylindrical-coordinate representation of color #3C04F1: hue angle of 254.18º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C04F1 is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB604241-
CMYK0.750.9800.05
HSL254.18º96.73%48.04%-
HSV(B)254.18º98.34%94.51%-
XYZ17.787.483.71-
YUV47.76237.05136.73-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.67%
GREEN value IS 4 (1.95% from 255) = 1.31%
BLUE value IS 241 (94.53% from 255) = 79.02%
R=19.67%
G=1.31%
B=79.02%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal6042410.750.9800.05254.1896.7348.04
Hex3C4F14B6205fe6130
Octal7443611131420537614160
Binary11110010011110001100101111000100101111111101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C04F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,4,241); }

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

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

 a { background-color: rgb(60,4,241); }

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

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

 span { border-color: rgb(60,4,241); }

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