#392574

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

Shades of Windsor #392574

Tints of Windsor #392574

Color information

#392574 (or 0x392574) is unknown color: approx Windsor. HEX triplet: 39, 25 and 74. RGB value is (57,37,116). Sum of RGB (Red+Green+Blue) = 57+37+116=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 116 (45.70% from 255 or 55.24% from 210); Max value from RGB is 116 - color contains mainly: blue. Hex color #392574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392574 is #C6DA8B. Grayscale: #333333. Windows color (decimal): -13032076 or 7611705. OLE color: 7611705.

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

Color convert

RGB5737116-
CMYK0.510.6800.55
HSL255.19º51.63%30%-
HSV(B)255.19º68.1%45.49%-
XYZ5.53.4516.9-
YUV51.99164.13131.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.14%
GREEN value IS 37 (14.84% from 255) = 17.62%
BLUE value IS 116 (45.70% from 255) = 55.24%
R=27.14%
G=17.62%
B=55.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57371160.510.6800.55255.1951.6330
Hex3925743344037ff341e
Octal7145164631040673776436
Binary1110011001011110100110011100010001101111111111111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392574; }

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

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

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

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

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

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

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

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