#39297B

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

Shades of Windsor #39297B

Tints of Windsor #39297B

Color information

#39297B (or 0x39297B) is unknown color: approx Windsor. HEX triplet: 39, 29 and 7B. RGB value is (57,41,123). Sum of RGB (Red+Green+Blue) = 57+41+123=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 123 (48.44% from 255 or 55.66% from 221); Max value from RGB is 123 - color contains mainly: blue. Hex color #39297B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39297B is #C6D684. Grayscale: #363636. Windows color (decimal): -13031045 or 8071481. OLE color: 8071481.

HSL color Cylindrical-coordinate representation of color #39297B: hue angle of 251.71º degrees, saturation: 0.5, 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 #39297B is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5741123-
CMYK0.540.6700.52
HSL251.71º50%32.16%-
HSV(B)251.71º66.67%48.24%-
XYZ6.063.8919.17-
YUV55.13166.3129.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.79%
GREEN value IS 41 (16.41% from 255) = 18.55%
BLUE value IS 123 (48.44% from 255) = 55.66%
R=25.79%
G=18.55%
B=55.66%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57411230.540.6700.52251.715032.16
Hex39297B3643034fc3220
Octal7151173661030643746240
Binary11100110100111110111101101000011011010011111100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39297B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39297B; }

 p { color: rgb(57,41,123); }

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

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

 a { background-color: rgb(57,41,123); }

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

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

 span { border-color: rgb(57,41,123); }

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