#3C04F2

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

Shades of Han Purple #3C04F2

Tints of Han Purple #3C04F2

Color information

#3C04F2 (or 0x3C04F2) is unknown color: approx Han Purple. HEX triplet: 3C, 04 and F2. RGB value is (60,4,242). Sum of RGB (Red+Green+Blue) = 60+4+242=306 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.61% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 242 (94.92% from 255 or 79.08% from 306); Max value from RGB is 242 - color contains mainly: blue. Hex color #3C04F2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C04F2 is #C3FB0D. Grayscale: #2E2E2E. Windows color (decimal): -12843790 or 15860796. OLE color: 15860796.

HSL color Cylindrical-coordinate representation of color #3C04F2: hue angle of 254.12º 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 #3C04F2 is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB604242-
CMYK0.750.9800.05
HSL254.12º96.75%48.24%-
HSV(B)254.12º98.35%94.9%-
XYZ17.937.4684.5-
YUV47.88237.55136.65-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.61%
GREEN value IS 4 (1.95% from 255) = 1.31%
BLUE value IS 242 (94.92% from 255) = 79.08%
R=19.61%
G=1.31%
B=79.08%

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
Decimal6042420.750.9800.05254.1296.7548.24
Hex3C4F24B6205fe6130
Octal7443621131420537614160
Binary11110010011110010100101111000100101111111101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C04F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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