#392CDD

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

Shades of Han Purple #392CDD

Tints of Han Purple #392CDD

Color information

#392CDD (or 0x392CDD) is unknown color: approx Han Purple. HEX triplet: 39, 2C and DD. RGB value is (57,44,221). Sum of RGB (Red+Green+Blue) = 57+44+221=322 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.70% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #392CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392CDD is #C6D322. Grayscale: #434343. Windows color (decimal): -13030179 or 14494777. OLE color: 14494777.

HSL color Cylindrical-coordinate representation of color #392CDD: hue angle of 244.41º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #392CDD is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5744221-
CMYK0.740.8000.13
HSL244.41º72.24%51.96%-
HSV(B)244.41º80.09%86.67%-
XYZ15.647.8969.11-
YUV68.06214.31120.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.70%
GREEN value IS 44 (17.58% from 255) = 13.66%
BLUE value IS 221 (86.72% from 255) = 68.63%
R=17.70%
G=13.66%
B=68.63%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal57442210.740.8000.13244.4172.2451.96
Hex392CDD4A500Df44834
Octal715433511212001536411064
Binary111001101100110111011001010101000001101111101001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,44,221); }

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

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

 a { background-color: rgb(57,44,221); }

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

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

 span { border-color: rgb(57,44,221); }

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