#3F2D73

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

Shades of Windsor #3F2D73

Tints of Windsor #3F2D73

Color information

#3F2D73 (or 0x3F2D73) is unknown color: approx Windsor. HEX triplet: 3F, 2D and 73. RGB value is (63,45,115). Sum of RGB (Red+Green+Blue) = 63+45+115=223 (29% of max value = 765). Red value is 63 (25% from 255 or 28.25% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F2D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2D73 is #C0D28C. Grayscale: #3A3A3A. Windows color (decimal): -12636813 or 7548223. OLE color: 7548223.

HSL color Cylindrical-coordinate representation of color #3F2D73: hue angle of 255.43º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3F2D73 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6345115-
CMYK0.450.6100.55
HSL255.43º43.75%31.37%-
HSV(B)255.43º60.87%45.1%-
XYZ6.084.1716.7-
YUV58.36159.96131.31-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.25%
GREEN value IS 45 (17.97% from 255) = 20.18%
BLUE value IS 115 (45.31% from 255) = 51.57%
R=28.25%
G=20.18%
B=51.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63451150.450.6100.55255.4343.7531.37
Hex3F2D732D3D037ff2c1f
Octal775516355750673775437
Binary111111101101111001110110111110101101111111111110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F2D73; }

 p { color: rgb(63,45,115); }

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

<style>
 a { background-color: #3F2D73; }

 a { background-color: rgb(63,45,115); }

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

<style>
 span { border-color: #3F2D73; }

 span { border-color: rgb(63,45,115); }

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