#392DDC

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

Shades of Han Purple #392DDC

Tints of Han Purple #392DDC

Color information

#392DDC (or 0x392DDC) is unknown color: approx Han Purple. HEX triplet: 39, 2D and DC. RGB value is (57,45,220). Sum of RGB (Red+Green+Blue) = 57+45+220=322 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.70% from 322); Green value is 45 (17.97% from 255 or 13.98% from 322); Blue value is 220 (86.33% from 255 or 68.32% from 322); Max value from RGB is 220 - color contains mainly: blue. Hex color #392DDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392DDC is #C6D223. Grayscale: #434343. Windows color (decimal): -13029924 or 14429497. OLE color: 14429497.

HSL color Cylindrical-coordinate representation of color #392DDC: hue angle of 244.11º degrees, saturation: 0.71, 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 #392DDC is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB5745220-
CMYK0.740.8000.14
HSL244.11º71.43%51.96%-
HSV(B)244.11º79.55%86.27%-
XYZ15.547.9168.42-
YUV68.54213.48119.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.70%
GREEN value IS 45 (17.97% from 255) = 13.98%
BLUE value IS 220 (86.33% from 255) = 68.32%
R=17.70%
G=13.98%
B=68.32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal57452200.740.8000.14244.1171.4351.96
Hex392DDC4A500Ef44734
Octal715533411212001636410764
Binary111001101101110111001001010101000001110111101001000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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