#392774

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

Shades of Windsor #392774

Tints of Windsor #392774

Color information

#392774 (or 0x392774) is unknown color: approx Windsor. HEX triplet: 39, 27 and 74. RGB value is (57,39,116). Sum of RGB (Red+Green+Blue) = 57+39+116=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 116 (45.70% from 255 or 54.72% from 212); Max value from RGB is 116 - color contains mainly: blue. Hex color #392774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392774 is #C6D88B. Grayscale: #343434. Windows color (decimal): -13031564 or 7612217. OLE color: 7612217.

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

Color convert

RGB5739116-
CMYK0.510.6600.55
HSL254.03º49.68%30.39%-
HSV(B)254.03º66.38%45.49%-
XYZ5.573.5816.92-
YUV53.16163.46130.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.89%
GREEN value IS 39 (15.62% from 255) = 18.40%
BLUE value IS 116 (45.70% from 255) = 54.72%
R=26.89%
G=18.40%
B=54.72%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57391160.510.6600.55254.0349.6830.39
Hex3927743342037fe321e
Octal7147164631020673766236
Binary1110011001111110100110011100001001101111111111011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392774; }

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

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

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

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

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

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

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

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