#391EF0

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

Shades of Han Purple #391EF0

Tints of Han Purple #391EF0

Color information

#391EF0 (or 0x391EF0) is unknown color: approx Han Purple. HEX triplet: 39, 1E and F0. RGB value is (57,30,240). Sum of RGB (Red+Green+Blue) = 57+30+240=327 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.43% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 240 (94.14% from 255 or 73.39% from 327); Max value from RGB is 240 - color contains mainly: blue. Hex color #391EF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #391EF0 is #C6E10F. Grayscale: #3D3D3D. Windows color (decimal): -13033744 or 15736377. OLE color: 15736377.

HSL color Cylindrical-coordinate representation of color #391EF0: hue angle of 247.71º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #391EF0 is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB5730240-
CMYK0.760.8700.06
HSL247.71º87.5%52.94%-
HSV(B)247.71º87.5%94.12%-
XYZ17.888.0983.06-
YUV62.01228.45124.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.43%
GREEN value IS 30 (12.11% from 255) = 9.17%
BLUE value IS 240 (94.14% from 255) = 73.39%
R=17.43%
G=9.17%
B=73.39%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal57302400.760.8700.06247.7187.552.94
Hex391EF04C5706f85835
Octal71363601141270637013065
Binary1110011111011110000100110010101110110111110001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391EF0; }

 p { color: rgb(57,30,240); }

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

<style>
 a { background-color: #391EF0; }

 a { background-color: rgb(57,30,240); }

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

<style>
 span { border-color: #391EF0; }

 span { border-color: rgb(57,30,240); }

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