#3F2E7F

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

Shades of Windsor #3F2E7F

Tints of Windsor #3F2E7F

Color information

#3F2E7F (or 0x3F2E7F) is unknown color: approx Windsor. HEX triplet: 3F, 2E and 7F. RGB value is (63,46,127). Sum of RGB (Red+Green+Blue) = 63+46+127=236 (31% of max value = 765). Red value is 63 (25% from 255 or 26.69% from 236); Green value is 46 (18.36% from 255 or 19.49% from 236); Blue value is 127 (50% from 255 or 53.81% from 236); Max value from RGB is 127 - color contains mainly: blue. Hex color #3F2E7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2E7F is #C0D180. Grayscale: #3C3C3C. Windows color (decimal): -12636545 or 8334911. OLE color: 8334911.

HSL color Cylindrical-coordinate representation of color #3F2E7F: hue angle of 252.59º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F2E7F is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6346127-
CMYK0.500.6400.50
HSL252.59º46.82%33.92%-
HSV(B)252.59º63.78%49.8%-
XYZ6.864.5420.59-
YUV60.32165.63129.91-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.69%
GREEN value IS 46 (18.36% from 255) = 19.49%
BLUE value IS 127 (50% from 255) = 53.81%
R=26.69%
G=19.49%
B=53.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal63461270.500.6400.50252.5946.8233.92
Hex3F2E7F3240032fd2f22
Octal7756177621000623755742
Binary11111110111011111111100101000000011001011111101101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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