#3F2E73

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

Shades of Windsor #3F2E73

Tints of Windsor #3F2E73

Color information

#3F2E73 (or 0x3F2E73) is unknown color: approx Windsor. HEX triplet: 3F, 2E and 73. RGB value is (63,46,115). Sum of RGB (Red+Green+Blue) = 63+46+115=224 (29% of max value = 765). Red value is 63 (25% from 255 or 28.12% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F2E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2E73 is #C0D18C. Grayscale: #3A3A3A. Windows color (decimal): -12636557 or 7548479. OLE color: 7548479.

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

Color convert

RGB6346115-
CMYK0.450.600.55
HSL254.78º42.86%31.57%-
HSV(B)254.78º60%45.1%-
XYZ6.124.2516.72-
YUV58.95159.63130.89-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.12%
GREEN value IS 46 (18.36% from 255) = 20.54%
BLUE value IS 115 (45.31% from 255) = 51.34%
R=28.12%
G=20.54%
B=51.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63461150.450.600.55254.7842.8631.57
Hex3F2E732D3C037ff2b20
Octal775616355740673775340
Binary1111111011101110011101101111100011011111111111101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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