#392BDC

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

Shades of Han Purple #392BDC

Tints of Han Purple #392BDC

Color information

#392BDC (or 0x392BDC) is unknown color: approx Han Purple. HEX triplet: 39, 2B and DC. RGB value is (57,43,220). Sum of RGB (Red+Green+Blue) = 57+43+220=320 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.81% from 320); Green value is 43 (17.19% from 255 or 13.44% from 320); Blue value is 220 (86.33% from 255 or 68.75% from 320); Max value from RGB is 220 - color contains mainly: blue. Hex color #392BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392BDC is #C6D423. Grayscale: #424242. Windows color (decimal): -13030436 or 14428985. OLE color: 14428985.

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

Color convert

RGB5743220-
CMYK0.740.8000.14
HSL244.75º71.66%51.57%-
HSV(B)244.75º80.45%86.27%-
XYZ15.477.7668.39-
YUV67.36214.14120.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.81%
GREEN value IS 43 (17.19% from 255) = 13.44%
BLUE value IS 220 (86.33% from 255) = 68.75%
R=17.81%
G=13.44%
B=68.75%

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
Decimal57432200.740.8000.14244.7571.6651.57
Hex392BDC4A500Ef54834
Octal715333411212001636511064
Binary111001101011110111001001010101000001110111101011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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