#392D7C

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

Shades of Windsor #392D7C

Tints of Windsor #392D7C

Color information

#392D7C (or 0x392D7C) is unknown color: approx Windsor. HEX triplet: 39, 2D and 7C. RGB value is (57,45,124). Sum of RGB (Red+Green+Blue) = 57+45+124=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #392D7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392D7C is #C6D283. Grayscale: #393939. Windows color (decimal): -13030020 or 8138041. OLE color: 8138041.

HSL color Cylindrical-coordinate representation of color #392D7C: hue angle of 249.11º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #392D7C is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5745124-
CMYK0.540.6400.51
HSL249.11º46.75%33.14%-
HSV(B)249.11º63.71%48.63%-
XYZ6.264.219.55-
YUV57.59165.48127.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.22%
GREEN value IS 45 (17.97% from 255) = 19.91%
BLUE value IS 124 (48.83% from 255) = 54.87%
R=25.22%
G=19.91%
B=54.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57451240.540.6400.51249.1146.7533.14
Hex392D7C3640033f92f21
Octal7155174661000633715741
Binary11100110110111111001101101000000011001111111001101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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