#392778

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

Shades of Windsor #392778

Tints of Windsor #392778

Color information

#392778 (or 0x392778) is unknown color: approx Windsor. HEX triplet: 39, 27 and 78. RGB value is (57,39,120). Sum of RGB (Red+Green+Blue) = 57+39+120=216 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.39% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 120 (47.27% from 255 or 55.56% from 216); Max value from RGB is 120 - color contains mainly: blue. Hex color #392778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392778 is #C6D887. Grayscale: #353535. Windows color (decimal): -13031560 or 7874361. OLE color: 7874361.

HSL color Cylindrical-coordinate representation of color #392778: hue angle of 253.33º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #392778 is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5739120-
CMYK0.520.6700.53
HSL253.33º50.94%31.18%-
HSV(B)253.33º67.5%47.06%-
XYZ5.83.6818.17-
YUV53.62165.46130.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.39%
GREEN value IS 39 (15.62% from 255) = 18.06%
BLUE value IS 120 (47.27% from 255) = 55.56%
R=26.39%
G=18.06%
B=55.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57391200.520.6700.53253.3350.9431.18
Hex3927783443035fd331f
Octal7147170641030653756337
Binary1110011001111111000110100100001101101011111110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392778; }

 p { color: rgb(57,39,120); }

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

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

 a { background-color: rgb(57,39,120); }

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

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

 span { border-color: rgb(57,39,120); }

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