#392676

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

Shades of Windsor #392676

Tints of Windsor #392676

Color information

#392676 (or 0x392676) is unknown color: approx Windsor. HEX triplet: 39, 26 and 76. RGB value is (57,38,118). Sum of RGB (Red+Green+Blue) = 57+38+118=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 118 (46.48% from 255 or 55.40% from 213); Max value from RGB is 118 - color contains mainly: blue. Hex color #392676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392676 is #C6D989. Grayscale: #343434. Windows color (decimal): -13031818 or 7743033. OLE color: 7743033.

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

Color convert

RGB5738118-
CMYK0.520.6800.54
HSL254.25º51.28%30.59%-
HSV(B)254.25º67.8%46.27%-
XYZ5.653.5617.53-
YUV52.8164.79131-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.76%
GREEN value IS 38 (15.23% from 255) = 17.84%
BLUE value IS 118 (46.48% from 255) = 55.40%
R=26.76%
G=17.84%
B=55.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57381180.520.6800.54254.2551.2830.59
Hex3926763444036fe331f
Octal7146166641040663766337
Binary1110011001101110110110100100010001101101111111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392676; }

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

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

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

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

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

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

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

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