#390ccf

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

Shades of Han Purple #390CCF

Tints of Han Purple #390CCF

Color information

#390CCF (or 0x390CCF) is unknown color: approx Han Purple. HEX triplet: 39, 0C and CF. RGB value is (57,12,207). Sum of RGB (Red+Green+Blue) = 57+12+207=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 207 (81.25% from 255 or 75% from 276); Max value from RGB is 207 - color contains mainly: blue. Hex color #390CCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390CCF is #C6F330. Grayscale: #2E2E2E. Windows color (decimal): -13038385 or 13569081. OLE color: 13569081.

HSL color Cylindrical-coordinate representation of color #390CCF: hue angle of 253.85º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390CCF is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5712207-
CMYK0.720.9400.19
HSL253.85º89.04%42.94%-
HSV(B)253.85º94.2%81.18%-
XYZ13.085.6459.43-
YUV47.68217.91134.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.65%
GREEN value IS 12 (5.08% from 255) = 4.35%
BLUE value IS 207 (81.25% from 255) = 75%
R=20.65%
G=4.35%
B=75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal57122070.720.9400.19253.8589.0442.94
Hex39CCF485E013fe592b
Octal711431711013602337613153
Binary11100111001100111110010001011110010011111111101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390ccf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,12,207); }

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

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

 a { background-color: rgb(57,12,207); }

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

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

 span { border-color: rgb(57,12,207); }

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