#382DEF

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

Shades of Han Purple #382DEF

Tints of Han Purple #382DEF

Color information

#382DEF (or 0x382DEF) is unknown color: approx Han Purple. HEX triplet: 38, 2D and EF. RGB value is (56,45,239). Sum of RGB (Red+Green+Blue) = 56+45+239=340 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.47% from 340); Green value is 45 (17.97% from 255 or 13.24% from 340); Blue value is 239 (93.75% from 255 or 70.29% from 340); Max value from RGB is 239 - color contains mainly: blue. Hex color #382DEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #382DEF is #C7D210. Grayscale: #454545. Windows color (decimal): -13095441 or 15674680. OLE color: 15674680.

HSL color Cylindrical-coordinate representation of color #382DEF: hue angle of 243.4º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #382DEF is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB5645239-
CMYK0.770.8100.06
HSL243.4º85.84%55.69%-
HSV(B)243.4º81.17%93.73%-
XYZ18.158.9582.43-
YUV70.4223.14117.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.47%
GREEN value IS 45 (17.97% from 255) = 13.24%
BLUE value IS 239 (93.75% from 255) = 70.29%
R=16.47%
G=13.24%
B=70.29%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal56452390.770.8100.06243.485.8455.69
Hex382DEF4D5106f35638
Octal70553571151210636312670
Binary11100010110111101111100110110100010110111100111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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