#390FD8

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

Shades of Han Purple #390FD8

Tints of Han Purple #390FD8

Color information

#390FD8 (or 0x390FD8) is unknown color: approx Han Purple. HEX triplet: 39, 0F and D8. RGB value is (57,15,216). Sum of RGB (Red+Green+Blue) = 57+15+216=288 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.79% from 288); Green value is 15 (6.25% from 255 or 5.21% from 288); Blue value is 216 (84.77% from 255 or 75% from 288); Max value from RGB is 216 - color contains mainly: blue. Hex color #390FD8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390FD8 is #C6F027. Grayscale: #313131. Windows color (decimal): -13037608 or 14159673. OLE color: 14159673.

HSL color Cylindrical-coordinate representation of color #390FD8: hue angle of 252.54º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390FD8 is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB5715216-
CMYK0.740.9300.15
HSL252.54º87.01%45.29%-
HSV(B)252.54º93.06%84.71%-
XYZ14.256.1765.41-
YUV50.47221.41132.66-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.79%
GREEN value IS 15 (6.25% from 255) = 5.21%
BLUE value IS 216 (84.77% from 255) = 75%
R=19.79%
G=5.21%
B=75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal57152160.740.9300.15252.5487.0145.29
Hex39FD84A5D0Ffd572d
Octal711733011213501737512755
Binary1110011111110110001001010101110101111111111011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,15,216); }

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

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

 a { background-color: rgb(57,15,216); }

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

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

 span { border-color: rgb(57,15,216); }

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