#39297A

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

Shades of Windsor #39297A

Tints of Windsor #39297A

Color information

#39297A (or 0x39297A) is unknown color: approx Windsor. HEX triplet: 39, 29 and 7A. RGB value is (57,41,122). Sum of RGB (Red+Green+Blue) = 57+41+122=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 122 (48.05% from 255 or 55.45% from 220); Max value from RGB is 122 - color contains mainly: blue. Hex color #39297A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39297A is #C6D685. Grayscale: #363636. Windows color (decimal): -13031046 or 8005945. OLE color: 8005945.

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

Color convert

RGB5741122-
CMYK0.530.6600.52
HSL251.85º49.69%31.96%-
HSV(B)251.85º66.39%47.84%-
XYZ5.993.8618.84-
YUV55.02165.8129.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.91%
GREEN value IS 41 (16.41% from 255) = 18.64%
BLUE value IS 122 (48.05% from 255) = 55.45%
R=25.91%
G=18.64%
B=55.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57411220.530.6600.52251.8549.6931.96
Hex39297A3542034fc3220
Octal7151172651020643746240
Binary11100110100111110101101011000010011010011111100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39297A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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