#382BDC

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

Shades of Han Purple #382BDC

Tints of Han Purple #382BDC

Color information

#382BDC (or 0x382BDC) is unknown color: approx Han Purple. HEX triplet: 38, 2B and DC. RGB value is (56,43,220). Sum of RGB (Red+Green+Blue) = 56+43+220=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 43 (17.19% from 255 or 13.48% from 319); Blue value is 220 (86.33% from 255 or 68.97% from 319); Max value from RGB is 220 - color contains mainly: blue. Hex color #382BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382BDC is #C7D423. Grayscale: #424242. Windows color (decimal): -13095972 or 14428984. OLE color: 14428984.

HSL color Cylindrical-coordinate representation of color #382BDC: hue angle of 244.41º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #382BDC is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB5643220-
CMYK0.750.8000.14
HSL244.41º71.66%51.57%-
HSV(B)244.41º80.45%86.27%-
XYZ15.417.7468.39-
YUV67.06214.31120.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.55%
GREEN value IS 43 (17.19% from 255) = 13.48%
BLUE value IS 220 (86.33% from 255) = 68.97%
R=17.55%
G=13.48%
B=68.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal56432200.750.8000.14244.4171.6651.57
Hex382BDC4B500Ef44834
Octal705333411312001636411064
Binary111000101011110111001001011101000001110111101001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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