#39287D

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

Shades of Windsor #39287D

Tints of Windsor #39287D

Color information

#39287D (or 0x39287D) is unknown color: approx Windsor. HEX triplet: 39, 28 and 7D. RGB value is (57,40,125). Sum of RGB (Red+Green+Blue) = 57+40+125=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 125 (49.22% from 255 or 56.31% from 222); Max value from RGB is 125 - color contains mainly: blue. Hex color #39287D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39287D is #C6D782. Grayscale: #363636. Windows color (decimal): -13031299 or 8202297. OLE color: 8202297.

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

Color convert

RGB5740125-
CMYK0.540.6800.51
HSL252º51.52%32.35%-
HSV(B)252º68%49.02%-
XYZ6.153.8719.82-
YUV54.77167.63129.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.68%
GREEN value IS 40 (16.02% from 255) = 18.02%
BLUE value IS 125 (49.22% from 255) = 56.31%
R=25.68%
G=18.02%
B=56.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57401250.540.6800.5125251.5232.35
Hex39287D3644033fc3420
Octal7150175661040633746440
Binary11100110100011111011101101000100011001111111100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39287D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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