#391FD0

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

Shades of Han Purple #391FD0

Tints of Han Purple #391FD0

Color information

#391FD0 (or 0x391FD0) is unknown color: approx Han Purple. HEX triplet: 39, 1F and D0. RGB value is (57,31,208). Sum of RGB (Red+Green+Blue) = 57+31+208=296 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.26% from 296); Green value is 31 (12.5% from 255 or 10.47% from 296); Blue value is 208 (81.64% from 255 or 70.27% from 296); Max value from RGB is 208 - color contains mainly: blue. Hex color #391FD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391FD0 is #C6E02F. Grayscale: #3A3A3A. Windows color (decimal): -13033520 or 13639481. OLE color: 13639481.

HSL color Cylindrical-coordinate representation of color #391FD0: hue angle of 248.81º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #391FD0 is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5731208-
CMYK0.730.8500.18
HSL248.81º74.06%46.86%-
HSV(B)248.81º85.1%81.57%-
XYZ13.566.460.2-
YUV58.95212.11126.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.26%
GREEN value IS 31 (12.5% from 255) = 10.47%
BLUE value IS 208 (81.64% from 255) = 70.27%
R=19.26%
G=10.47%
B=70.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal57312080.730.8500.18248.8174.0646.86
Hex391FD04955012f94a2f
Octal713732011112502237111257
Binary111001111111101000010010011010101010010111110011001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,31,208); }

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

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

 a { background-color: rgb(57,31,208); }

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

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

 span { border-color: rgb(57,31,208); }

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