#382BE2

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

Shades of Han Purple #382BE2

Tints of Han Purple #382BE2

Color information

#382BE2 (or 0x382BE2) is unknown color: approx Han Purple. HEX triplet: 38, 2B and E2. RGB value is (56,43,226). Sum of RGB (Red+Green+Blue) = 56+43+226=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 43 (17.19% from 255 or 13.23% from 325); Blue value is 226 (88.67% from 255 or 69.54% from 325); Max value from RGB is 226 - color contains mainly: blue. Hex color #382BE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382BE2 is #C7D41D. Grayscale: #434343. Windows color (decimal): -13095966 or 14822200. OLE color: 14822200.

HSL color Cylindrical-coordinate representation of color #382BE2: hue angle of 244.26º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #382BE2 is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB5643226-
CMYK0.750.8100.11
HSL244.26º75.93%52.75%-
HSV(B)244.26º80.97%88.63%-
XYZ16.228.0672.65-
YUV67.75217.31119.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.23%
GREEN value IS 43 (17.19% from 255) = 13.23%
BLUE value IS 226 (88.67% from 255) = 69.54%
R=17.23%
G=13.23%
B=69.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal56432260.750.8100.11244.2675.9352.75
Hex382BE24B510Bf44c35
Octal705334211312101336411465
Binary111000101011111000101001011101000101011111101001001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,43,226); }

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

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

 a { background-color: rgb(56,43,226); }

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

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

 span { border-color: rgb(56,43,226); }

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