#392DE0

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

Shades of Han Purple #392DE0

Tints of Han Purple #392DE0

Color information

#392DE0 (or 0x392DE0) is unknown color: approx Han Purple. HEX triplet: 39, 2D and E0. RGB value is (57,45,224). Sum of RGB (Red+Green+Blue) = 57+45+224=326 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.48% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 224 (87.89% from 255 or 68.71% from 326); Max value from RGB is 224 - color contains mainly: blue. Hex color #392DE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392DE0 is #C6D21F. Grayscale: #444444. Windows color (decimal): -13029920 or 14691641. OLE color: 14691641.

HSL color Cylindrical-coordinate representation of color #392DE0: hue angle of 244.02º 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 #392DE0 is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB5745224-
CMYK0.750.8000.12
HSL244.02º74.27%52.75%-
HSV(B)244.02º79.91%87.84%-
XYZ16.088.1371.24-
YUV68.99215.48119.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.48%
GREEN value IS 45 (17.97% from 255) = 13.80%
BLUE value IS 224 (87.89% from 255) = 68.71%
R=17.48%
G=13.80%
B=68.71%

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
Decimal57452240.750.8000.12244.0274.2752.75
Hex392DE04B500Cf44a35
Octal715534011312001436411265
Binary111001101101111000001001011101000001100111101001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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