#39277F

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

Shades of Windsor #39277F

Tints of Windsor #39277F

Color information

#39277F (or 0x39277F) is unknown color: approx Windsor. HEX triplet: 39, 27 and 7F. RGB value is (57,39,127). Sum of RGB (Red+Green+Blue) = 57+39+127=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 127 (50% from 255 or 56.95% from 223); Max value from RGB is 127 - color contains mainly: blue. Hex color #39277F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39277F is #C6D880. Grayscale: #363636. Windows color (decimal): -13031553 or 8333113. OLE color: 8333113.

HSL color Cylindrical-coordinate representation of color #39277F: hue angle of 252.27º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #39277F is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5739127-
CMYK0.550.6900.50
HSL252.27º53.01%32.55%-
HSV(B)252.27º69.29%49.8%-
XYZ6.243.8520.49-
YUV54.41168.96129.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.56%
GREEN value IS 39 (15.62% from 255) = 17.49%
BLUE value IS 127 (50% from 255) = 56.95%
R=25.56%
G=17.49%
B=56.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal57391270.550.6900.50252.2753.0132.55
Hex39277F3745032fc3521
Octal7147177671050623746541
Binary11100110011111111111101111000101011001011111100110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39277F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39277F; }

 p { color: rgb(57,39,127); }

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

<style>
 a { background-color: #39277F; }

 a { background-color: rgb(57,39,127); }

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

<style>
 span { border-color: #39277F; }

 span { border-color: rgb(57,39,127); }

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