#392580

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

Shades of Windsor #392580

Tints of Windsor #392580

Color information

#392580 (or 0x392580) is unknown color: approx Windsor. HEX triplet: 39, 25 and 80. RGB value is (57,37,128). Sum of RGB (Red+Green+Blue) = 57+37+128=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 128 (50.39% from 255 or 57.66% from 222); Max value from RGB is 128 - color contains mainly: blue. Hex color #392580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392580 is #C6DA7F. Grayscale: #353535. Windows color (decimal): -13032064 or 8398137. OLE color: 8398137.

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

Color convert

RGB5737128-
CMYK0.550.7100.50
HSL253.19º55.15%32.35%-
HSV(B)253.19º71.09%50.2%-
XYZ6.253.7520.82-
YUV53.35170.13130.6-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.68%
GREEN value IS 37 (14.84% from 255) = 16.67%
BLUE value IS 128 (50.39% from 255) = 57.66%
R=25.68%
G=16.67%
B=57.66%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal57371280.550.7100.50253.1955.1532.35
Hex3925803747032fd3720
Octal7145200671070623756740
Binary111001100101100000001101111000111011001011111101110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392580; }

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

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

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

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

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

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

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

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