#382DEA

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

Shades of Han Purple #382DEA

Tints of Han Purple #382DEA

Color information

#382DEA (or 0x382DEA) is unknown color: approx Han Purple. HEX triplet: 38, 2D and EA. RGB value is (56,45,234). Sum of RGB (Red+Green+Blue) = 56+45+234=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 234 (91.80% from 255 or 69.85% from 335); Max value from RGB is 234 - color contains mainly: blue. Hex color #382DEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #382DEA is #C7D215. Grayscale: #454545. Windows color (decimal): -13095446 or 15347000. OLE color: 15347000.

HSL color Cylindrical-coordinate representation of color #382DEA: hue angle of 243.49º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #382DEA is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB5645234-
CMYK0.760.8100.08
HSL243.49º81.82%54.71%-
HSV(B)243.49º80.77%91.76%-
XYZ17.428.6678.59-
YUV69.84220.64118.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.72%
GREEN value IS 45 (17.97% from 255) = 13.43%
BLUE value IS 234 (91.80% from 255) = 69.85%
R=16.72%
G=13.43%
B=69.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal56452340.760.8100.08243.4981.8254.71
Hex382DEA4C5108f35237
Octal705535211412101036312267
Binary111000101101111010101001100101000101000111100111010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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