#392876

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

Shades of Windsor #392876

Tints of Windsor #392876

Color information

#392876 (or 0x392876) is unknown color: approx Windsor. HEX triplet: 39, 28 and 76. RGB value is (57,40,118). Sum of RGB (Red+Green+Blue) = 57+40+118=215 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.51% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #392876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392876 is #C6D789. Grayscale: #353535. Windows color (decimal): -13031306 or 7743545. OLE color: 7743545.

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

Color convert

RGB5740118-
CMYK0.520.6600.54
HSL253.08º49.37%30.98%-
HSV(B)253.08º66.1%46.27%-
XYZ5.723.717.55-
YUV53.97164.13130.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.51%
GREEN value IS 40 (16.02% from 255) = 18.60%
BLUE value IS 118 (46.48% from 255) = 54.88%
R=26.51%
G=18.60%
B=54.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57401180.520.6600.54253.0849.3730.98
Hex3928763442036fd311f
Octal7150166641020663756137
Binary1110011010001110110110100100001001101101111110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392876; }

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

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

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

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

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

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

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

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