#3904FA

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

Shades of Han Purple #3904FA

Tints of Han Purple #3904FA

Color information

#3904FA (or 0x3904FA) is unknown color: approx Han Purple. HEX triplet: 39, 04 and FA. RGB value is (57,4,250). Sum of RGB (Red+Green+Blue) = 57+4+250=311 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.33% from 311); Green value is 4 (1.95% from 255 or 1.29% from 311); Blue value is 250 (98.05% from 255 or 80.39% from 311); Max value from RGB is 250 - color contains mainly: blue. Hex color #3904FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3904FA is #C6FB05. Grayscale: #2E2E2E. Windows color (decimal): -13040390 or 16385081. OLE color: 16385081.

HSL color Cylindrical-coordinate representation of color #3904FA: hue angle of 252.93º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3904FA is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB574250-
CMYK0.770.9800.02
HSL252.93º96.85%49.8%-
HSV(B)252.93º98.4%98.04%-
XYZ18.997.8690.96-
YUV47.89242.06134.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.33%
GREEN value IS 4 (1.95% from 255) = 1.29%
BLUE value IS 250 (98.05% from 255) = 80.39%
R=18.33%
G=1.29%
B=80.39%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal5742500.770.9800.02252.9396.8549.8
Hex394FA4D6202fd6132
Octal7143721151420237514162
Binary1110011001111101010011011100010010111111011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3904FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3904FA; }

 p { color: rgb(57,4,250); }

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

<style>
 a { background-color: #3904FA; }

 a { background-color: rgb(57,4,250); }

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

<style>
 span { border-color: #3904FA; }

 span { border-color: rgb(57,4,250); }

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