#391BF6

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

Shades of Han Purple #391BF6

Tints of Han Purple #391BF6

Color information

#391BF6 (or 0x391BF6) is unknown color: approx Han Purple. HEX triplet: 39, 1B and F6. RGB value is (57,27,246). Sum of RGB (Red+Green+Blue) = 57+27+246=330 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.27% from 330); Green value is 27 (10.94% from 255 or 8.18% from 330); Blue value is 246 (96.48% from 255 or 74.55% from 330); Max value from RGB is 246 - color contains mainly: blue. Hex color #391BF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #391BF6 is #C6E409. Grayscale: #3C3C3C. Windows color (decimal): -13034506 or 16128825. OLE color: 16128825.

HSL color Cylindrical-coordinate representation of color #391BF6: hue angle of 248.22º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #391BF6 is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB5727246-
CMYK0.770.8900.04
HSL248.22º92.41%53.53%-
HSV(B)248.22º89.02%96.47%-
XYZ18.718.3187.81-
YUV60.94232.44125.19-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.27%
GREEN value IS 27 (10.94% from 255) = 8.18%
BLUE value IS 246 (96.48% from 255) = 74.55%
R=17.27%
G=8.18%
B=74.55%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal57272460.770.8900.04248.2292.4153.53
Hex391BF64D5904f85c36
Octal71333661151310437013466
Binary1110011101111110110100110110110010100111110001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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