#390FFC

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

Shades of Han Purple #390FFC

Tints of Han Purple #390FFC

Color information

#390FFC (or 0x390FFC) is unknown color: approx Han Purple. HEX triplet: 39, 0F and FC. RGB value is (57,15,252). Sum of RGB (Red+Green+Blue) = 57+15+252=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 252 (98.83% from 255 or 77.78% from 324); Max value from RGB is 252 - color contains mainly: blue. Hex color #390FFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #390FFC is #C6F003. Grayscale: #353535. Windows color (decimal): -13037572 or 16518969. OLE color: 16518969.

HSL color Cylindrical-coordinate representation of color #390FFC: hue angle of 250.63º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390FFC is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB5715252-
CMYK0.770.9400.01
HSL250.63º97.53%52.35%-
HSV(B)250.63º94.05%98.82%-
XYZ19.438.2492.66-
YUV54.58239.41129.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.59%
GREEN value IS 15 (6.25% from 255) = 4.63%
BLUE value IS 252 (98.83% from 255) = 77.78%
R=17.59%
G=4.63%
B=77.78%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal57152520.770.9400.01250.6397.5352.35
Hex39FFC4D5E01fb6234
Octal71173741151360137314264
Binary1110011111111111001001101101111001111110111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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