#392584

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

Shades of Windsor #392584

Tints of Windsor #392584

Color information

#392584 (or 0x392584) is unknown color: approx Windsor. HEX triplet: 39, 25 and 84. RGB value is (57,37,132). Sum of RGB (Red+Green+Blue) = 57+37+132=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 132 (51.95% from 255 or 58.41% from 226); Max value from RGB is 132 - color contains mainly: blue. Hex color #392584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392584 is #C6DA7B. Grayscale: #353535. Windows color (decimal): -13032060 or 8660281. OLE color: 8660281.

HSL color Cylindrical-coordinate representation of color #392584: hue angle of 252.63º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #392584 is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5737132-
CMYK0.570.7200.48
HSL252.63º56.21%33.14%-
HSV(B)252.63º71.97%51.76%-
XYZ6.513.8622.23-
YUV53.81172.13130.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.22%
GREEN value IS 37 (14.84% from 255) = 16.37%
BLUE value IS 132 (51.95% from 255) = 58.41%
R=25.22%
G=16.37%
B=58.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57371320.570.7200.48252.6356.2133.14
Hex3925843948030fd3821
Octal7145204711100603757041
Binary111001100101100001001110011001000011000011111101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392584; }

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

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

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

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

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

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

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

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