#3914E5

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

Shades of Han Purple #3914E5

Tints of Han Purple #3914E5

Color information

#3914E5 (or 0x3914E5) is unknown color: approx Han Purple. HEX triplet: 39, 14 and E5. RGB value is (57,20,229). Sum of RGB (Red+Green+Blue) = 57+20+229=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 229 (89.84% from 255 or 74.84% from 306); Max value from RGB is 229 - color contains mainly: blue. Hex color #3914E5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3914E5 is #C6EB1A. Grayscale: #363636. Windows color (decimal): -13036315 or 15012921. OLE color: 15012921.

HSL color Cylindrical-coordinate representation of color #3914E5: hue angle of 250.62º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3914E5 is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB5720229-
CMYK0.750.9100.10
HSL250.62º83.94%48.82%-
HSV(B)250.62º91.27%89.8%-
XYZ16.087.0374.64-
YUV54.89226.26129.51-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.63%
GREEN value IS 20 (8.20% from 255) = 6.54%
BLUE value IS 229 (89.84% from 255) = 74.84%
R=18.63%
G=6.54%
B=74.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal57202290.750.9100.10250.6283.9448.82
Hex3914E54B5B0Afb5431
Octal712434511313301237312461
Binary11100110100111001011001011101101101010111110111010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3914E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3914E5; }

 p { color: rgb(57,20,229); }

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

<style>
 a { background-color: #3914E5; }

 a { background-color: rgb(57,20,229); }

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

<style>
 span { border-color: #3914E5; }

 span { border-color: rgb(57,20,229); }

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