#391edd

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

Shades of Han Purple #391EDD

Tints of Han Purple #391EDD

Color information

#391EDD (or 0x391EDD) is unknown color: approx Han Purple. HEX triplet: 39, 1E and DD. RGB value is (57,30,221). Sum of RGB (Red+Green+Blue) = 57+30+221=308 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.51% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 221 (86.72% from 255 or 71.75% from 308); Max value from RGB is 221 - color contains mainly: blue. Hex color #391EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391EDD is #C6E122. Grayscale: #3B3B3B. Windows color (decimal): -13033763 or 14491193. OLE color: 14491193.

HSL color Cylindrical-coordinate representation of color #391EDD: hue angle of 248.48º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #391EDD is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5730221-
CMYK0.740.8600.13
HSL248.48º76.1%49.22%-
HSV(B)248.48º86.43%86.67%-
XYZ15.27.0268.96-
YUV59.85218.95125.97-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.51%
GREEN value IS 30 (12.11% from 255) = 9.74%
BLUE value IS 221 (86.72% from 255) = 71.75%
R=18.51%
G=9.74%
B=71.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal57302210.740.8600.13248.4876.149.22
Hex391EDD4A560Df84c31
Octal713633511212601537011461
Binary11100111110110111011001010101011001101111110001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391edd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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