#39287A

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

Shades of Windsor #39287A

Tints of Windsor #39287A

Color information

#39287A (or 0x39287A) is unknown color: approx Windsor. HEX triplet: 39, 28 and 7A. RGB value is (57,40,122). Sum of RGB (Red+Green+Blue) = 57+40+122=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 122 (48.05% from 255 or 55.71% from 219); Max value from RGB is 122 - color contains mainly: blue. Hex color #39287A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39287A is #C6D785. Grayscale: #363636. Windows color (decimal): -13031302 or 8005689. OLE color: 8005689.

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

Color convert

RGB5740122-
CMYK0.530.6700.52
HSL252.44º50.62%31.76%-
HSV(B)252.44º67.21%47.84%-
XYZ5.963.7918.83-
YUV54.43166.13129.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.03%
GREEN value IS 40 (16.02% from 255) = 18.26%
BLUE value IS 122 (48.05% from 255) = 55.71%
R=26.03%
G=18.26%
B=55.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57401220.530.6700.52252.4450.6231.76
Hex39287A3543034fc3320
Octal7150172651030643746340
Binary11100110100011110101101011000011011010011111100110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39287A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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