#390AF6

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

Shades of Han Purple #390AF6

Tints of Han Purple #390AF6

Color information

#390AF6 (or 0x390AF6) is unknown color: approx Han Purple. HEX triplet: 39, 0A and F6. RGB value is (57,10,246). Sum of RGB (Red+Green+Blue) = 57+10+246=313 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.21% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 246 (96.48% from 255 or 78.59% from 313); Max value from RGB is 246 - color contains mainly: blue. Hex color #390AF6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #390AF6 is #C6F509. Grayscale: #323232. Windows color (decimal): -13038858 or 16124473. OLE color: 16124473.

HSL color Cylindrical-coordinate representation of color #390AF6: hue angle of 251.95º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #390AF6 is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB5710246-
CMYK0.770.9600.04
HSL251.95º92.91%50.2%-
HSV(B)251.95º95.93%96.47%-
XYZ18.437.7487.71-
YUV50.96238.07132.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.21%
GREEN value IS 10 (4.30% from 255) = 3.19%
BLUE value IS 246 (96.48% from 255) = 78.59%
R=18.21%
G=3.19%
B=78.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal57102460.770.9600.04251.9592.9150.2
Hex39AF64D6004fc5d32
Octal71123661151400437413562
Binary111001101011110110100110111000000100111111001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390AF6; }

 p { color: rgb(57,10,246); }

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

<style>
 a { background-color: #390AF6; }

 a { background-color: rgb(57,10,246); }

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

<style>
 span { border-color: #390AF6; }

 span { border-color: rgb(57,10,246); }

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