#3F2B73

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

Shades of Windsor #3F2B73

Tints of Windsor #3F2B73

Color information

#3F2B73 (or 0x3F2B73) is unknown color: approx Windsor. HEX triplet: 3F, 2B and 73. RGB value is (63,43,115). Sum of RGB (Red+Green+Blue) = 63+43+115=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F2B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2B73 is #C0D48C. Grayscale: #383838. Windows color (decimal): -12637325 or 7547711. OLE color: 7547711.

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

Color convert

RGB6343115-
CMYK0.450.6300.55
HSL256.67º45.57%30.98%-
HSV(B)256.67º62.61%45.1%-
XYZ6.014.0216.68-
YUV57.19160.63132.15-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.51%
GREEN value IS 43 (17.19% from 255) = 19.46%
BLUE value IS 115 (45.31% from 255) = 52.04%
R=28.51%
G=19.46%
B=52.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63431150.450.6300.55256.6745.5730.98
Hex3F2B732D3F0371012e1f
Octal775316355770674015637
Binary1111111010111110011101101111111011011110000000110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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