#392776

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

Shades of Windsor #392776

Tints of Windsor #392776

Color information

#392776 (or 0x392776) is unknown color: approx Windsor. HEX triplet: 39, 27 and 76. RGB value is (57,39,118). Sum of RGB (Red+Green+Blue) = 57+39+118=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 118 (46.48% from 255 or 55.14% from 214); Max value from RGB is 118 - color contains mainly: blue. Hex color #392776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392776 is #C6D889. Grayscale: #353535. Windows color (decimal): -13031562 or 7743289. OLE color: 7743289.

HSL color Cylindrical-coordinate representation of color #392776: hue angle of 253.67º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #392776 is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5739118-
CMYK0.520.6700.54
HSL253.67º50.32%30.78%-
HSV(B)253.67º66.95%46.27%-
XYZ5.683.6317.54-
YUV53.39164.46130.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.64%
GREEN value IS 39 (15.62% from 255) = 18.22%
BLUE value IS 118 (46.48% from 255) = 55.14%
R=26.64%
G=18.22%
B=55.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57391180.520.6700.54253.6750.3230.78
Hex3927763443036fe321f
Octal7147166641030663766237
Binary1110011001111110110110100100001101101101111111011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392776; }

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

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

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

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

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

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

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

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