#382DF7

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

Shades of Han Purple #382DF7

Tints of Han Purple #382DF7

Color information

#382DF7 (or 0x382DF7) is unknown color: approx Han Purple. HEX triplet: 38, 2D and F7. RGB value is (56,45,247). Sum of RGB (Red+Green+Blue) = 56+45+247=348 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.09% from 348); Green value is 45 (17.97% from 255 or 12.93% from 348); Blue value is 247 (96.88% from 255 or 70.98% from 348); Max value from RGB is 247 - color contains mainly: blue. Hex color #382DF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #382DF7 is #C7D208. Grayscale: #464646. Windows color (decimal): -13095433 or 16198968. OLE color: 16198968.

HSL color Cylindrical-coordinate representation of color #382DF7: hue angle of 243.27º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #382DF7 is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB5645247-
CMYK0.770.8200.03
HSL243.27º92.66%57.25%-
HSV(B)243.27º81.78%96.86%-
XYZ19.369.4388.8-
YUV71.32227.14117.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.09%
GREEN value IS 45 (17.97% from 255) = 12.93%
BLUE value IS 247 (96.88% from 255) = 70.98%
R=16.09%
G=12.93%
B=70.98%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal56452470.770.8200.03243.2792.6657.25
Hex382DF74D5203f35d39
Octal70553671151220336313571
Binary1110001011011111011110011011010010011111100111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382DF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382DF7; }

 p { color: rgb(56,45,247); }

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

<style>
 a { background-color: #382DF7; }

 a { background-color: rgb(56,45,247); }

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

<style>
 span { border-color: #382DF7; }

 span { border-color: rgb(56,45,247); }

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