#39287E

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

Shades of Windsor #39287E

Tints of Windsor #39287E

Color information

#39287E (or 0x39287E) is unknown color: approx Windsor. HEX triplet: 39, 28 and 7E. RGB value is (57,40,126). Sum of RGB (Red+Green+Blue) = 57+40+126=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 126 (49.61% from 255 or 56.50% from 223); Max value from RGB is 126 - color contains mainly: blue. Hex color #39287E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39287E is #C6D781. Grayscale: #363636. Windows color (decimal): -13031298 or 8267833. OLE color: 8267833.

HSL color Cylindrical-coordinate representation of color #39287E: hue angle of 251.86º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #39287E is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5740126-
CMYK0.550.6800.51
HSL251.86º51.81%32.55%-
HSV(B)251.86º68.25%49.41%-
XYZ6.213.8920.16-
YUV54.89168.13129.51-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.56%
GREEN value IS 40 (16.02% from 255) = 17.94%
BLUE value IS 126 (49.61% from 255) = 56.50%
R=25.56%
G=17.94%
B=56.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57401260.550.6800.51251.8651.8132.55
Hex39287E3744033fc3421
Octal7150176671040633746441
Binary11100110100011111101101111000100011001111111100110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39287E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39287E; }

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

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

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

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

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

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

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

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