#382DE0

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

Shades of Han Purple #382DE0

Tints of Han Purple #382DE0

Color information

#382DE0 (or 0x382DE0) is unknown color: approx Han Purple. HEX triplet: 38, 2D and E0. RGB value is (56,45,224). Sum of RGB (Red+Green+Blue) = 56+45+224=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 224 (87.89% from 255 or 68.92% from 325); Max value from RGB is 224 - color contains mainly: blue. Hex color #382DE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382DE0 is #C7D21F. Grayscale: #434343. Windows color (decimal): -13095456 or 14691640. OLE color: 14691640.

HSL color Cylindrical-coordinate representation of color #382DE0: hue angle of 243.69º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #382DE0 is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB5645224-
CMYK0.750.8000.12
HSL243.69º74.27%52.75%-
HSV(B)243.69º79.91%87.84%-
XYZ16.028.171.24-
YUV68.69215.64118.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.23%
GREEN value IS 45 (17.97% from 255) = 13.85%
BLUE value IS 224 (87.89% from 255) = 68.92%
R=17.23%
G=13.85%
B=68.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal56452240.750.8000.12243.6974.2752.75
Hex382DE04B500Cf44a35
Octal705534011312001436411265
Binary111000101101111000001001011101000001100111101001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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