#392980

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

Shades of Windsor #392980

Tints of Windsor #392980

Color information

#392980 (or 0x392980) is unknown color: approx Windsor. HEX triplet: 39, 29 and 80. RGB value is (57,41,128). Sum of RGB (Red+Green+Blue) = 57+41+128=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 128 (50.39% from 255 or 56.64% from 226); Max value from RGB is 128 - color contains mainly: blue. Hex color #392980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392980 is #C6D67F. Grayscale: #373737. Windows color (decimal): -13031040 or 8399161. OLE color: 8399161.

HSL color Cylindrical-coordinate representation of color #392980: hue angle of 251.03º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #392980 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5741128-
CMYK0.550.6800.50
HSL251.03º51.48%33.14%-
HSV(B)251.03º67.97%50.2%-
XYZ6.384.0120.86-
YUV55.7168.8128.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.22%
GREEN value IS 41 (16.41% from 255) = 18.14%
BLUE value IS 128 (50.39% from 255) = 56.64%
R=25.22%
G=18.14%
B=56.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal57411280.550.6800.50251.0351.4833.14
Hex3929803744032fb3321
Octal7151200671040623736341
Binary111001101001100000001101111000100011001011111011110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392980; }

 p { color: rgb(57,41,128); }

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

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

 a { background-color: rgb(57,41,128); }

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

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

 span { border-color: rgb(57,41,128); }

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