#382DFC

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

Shades of Han Purple #382DFC

Tints of Han Purple #382DFC

Color information

#382DFC (or 0x382DFC) is unknown color: approx Han Purple. HEX triplet: 38, 2D and FC. RGB value is (56,45,252). Sum of RGB (Red+Green+Blue) = 56+45+252=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 252 (98.83% from 255 or 71.39% from 353); Max value from RGB is 252 - color contains mainly: blue. Hex color #382DFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #382DFC is #C7D203. Grayscale: #474747. Windows color (decimal): -13095428 or 16526648. OLE color: 16526648.

HSL color Cylindrical-coordinate representation of color #382DFC: hue angle of 243.19º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #382DFC is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB5645252-
CMYK0.780.8200.01
HSL243.19º97.18%58.24%-
HSV(B)243.19º82.14%98.82%-
XYZ20.149.7592.92-
YUV71.89229.64116.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.86%
GREEN value IS 45 (17.97% from 255) = 12.75%
BLUE value IS 252 (98.83% from 255) = 71.39%
R=15.86%
G=12.75%
B=71.39%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal56452520.780.8200.01243.1997.1858.24
Hex382DFC4E5201f3613a
Octal70553741161220136314172
Binary111000101101111111001001110101001001111100111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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