#392BDD

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

Shades of Han Purple #392BDD

Tints of Han Purple #392BDD

Color information

#392BDD (or 0x392BDD) is unknown color: approx Han Purple. HEX triplet: 39, 2B and DD. RGB value is (57,43,221). Sum of RGB (Red+Green+Blue) = 57+43+221=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 43 (17.19% from 255 or 13.40% from 321); Blue value is 221 (86.72% from 255 or 68.85% from 321); Max value from RGB is 221 - color contains mainly: blue. Hex color #392BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392BDD is #C6D422. Grayscale: #424242. Windows color (decimal): -13030435 or 14494521. OLE color: 14494521.

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

Color convert

RGB5743221-
CMYK0.740.8100.13
HSL244.72º72.36%51.76%-
HSV(B)244.72º80.54%86.67%-
XYZ15.67.8269.09-
YUV67.48214.64120.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.76%
GREEN value IS 43 (17.19% from 255) = 13.40%
BLUE value IS 221 (86.72% from 255) = 68.85%
R=17.76%
G=13.40%
B=68.85%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal57432210.740.8100.13244.7272.3651.76
Hex392BDD4A510Df54834
Octal715333511212101536511064
Binary111001101011110111011001010101000101101111101011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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